Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ft.cc78 FT_Face ft_face = (FT_Face) font_data; in hb_ft_get_glyph() local
81 *glyph = FT_Face_GetCharVariantIndex (ft_face, unicode, variation_selector); in hb_ft_get_glyph()
85 *glyph = FT_Get_Char_Index (ft_face, unicode); in hb_ft_get_glyph()
95 FT_Face ft_face = (FT_Face) font_data; in hb_ft_get_glyph_h_advance() local
99 if (unlikely (FT_Get_Advance (ft_face, glyph, load_flags, &v))) in hb_ft_get_glyph_h_advance()
114 FT_Face ft_face = (FT_Face) font_data; in hb_ft_get_glyph_v_advance() local
118 if (unlikely (FT_Get_Advance (ft_face, glyph, load_flags, &v))) in hb_ft_get_glyph_v_advance()
146 FT_Face ft_face = (FT_Face) font_data; in hb_ft_get_glyph_v_origin() local
149 if (unlikely (FT_Load_Glyph (ft_face, glyph, load_flags))) in hb_ft_get_glyph_v_origin()
154 *x = ft_face->glyph->metrics.horiBearingX - ft_face->glyph->metrics.vertBearingX; in hb_ft_get_glyph_v_origin()
[all …]
Dhb-ft.h61 hb_ft_face_create (FT_Face ft_face,
73 hb_ft_face_create_cached (FT_Face ft_face);
83 hb_ft_face_create_referenced (FT_Face ft_face);
100 hb_ft_font_create (FT_Face ft_face,
106 hb_ft_font_create_referenced (FT_Face ft_face);
/external/harfbuzz_ng/util/
Dhelper-cairo.cc78 FT_Face ft_face = hb_ft_font_get_face (font); in helper_cairo_create_scaled_font() local
79 if (!ft_face) in helper_cairo_create_scaled_font()
91 &ft_face); in helper_cairo_create_scaled_font()
93 if (!ft_face) in helper_cairo_create_scaled_font()
101 cairo_face = cairo_ft_font_face_create_for_ft_face (ft_face, 0); in helper_cairo_create_scaled_font()