Lines Matching refs:x_scale
465 int x_scale, y_scale; in test_font_properties() local
496 x_scale = y_scale = 13; in test_font_properties()
497 hb_font_get_scale (font, &x_scale, NULL); in test_font_properties()
498 g_assert_cmpint (x_scale, ==, upem); in test_font_properties()
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, &x_scale, &y_scale); in test_font_properties()
504 g_assert_cmpint (x_scale, ==, upem); in test_font_properties()
509 x_scale = y_scale = 13; in test_font_properties()
510 hb_font_get_scale (font, &x_scale, &y_scale); in test_font_properties()
511 g_assert_cmpint (x_scale, ==, 17); in test_font_properties()
549 x_scale = y_scale = 13; in test_font_properties()
550 hb_font_get_scale (font, &x_scale, &y_scale); in test_font_properties()
551 g_assert_cmpint (x_scale, ==, 17); in test_font_properties()
569 x_scale = y_scale = 13; in test_font_properties()
570 hb_font_get_scale (subfont, &x_scale, &y_scale); in test_font_properties()
571 g_assert_cmpint (x_scale, ==, 17); in test_font_properties()
574 x_scale = y_scale = 13; in test_font_properties()
575 hb_font_get_scale (subfont, &x_scale, &y_scale); in test_font_properties()
576 g_assert_cmpint (x_scale, ==, 10); in test_font_properties()
578 x_scale = y_scale = 13; in test_font_properties()
579 hb_font_get_scale (font, &x_scale, &y_scale); in test_font_properties()
580 g_assert_cmpint (x_scale, ==, 17); in test_font_properties()