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
Dafshaper.c127 face = hb_font_get_face( globals->hb_font ); in af_shaper_get_coverage()
480 font = metrics->globals->hb_font; in af_shaper_get_cluster()
Dafglobal.c359 globals->hb_font = hb_ft_font_create_( face, NULL ); in af_face_globals_new()
405 hb_font_destroy( globals->hb_font ); in af_face_globals_free()
/external/skia/modules/skshaper/src/
DSkShaper_harfbuzz.cpp73 hb_bool_t skhb_glyph(hb_font_t* hb_font, in skhb_glyph() argument
85 hb_bool_t skhb_nominal_glyph(hb_font_t* hb_font, in skhb_nominal_glyph() argument
90 return skhb_glyph(hb_font, font_data, unicode, 0, glyph, user_data); in skhb_nominal_glyph()
93 unsigned skhb_nominal_glyphs(hb_font_t *hb_font, void *font_data, in skhb_nominal_glyphs() argument
123 hb_position_t skhb_glyph_h_advance(hb_font_t* hb_font, in skhb_glyph_h_advance() argument
139 void skhb_glyph_h_advances(hb_font_t* hb_font, in skhb_glyph_h_advances() argument
178 hb_bool_t skhb_glyph_extents(hb_font_t* hb_font, in skhb_glyph_extents() argument
/external/freetype/docs/oldlogs/
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'.