Searched refs:font2 (Results 1 – 1 of 1) sorted by relevance
/external/harfbuzz_ng/test/api/ |
D | test-font.c | 259 hb_font_t *font2; in test_fontfuncs_subclassing() local 297 font2 = hb_font_create_sub_font (font1); in test_fontfuncs_subclassing() 298 font3 = hb_font_create_sub_font (font2); in test_fontfuncs_subclassing() 300 g_assert (!hb_font_is_immutable (font2)); in test_fontfuncs_subclassing() 304 g_assert (hb_font_is_immutable (font2)); in test_fontfuncs_subclassing() 306 hb_font_destroy (font2); in test_fontfuncs_subclassing() 309 font2 = hb_font_create_sub_font (font1); in test_fontfuncs_subclassing() 315 hb_font_set_funcs (font2, ffuncs2, NULL, NULL); in test_fontfuncs_subclassing() 319 g_assert (hb_font_get_glyph_contour_point_for_origin (font2, 1, 2, HB_DIRECTION_LTR, &x, &y)); in test_fontfuncs_subclassing() 322 g_assert (hb_font_get_glyph_contour_point_for_origin (font2, 2, 5, HB_DIRECTION_RTL, &x, &y)); in test_fontfuncs_subclassing() [all …]
|