Searched refs:ft_face (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/third_party/harfbuzz-ng/src/ |
D | hb-ft.cc | 71 FT_Face ft_face = (FT_Face) font_data; in hb_ft_get_glyph() local 75 *glyph = FT_Face_GetCharVariantIndex (ft_face, unicode, variation_selector); in hb_ft_get_glyph() 80 *glyph = FT_Get_Char_Index (ft_face, unicode); in hb_ft_get_glyph() 90 FT_Face ft_face = (FT_Face) font_data; in hb_ft_get_glyph_h_advance() local 94 if (unlikely (FT_Get_Advance (ft_face, glyph, load_flags, &v))) in hb_ft_get_glyph_h_advance() 106 FT_Face ft_face = (FT_Face) font_data; in hb_ft_get_glyph_v_advance() local 110 if (unlikely (FT_Get_Advance (ft_face, glyph, load_flags, &v))) in hb_ft_get_glyph_v_advance() 138 FT_Face ft_face = (FT_Face) font_data; in hb_ft_get_glyph_v_origin() local 141 if (unlikely (FT_Load_Glyph (ft_face, glyph, load_flags))) in hb_ft_get_glyph_v_origin() 146 *x = ft_face->glyph->metrics.horiBearingX - ft_face->glyph->metrics.vertBearingX; in hb_ft_get_glyph_v_origin() [all …]
|
D | hb-ft.h | 40 hb_ft_face_create (FT_Face ft_face, 44 hb_ft_face_create_cached (FT_Face ft_face); 47 hb_ft_font_create (FT_Face ft_face,
|
/external/harfbuzz_ng/src/ |
D | hb-ft.cc | 71 FT_Face ft_face = (FT_Face) font_data; in hb_ft_get_glyph() local 75 *glyph = FT_Face_GetCharVariantIndex (ft_face, unicode, variation_selector); in hb_ft_get_glyph() 81 *glyph = FT_Get_Char_Index (ft_face, unicode); in hb_ft_get_glyph() 91 FT_Face ft_face = (FT_Face) font_data; in hb_ft_get_glyph_h_advance() local 95 if (unlikely (FT_Get_Advance (ft_face, glyph, load_flags, &v))) in hb_ft_get_glyph_h_advance() 107 FT_Face ft_face = (FT_Face) font_data; in hb_ft_get_glyph_v_advance() local 111 if (unlikely (FT_Get_Advance (ft_face, glyph, load_flags, &v))) in hb_ft_get_glyph_v_advance() 139 FT_Face ft_face = (FT_Face) font_data; in hb_ft_get_glyph_v_origin() local 142 if (unlikely (FT_Load_Glyph (ft_face, glyph, load_flags))) in hb_ft_get_glyph_v_origin() 147 *x = ft_face->glyph->metrics.horiBearingX - ft_face->glyph->metrics.vertBearingX; in hb_ft_get_glyph_v_origin() [all …]
|
D | hb-ft.h | 40 hb_ft_face_create (FT_Face ft_face, 44 hb_ft_face_create_cached (FT_Face ft_face); 47 hb_ft_font_create (FT_Face ft_face,
|
/external/harfbuzz_ng/util/ |
D | helper-cairo.cc | 70 FT_Face ft_face = hb_ft_font_get_face (font); in helper_cairo_create_scaled_font() local 71 if (!ft_face) in helper_cairo_create_scaled_font() 77 cairo_face = cairo_ft_font_face_create_for_ft_face (ft_face, 0); in helper_cairo_create_scaled_font()
|
/external/harfbuzz_ng/contrib/python/lib/ |
D | harfbuzz.pyx | 115 hb_face_t *hb_ft_face_create (FT_Face ft_face, hb_destroy_func_t destroy) 116 hb_font_t *hb_ft_font_create (FT_Face ft_face, hb_destroy_func_t destroy)
|