Home
last modified time | relevance | path

Searched refs:hb_font (Results 1 – 5 of 5) 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()
104 hb_font = hb_font_get_empty (); in test_has_data()
105 hb_face = hb_font_get_face (hb_font); in test_has_data()
117 …g_assert_cmpint(hb_ot_math_get_constant (hb_font, HB_OT_MATH_CONSTANT_DELIMITED_SUB_FORMULA_MIN_HE… in test_get_constant()
121 …g_assert_cmpint((hb_ot_math_get_constant (hb_font, HB_OT_MATH_CONSTANT_DELIMITED_SUB_FORMULA_MIN_H… in test_get_constant()
[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()
466 font = metrics->globals->hb_font; in af_shaper_get_cluster()
Dafglobal.c367 globals->hb_font = hb_ft_font_create( face, NULL ); in af_face_globals_new()
413 hb_font_destroy( globals->hb_font ); in af_face_globals_free()
/external/harfbuzz_ng/src/
Dhb-graphite2.cc156 static float hb_graphite2_get_advance (const void *hb_font, unsigned short gid) in hb_graphite2_get_advance() argument
158 return ((hb_font_t *) hb_font)->get_glyph_h_advance (gid); in hb_graphite2_get_advance()