Lines Matching refs:FT_Face
77 FT_Face ft_face;
87 _hb_ft_font_create (FT_Face ft_face, bool symbol, bool unref) in _hb_ft_font_create()
110 FT_Done_Face ((FT_Face) data); in _hb_ft_face_destroy()
171 FT_Face
272 FT_Face ft_face = ft_font->ft_face; in hb_ft_get_glyph_h_advances()
333 FT_Face ft_face = ft_font->ft_face; in hb_ft_get_glyph_v_origin()
379 FT_Face ft_face = ft_font->ft_face; in hb_ft_get_glyph_extents()
412 FT_Face ft_face = ft_font->ft_face; in hb_ft_get_glyph_contour_point()
438 FT_Face ft_face = ft_font->ft_face; in hb_ft_get_glyph_name()
456 FT_Face ft_face = ft_font->ft_face; in hb_ft_get_glyph_from_name()
489 FT_Face ft_face = ft_font->ft_face; in hb_ft_get_font_h_extents()
555 _hb_ft_font_set_funcs (hb_font_t *font, FT_Face ft_face, bool unref) in _hb_ft_font_set_funcs()
569 FT_Face ft_face = (FT_Face) user_data; in _hb_ft_reference_table()
607 hb_ft_face_create (FT_Face ft_face, in hb_ft_face_create()
641 hb_ft_face_create_referenced (FT_Face ft_face) in hb_ft_face_create_referenced()
648 hb_ft_face_finalize (FT_Face ft_face) in hb_ft_face_finalize()
663 hb_ft_face_create_cached (FT_Face ft_face) in hb_ft_face_create_cached()
689 hb_ft_font_create (FT_Face ft_face, in hb_ft_font_create()
710 FT_Face ft_face = ft_font->ft_face; in hb_ft_font_changed()
766 hb_ft_font_create_referenced (FT_Face ft_face) in hb_ft_font_create_referenced()
816 _release_blob (FT_Face ft_face) in _release_blob()
830 FT_Face ft_face = nullptr; in hb_ft_font_set_funcs()