Home
last modified time | relevance | path

Searched refs:hb_font (Results 1 – 6 of 6) sorted by relevance

/external/harfbuzz_ng/test/api/
Dtest-ot-math.c37 static hb_font_t *hb_font; variable
72 hb_font = hb_ft_font_create (ft_face, NULL); in openFont()
73 hb_face = hb_face_reference (hb_font_get_face (hb_font)); in openFont()
80 hb_font_destroy (hb_font); in closeFont()
83 hb_font = NULL; in closeFont()
101 hb_font = hb_font_create (hb_face); in test_has_data()
103 hb_font_destroy (hb_font); in test_has_data()
106 hb_font = hb_font_get_empty (); in test_has_data()
107 hb_face = hb_font_get_face (hb_font); in test_has_data()
109 hb_font_destroy (hb_font); in test_has_data()
[all …]
/external/freetype/src/autofit/
Dafglobal.h112 hb_font_t* hb_font; member
Dafglobal.c362 globals->hb_font = hb_ft_font_create( face, NULL ); in af_face_globals_new()
408 hb_font_destroy( globals->hb_font ); in af_face_globals_free()
Dafshaper.c127 face = hb_font_get_face( globals->hb_font ); in af_shaper_get_coverage()
465 font = metrics->globals->hb_font; in af_shaper_get_cluster()
/external/skia/modules/skshaper/src/
DSkShaper_harfbuzz.cpp74 hb_bool_t skhb_glyph(hb_font_t* hb_font, in skhb_glyph() argument
86 hb_bool_t skhb_nominal_glyph(hb_font_t* hb_font, in skhb_nominal_glyph() argument
91 return skhb_glyph(hb_font, font_data, unicode, 0, glyph, user_data); in skhb_nominal_glyph()
94 unsigned skhb_nominal_glyphs(hb_font_t *hb_font, void *font_data, in skhb_nominal_glyphs() argument
124 hb_position_t skhb_glyph_h_advance(hb_font_t* hb_font, in skhb_glyph_h_advance() argument
140 void skhb_glyph_h_advances(hb_font_t* hb_font, in skhb_glyph_h_advances() argument
179 hb_bool_t skhb_glyph_extents(hb_font_t* hb_font, in skhb_glyph_extents() argument
/external/freetype/
DChangeLog.252617 We now use `hb_font' instead of `hb_face' since yet-to-come changes
2622 `hb_font'.
2625 [FT_CONFIG_OPTION_USE_HARFBUZZ]: Create `hb_font'.
2627 `hb_font'.