Home
last modified time | relevance | path

Searched refs:hb_font (Results 1 - 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/harfbuzz/test/api/
H A 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...]
/third_party/skia/third_party/externals/freetype/src/autofit/
H A Dafglobal.h112 hb_font_t* hb_font; member
H A Dafglobal.c358 globals->hb_font = hb_ft_font_create( face, NULL ); in FT_LOCAL_DEF()
404 hb_font_destroy( globals->hb_font ); in af_face_globals_free()
H A 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()
/third_party/skia/modules/skshaper/src/
H A DSkShaper_harfbuzz.cpp75 hb_bool_t skhb_glyph(hb_font_t* hb_font, in skhb_glyph() argument
93 hb_bool_t skhb_nominal_glyph(hb_font_t* hb_font, in skhb_nominal_glyph() argument
98 return skhb_glyph(hb_font, font_data, unicode, 0, glyph, user_data); in skhb_nominal_glyph()
101 unsigned skhb_nominal_glyphs(hb_font_t *hb_font, void *font_data, in skhb_nominal_glyphs() argument
140 hb_position_t skhb_glyph_h_advance(hb_font_t* hb_font, in skhb_glyph_h_advance() argument
167 void skhb_glyph_h_advances(hb_font_t* hb_font, argument
218 hb_bool_t skhb_glyph_extents(hb_font_t* hb_font, argument

Completed in 6 milliseconds