Searched refs:max_correction_height (Results 1 – 2 of 2) sorted by relevance
/external/harfbuzz_ng/test/api/ |
D | test-ot-math.c | 380 g_assert_cmpint(entries[0].max_correction_height, ==, 14); in test_get_glyph_kernings() 382 g_assert_cmpint(entries[1].max_correction_height, ==, 23); in test_get_glyph_kernings() 384 g_assert_cmpint(entries[2].max_correction_height, ==, 32); in test_get_glyph_kernings() 386 g_assert_cmpint(entries[3].max_correction_height, ==, 41); in test_get_glyph_kernings() 388 g_assert_cmpint(entries[4].max_correction_height, ==, 50); in test_get_glyph_kernings() 390 g_assert_cmpint(entries[5].max_correction_height, ==, 59); in test_get_glyph_kernings() 392 g_assert_cmpint(entries[6].max_correction_height, ==, 68); in test_get_glyph_kernings() 394 g_assert_cmpint(entries[7].max_correction_height, ==, 77); in test_get_glyph_kernings() 396 g_assert_cmpint(entries[8].max_correction_height, ==, 86); in test_get_glyph_kernings() 398 g_assert_cmpint(entries[9].max_correction_height, ==, INT32_MAX); in test_get_glyph_kernings() [all …]
|
/external/harfbuzz_ng/src/ |
D | hb-ot-math.h | 221 hb_position_t max_correction_height; member
|