Lines Matching defs:HB_UNUSED
63 hb_ft_get_glyph (hb_font_t *font HB_UNUSED, in hb_ft_get_glyph()
68 void *user_data HB_UNUSED) in hb_ft_get_glyph()
85 hb_ft_get_glyph_h_advance (hb_font_t *font HB_UNUSED, in hb_ft_get_glyph_h_advance()
88 void *user_data HB_UNUSED) in hb_ft_get_glyph_h_advance()
101 hb_ft_get_glyph_v_advance (hb_font_t *font HB_UNUSED, in hb_ft_get_glyph_v_advance()
104 void *user_data HB_UNUSED) in hb_ft_get_glyph_v_advance()
119 hb_ft_get_glyph_h_origin (hb_font_t *font HB_UNUSED, in hb_ft_get_glyph_h_origin()
120 void *font_data HB_UNUSED, in hb_ft_get_glyph_h_origin()
121 hb_codepoint_t glyph HB_UNUSED, in hb_ft_get_glyph_h_origin()
122 hb_position_t *x HB_UNUSED, in hb_ft_get_glyph_h_origin()
123 hb_position_t *y HB_UNUSED, in hb_ft_get_glyph_h_origin()
124 void *user_data HB_UNUSED) in hb_ft_get_glyph_h_origin()
131 hb_ft_get_glyph_v_origin (hb_font_t *font HB_UNUSED, in hb_ft_get_glyph_v_origin()
136 void *user_data HB_UNUSED) in hb_ft_get_glyph_v_origin()
157 void *user_data HB_UNUSED) in hb_ft_get_glyph_h_kerning()
170 hb_ft_get_glyph_v_kerning (hb_font_t *font HB_UNUSED, in hb_ft_get_glyph_v_kerning()
171 void *font_data HB_UNUSED, in hb_ft_get_glyph_v_kerning()
172 hb_codepoint_t top_glyph HB_UNUSED, in hb_ft_get_glyph_v_kerning()
173 hb_codepoint_t bottom_glyph HB_UNUSED, in hb_ft_get_glyph_v_kerning()
174 void *user_data HB_UNUSED) in hb_ft_get_glyph_v_kerning()
181 hb_ft_get_glyph_extents (hb_font_t *font HB_UNUSED, in hb_ft_get_glyph_extents()
185 void *user_data HB_UNUSED) in hb_ft_get_glyph_extents()
201 hb_ft_get_glyph_contour_point (hb_font_t *font HB_UNUSED, in hb_ft_get_glyph_contour_point()
207 void *user_data HB_UNUSED) in hb_ft_get_glyph_contour_point()
228 hb_ft_get_glyph_name (hb_font_t *font HB_UNUSED, in hb_ft_get_glyph_name()
232 void *user_data HB_UNUSED) in hb_ft_get_glyph_name()
244 hb_ft_get_glyph_from_name (hb_font_t *font HB_UNUSED, in hb_ft_get_glyph_from_name()
248 void *user_data HB_UNUSED) in hb_ft_get_glyph_from_name()
296 reference_table (hb_face_t *face HB_UNUSED, hb_tag_t tag, void *user_data) in reference_table()