Lines Matching refs:x_scale
367 int x_scale, y_scale; in test_font_properties() local
384 x_scale = y_scale = 13; in test_font_properties()
385 hb_font_get_scale (font, &x_scale, NULL); in test_font_properties()
386 g_assert_cmpint (x_scale, ==, 0); in test_font_properties()
387 x_scale = y_scale = 13; in test_font_properties()
390 x_scale = y_scale = 13; in test_font_properties()
391 hb_font_get_scale (font, &x_scale, &y_scale); in test_font_properties()
392 g_assert_cmpint (x_scale, ==, 0); in test_font_properties()
397 x_scale = y_scale = 13; in test_font_properties()
398 hb_font_get_scale (font, &x_scale, &y_scale); in test_font_properties()
399 g_assert_cmpint (x_scale, ==, 17); in test_font_properties()
432 x_scale = y_scale = 13; in test_font_properties()
433 hb_font_get_scale (font, &x_scale, &y_scale); in test_font_properties()
434 g_assert_cmpint (x_scale, ==, 17); in test_font_properties()
452 x_scale = y_scale = 13; in test_font_properties()
453 hb_font_get_scale (subfont, &x_scale, &y_scale); in test_font_properties()
454 g_assert_cmpint (x_scale, ==, 17); in test_font_properties()
457 x_scale = y_scale = 13; in test_font_properties()
458 hb_font_get_scale (subfont, &x_scale, &y_scale); in test_font_properties()
459 g_assert_cmpint (x_scale, ==, 10); in test_font_properties()
461 x_scale = y_scale = 13; in test_font_properties()
462 hb_font_get_scale (font, &x_scale, &y_scale); in test_font_properties()
463 g_assert_cmpint (x_scale, ==, 17); in test_font_properties()