Home
last modified time | relevance | path

Searched defs:ft_face (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/harfbuzz_ng/src/
H A Dhb-ft.cc99 FT_Face ft_face; member
105 _hb_ft_font_create (FT_Face ft_face, bool symbol, bool unref) in _hb_ft_font_create()
144 static void _hb_ft_hb_font_changed (hb_font_t *font, FT_Face ft_face) in _hb_ft_hb_font_changed()
454 FT_Face ft_face = ft_font->ft_face; in hb_ft_get_glyph_h_advances() local
556 FT_Face ft_face = ft_font->ft_face; in hb_ft_get_glyph_v_origin() local
619 FT_Face ft_face = ft_font->ft_face; in hb_ft_get_glyph_extents() local
691 FT_Face ft_face = ft_font->ft_face; in hb_ft_get_glyph_contour_point() local
717 FT_Face ft_face = ft_font->ft_face; in hb_ft_get_glyph_name() local
735 FT_Face ft_face = ft_font->ft_face; in hb_ft_get_glyph_from_name() local
768 FT_Face ft_face = ft_font->ft_face; in hb_ft_get_font_h_extents() local
[all …]
H A Dhb-ft-colr.hh211 FT_Face ft_face = c->ft_font->ft_face; in _hb_ft_paint() local
484 FT_Face ft_face = ft_font->ft_face; in hb_ft_paint_glyph_colr() local
/aosp_15_r20/external/freetype/src/autofit/
H A Dft-hb.c41 FT_Face ft_face = (FT_Face) user_data; in hb_ft_reference_table_() local
71 hb_ft_face_create_ (FT_Face ft_face, in hb_ft_face_create_()
96 hb_ft_font_create_ (FT_Face ft_face, in hb_ft_font_create_()
/aosp_15_r20/external/harfbuzz_ng/util/
H A Dhelper-cairo-ft.hh53 FT_Face ft_face = nullptr;//hb_ft_font_get_face (font); in helper_cairo_create_ft_font_face() local
105 FT_Face ft_face = cairo_ft_scaled_font_lock_face (scaled_font); in helper_cairo_ft_scaled_font_has_color() local
/aosp_15_r20/external/harfbuzz_ng/test/api/
H A Dtest-ft.c53 FT_Face ft_face; in get_ft_face() local
77 FT_Face ft_face; in test_native_ft_basic() local
H A Dtest-get-table-tags.c114 FT_Face ft_face; in test_get_table_tags_ft() local
H A Dtest-ot-math.c36 static FT_Face ft_face; variable