Searched refs:hb_font (Results 1 – 5 of 5) sorted by relevance
37 static hb_font_t *hb_font; variable72 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 …]
112 hb_font_t* hb_font; member
127 face = hb_font_get_face( globals->hb_font ); in af_shaper_get_coverage()466 font = metrics->globals->hb_font; in af_shaper_get_cluster()
367 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()
156 static float hb_graphite2_get_advance (const void *hb_font, unsigned short gid) in hb_graphite2_get_advance() argument158 return ((hb_font_t *) hb_font)->get_glyph_h_advance (gid); in hb_graphite2_get_advance()