• Home
  • Raw
  • Download

Lines Matching refs:hb_ft_font_t

72 struct hb_ft_font_t  struct
84 static hb_ft_font_t * argument
87 hb_ft_font_t *ft_font = (hb_ft_font_t *) calloc (1, sizeof (hb_ft_font_t)); in _hb_ft_font_create()
114 hb_ft_font_t *ft_font = (hb_ft_font_t *) data; in _hb_ft_font_destroy()
144 hb_ft_font_t *ft_font = (hb_ft_font_t *) font->user_data; in hb_ft_font_set_load_flags()
164 const hb_ft_font_t *ft_font = (const hb_ft_font_t *) font->user_data; in hb_ft_font_get_load_flags()
175 const hb_ft_font_t *ft_font = (const hb_ft_font_t *) font->user_data; in hb_ft_font_get_face()
189 const hb_ft_font_t *ft_font = (const hb_ft_font_t *) font_data; in hb_ft_get_nominal_glyph()
224 const hb_ft_font_t *ft_font = (const hb_ft_font_t *) font_data; in hb_ft_get_nominal_glyphs()
248 const hb_ft_font_t *ft_font = (const hb_ft_font_t *) font_data; in hb_ft_get_variation_glyph()
268 const hb_ft_font_t *ft_font = (const hb_ft_font_t *) font_data; in hb_ft_get_glyph_h_advances()
306 const hb_ft_font_t *ft_font = (const hb_ft_font_t *) font_data; in hb_ft_get_glyph_v_advance()
329 const hb_ft_font_t *ft_font = (const hb_ft_font_t *) font_data; in hb_ft_get_glyph_v_origin()
356 const hb_ft_font_t *ft_font = (const hb_ft_font_t *) font_data; in hb_ft_get_glyph_extents()
389 const hb_ft_font_t *ft_font = (const hb_ft_font_t *) font_data; in hb_ft_get_glyph_contour_point()
415 const hb_ft_font_t *ft_font = (const hb_ft_font_t *) font_data; in hb_ft_get_glyph_name()
433 const hb_ft_font_t *ft_font = (const hb_ft_font_t *) font_data; in hb_ft_get_glyph_from_name()
466 const hb_ft_font_t *ft_font = (const hb_ft_font_t *) font_data; in hb_ft_get_font_h_extents()
684 hb_ft_font_t *ft_font = (hb_ft_font_t *) font->user_data; in hb_ft_font_changed()