Searched refs:font1 (Results 1 – 1 of 1) sorted by relevance
/external/harfbuzz_ng/test/api/ |
D | test-font.c | 258 hb_font_t *font1; in test_fontfuncs_subclassing() local 268 font1 = hb_font_create (face); in test_fontfuncs_subclassing() 270 hb_font_set_scale (font1, 10, 10); in test_fontfuncs_subclassing() 276 hb_font_set_funcs (font1, ffuncs1, NULL, NULL); in test_fontfuncs_subclassing() 280 g_assert (hb_font_get_glyph_contour_point_for_origin (font1, 1, 2, HB_DIRECTION_LTR, &x, &y)); in test_fontfuncs_subclassing() 283 g_assert (hb_font_get_glyph_contour_point_for_origin (font1, 2, 5, HB_DIRECTION_LTR, &x, &y)); in test_fontfuncs_subclassing() 286 g_assert (!hb_font_get_glyph_contour_point_for_origin (font1, 3, 7, HB_DIRECTION_RTL, &x, &y)); in test_fontfuncs_subclassing() 289 x = hb_font_get_glyph_h_advance (font1, 1); in test_fontfuncs_subclassing() 291 x = hb_font_get_glyph_h_advance (font1, 2); in test_fontfuncs_subclassing() 297 font2 = hb_font_create_sub_font (font1); in test_fontfuncs_subclassing() [all …]
|