Lines Matching refs:y_scale
468 int x_scale, y_scale; in test_font_properties() local
499 x_scale = y_scale = 13; in test_font_properties()
502 x_scale = y_scale = 13; in test_font_properties()
503 hb_font_get_scale (font, NULL, &y_scale); in test_font_properties()
504 g_assert_cmpint (y_scale, ==, upem); in test_font_properties()
505 x_scale = y_scale = 13; in test_font_properties()
506 hb_font_get_scale (font, &x_scale, &y_scale); in test_font_properties()
508 g_assert_cmpint (y_scale, ==, upem); in test_font_properties()
512 x_scale = y_scale = 13; in test_font_properties()
513 hb_font_get_scale (font, &x_scale, &y_scale); in test_font_properties()
515 g_assert_cmpint (y_scale, ==, 19); in test_font_properties()
552 x_scale = y_scale = 13; in test_font_properties()
553 hb_font_get_scale (font, &x_scale, &y_scale); in test_font_properties()
555 g_assert_cmpint (y_scale, ==, 19); in test_font_properties()
572 x_scale = y_scale = 13; in test_font_properties()
573 hb_font_get_scale (subfont, &x_scale, &y_scale); in test_font_properties()
575 g_assert_cmpint (y_scale, ==, 19); in test_font_properties()
577 x_scale = y_scale = 13; in test_font_properties()
578 hb_font_get_scale (subfont, &x_scale, &y_scale); in test_font_properties()
580 g_assert_cmpint (y_scale, ==, 12); in test_font_properties()
581 x_scale = y_scale = 13; in test_font_properties()
582 hb_font_get_scale (font, &x_scale, &y_scale); in test_font_properties()
584 g_assert_cmpint (y_scale, ==, 19); in test_font_properties()