Lines Matching refs:y_ppem
369 unsigned int x_ppem, y_ppem; in test_font_properties() local
407 x_ppem = y_ppem = 13; in test_font_properties()
410 x_ppem = y_ppem = 13; in test_font_properties()
411 hb_font_get_ppem (font, NULL, &y_ppem); in test_font_properties()
412 g_assert_cmpint (y_ppem, ==, 0); in test_font_properties()
413 x_ppem = y_ppem = 13; in test_font_properties()
414 hb_font_get_ppem (font, &x_ppem, &y_ppem); in test_font_properties()
416 g_assert_cmpint (y_ppem, ==, 0); in test_font_properties()
420 x_ppem = y_ppem = 13; in test_font_properties()
421 hb_font_get_ppem (font, &x_ppem, &y_ppem); in test_font_properties()
423 g_assert_cmpint (y_ppem, ==, 19); in test_font_properties()
439 x_ppem = y_ppem = 13; in test_font_properties()
440 hb_font_get_ppem (font, &x_ppem, &y_ppem); in test_font_properties()
442 g_assert_cmpint (y_ppem, ==, 19); in test_font_properties()
468 x_ppem = y_ppem = 13; in test_font_properties()
469 hb_font_get_ppem (subfont, &x_ppem, &y_ppem); in test_font_properties()
471 g_assert_cmpint (y_ppem, ==, 19); in test_font_properties()
473 x_ppem = y_ppem = 13; in test_font_properties()
474 hb_font_get_ppem (subfont, &x_ppem, &y_ppem); in test_font_properties()
476 g_assert_cmpint (y_ppem, ==, 12); in test_font_properties()
477 x_ppem = y_ppem = 13; in test_font_properties()
478 hb_font_get_ppem (font, &x_ppem, &y_ppem); in test_font_properties()
480 g_assert_cmpint (y_ppem, ==, 19); in test_font_properties()