Searched refs:font3 (Results 1 – 1 of 1) sorted by relevance
/external/harfbuzz_ng/test/api/ |
D | test-font.c | 260 hb_font_t *font3; in test_fontfuncs_subclassing() local 298 font3 = hb_font_create_sub_font (font2); in test_fontfuncs_subclassing() 301 g_assert (!hb_font_is_immutable (font3)); in test_fontfuncs_subclassing() 302 hb_font_make_immutable (font3); in test_fontfuncs_subclassing() 305 g_assert (hb_font_is_immutable (font3)); in test_fontfuncs_subclassing() 307 hb_font_destroy (font3); in test_fontfuncs_subclassing() 334 font3 = hb_font_create_sub_font (font2); in test_fontfuncs_subclassing() 335 hb_font_set_scale (font3, 20, 30); in test_fontfuncs_subclassing() 338 g_assert (hb_font_get_glyph_contour_point_for_origin (font3, 1, 2, HB_DIRECTION_RTL, &x, &y)); in test_fontfuncs_subclassing() 341 g_assert (hb_font_get_glyph_contour_point_for_origin (font3, 2, 5, HB_DIRECTION_LTR, &x, &y)); in test_fontfuncs_subclassing() [all …]
|