Searched refs:assert_cmpfloat (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/harfbuzz_ng/test/api/ |
H A D | test-style.c | 31 #define assert_cmpfloat(n1, n2) g_assert_cmpint ((int) (n1 * 100.f), ==, (int) (n2 * 100.f)) macro 38 assert_cmpfloat (hb_style_get_value (empty, HB_STYLE_TAG_ITALIC), 0); in test_empty_face() 39 assert_cmpfloat (hb_style_get_value (empty, HB_STYLE_TAG_OPTICAL_SIZE), 12); in test_empty_face() 40 assert_cmpfloat (hb_style_get_value (empty, HB_STYLE_TAG_SLANT_ANGLE), 0); in test_empty_face() 41 assert_cmpfloat (hb_style_get_value (empty, HB_STYLE_TAG_WIDTH), 100); in test_empty_face() 42 assert_cmpfloat (hb_style_get_value (empty, HB_STYLE_TAG_WEIGHT), 400); in test_empty_face() 51 assert_cmpfloat (hb_style_get_value (font, HB_STYLE_TAG_ITALIC), 0); in test_regular_face() 52 assert_cmpfloat (hb_style_get_value (font, HB_STYLE_TAG_OPTICAL_SIZE), 12); in test_regular_face() 53 assert_cmpfloat (hb_style_get_value (font, HB_STYLE_TAG_SLANT_ANGLE), 0); in test_regular_face() 54 assert_cmpfloat (hb_style_get_value (font, HB_STYLE_TAG_WIDTH), 100); in test_regular_face() [all …]
|