Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ft.cc93 FT_Face ft_face; member
99 _hb_ft_font_create (FT_Face ft_face, bool symbol, bool unref) in _hb_ft_font_create()
140 static void _hb_ft_hb_font_changed (hb_font_t *font, FT_Face ft_face) in _hb_ft_hb_font_changed()
435 FT_Face ft_face = ft_font->ft_face; in hb_ft_get_glyph_h_advances() local
518 FT_Face ft_face = ft_font->ft_face; in hb_ft_get_glyph_v_origin() local
579 FT_Face ft_face = ft_font->ft_face; in hb_ft_get_glyph_extents() local
618 FT_Face ft_face = ft_font->ft_face; in hb_ft_get_glyph_contour_point() local
644 FT_Face ft_face = ft_font->ft_face; in hb_ft_get_glyph_name() local
662 FT_Face ft_face = ft_font->ft_face; in hb_ft_get_glyph_from_name() local
695 FT_Face ft_face = ft_font->ft_face; in hb_ft_get_font_h_extents() local
[all …]
/external/freetype/src/autofit/
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_()
/external/harfbuzz_ng/util/
Dhelper-cairo-ft.hh53 FT_Face ft_face = nullptr;//hb_ft_font_get_face (font); in helper_cairo_create_ft_font_face() local
109 FT_Face ft_face = cairo_ft_scaled_font_lock_face (scaled_font); in helper_cairo_ft_scaled_font_has_color() local
/external/harfbuzz_ng/test/api/
Dtest-ot-math.c36 static FT_Face ft_face; variable