Home
last modified time | relevance | path

Searched refs:ft_face (Results 1 – 3 of 3) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ft.cc71 FT_Face ft_face; member
77 _hb_ft_font_create (FT_Face ft_face, bool unref) in _hb_ft_font_create() argument
84 ft_font->ft_face = ft_face; in _hb_ft_font_create()
96 FT_Done_Face (ft_font->ft_face); in _hb_ft_font_destroy()
152 return ft_font->ft_face; in hb_ft_font_get_face()
165 unsigned int g = FT_Get_Char_Index (ft_font->ft_face, unicode); in hb_ft_get_nominal_glyph()
183 unsigned int g = FT_Face_GetCharVariantIndex (ft_font->ft_face, unicode, variation_selector); in hb_ft_get_variation_glyph()
201 if (unlikely (FT_Get_Advance (ft_font->ft_face, glyph, ft_font->load_flags, &v))) in hb_ft_get_glyph_h_advance()
219 …if (unlikely (FT_Get_Advance (ft_font->ft_face, glyph, ft_font->load_flags | FT_LOAD_VERTICAL_LAYO… in hb_ft_get_glyph_v_advance()
239 FT_Face ft_face = ft_font->ft_face; in hb_ft_get_glyph_v_origin() local
[all …]
Dhb-ft.h63 hb_ft_face_create (FT_Face ft_face,
75 hb_ft_face_create_cached (FT_Face ft_face);
85 hb_ft_face_create_referenced (FT_Face ft_face);
102 hb_ft_font_create (FT_Face ft_face,
108 hb_ft_font_create_referenced (FT_Face ft_face);
/external/harfbuzz_ng/util/
Dhelper-cairo.cc80 FT_Face ft_face = NULL;//hb_ft_font_get_face (font); in helper_cairo_create_scaled_font() local
81 if (!ft_face) in helper_cairo_create_scaled_font()
93 &ft_face); in helper_cairo_create_scaled_font()
95 if (!ft_face) in helper_cairo_create_scaled_font()
103 cairo_face = cairo_ft_font_face_create_for_ft_face (ft_face, 0); in helper_cairo_create_scaled_font()
138 FT_Face ft_face = cairo_ft_scaled_font_lock_face (scaled_font); in helper_cairo_scaled_font_has_color() local
139 if (ft_face) in helper_cairo_scaled_font_has_color()
141 if (FT_HAS_COLOR (ft_face)) in helper_cairo_scaled_font_has_color()