Lines Matching refs:user_data
75 void *user_data HB_UNUSED) in hb_ft_get_glyph()
93 void *user_data HB_UNUSED) in hb_ft_get_glyph_h_advance()
112 void *user_data HB_UNUSED) in hb_ft_get_glyph_v_advance()
132 void *user_data HB_UNUSED) in hb_ft_get_glyph_h_origin()
144 void *user_data HB_UNUSED) in hb_ft_get_glyph_v_origin()
165 void *user_data HB_UNUSED) in hb_ft_get_glyph_h_kerning()
182 void *user_data HB_UNUSED) in hb_ft_get_glyph_v_kerning()
193 void *user_data HB_UNUSED) in hb_ft_get_glyph_extents()
215 void *user_data HB_UNUSED) in hb_ft_get_glyph_contour_point()
240 void *user_data HB_UNUSED) in hb_ft_get_glyph_name()
256 void *user_data HB_UNUSED) in hb_ft_get_glyph_from_name()
304 reference_table (hb_face_t *face HB_UNUSED, hb_tag_t tag, void *user_data) in reference_table() argument
306 FT_Face ft_face = (FT_Face) user_data; in reference_table()
564 return (FT_Face) font->user_data; in hb_ft_font_get_face()