Lines Matching refs:y_scale
377 int x_scale, y_scale; in test_font_properties() local
408 x_scale = y_scale = 13; in test_font_properties()
411 x_scale = y_scale = 13; in test_font_properties()
412 hb_font_get_scale (font, NULL, &y_scale); in test_font_properties()
413 g_assert_cmpint (y_scale, ==, upem); in test_font_properties()
414 x_scale = y_scale = 13; in test_font_properties()
415 hb_font_get_scale (font, &x_scale, &y_scale); in test_font_properties()
417 g_assert_cmpint (y_scale, ==, upem); in test_font_properties()
421 x_scale = y_scale = 13; in test_font_properties()
422 hb_font_get_scale (font, &x_scale, &y_scale); in test_font_properties()
424 g_assert_cmpint (y_scale, ==, 19); in test_font_properties()
456 x_scale = y_scale = 13; in test_font_properties()
457 hb_font_get_scale (font, &x_scale, &y_scale); in test_font_properties()
459 g_assert_cmpint (y_scale, ==, 19); in test_font_properties()
476 x_scale = y_scale = 13; in test_font_properties()
477 hb_font_get_scale (subfont, &x_scale, &y_scale); in test_font_properties()
479 g_assert_cmpint (y_scale, ==, 19); in test_font_properties()
481 x_scale = y_scale = 13; in test_font_properties()
482 hb_font_get_scale (subfont, &x_scale, &y_scale); in test_font_properties()
484 g_assert_cmpint (y_scale, ==, 12); in test_font_properties()
485 x_scale = y_scale = 13; in test_font_properties()
486 hb_font_get_scale (font, &x_scale, &y_scale); in test_font_properties()
488 g_assert_cmpint (y_scale, ==, 19); in test_font_properties()