Lines Matching refs:x_scale
377 int x_scale, y_scale; in test_font_properties() local
408 x_scale = y_scale = 13; in test_font_properties()
409 hb_font_get_scale (font, &x_scale, NULL); in test_font_properties()
410 g_assert_cmpint (x_scale, ==, upem); in test_font_properties()
411 x_scale = y_scale = 13; 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()
416 g_assert_cmpint (x_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()
423 g_assert_cmpint (x_scale, ==, 17); 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()
458 g_assert_cmpint (x_scale, ==, 17); 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()
478 g_assert_cmpint (x_scale, ==, 17); 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()
483 g_assert_cmpint (x_scale, ==, 10); 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()
487 g_assert_cmpint (x_scale, ==, 17); in test_font_properties()