Searched refs:full_advance (Results 1 – 3 of 3) sorted by relevance
/external/harfbuzz_ng/test/api/ |
D | test-ot-math.c | 631 g_assert_cmpint(parts[0].full_advance, ==, 2000); in test_get_glyph_assembly() 637 g_assert_cmpint(parts[1].full_advance, ==, 2000); in test_get_glyph_assembly() 643 g_assert_cmpint(parts[2].full_advance, ==, 2000); in test_get_glyph_assembly() 664 g_assert_cmpint(parts[0].full_advance, ==, 1000); in test_get_glyph_assembly() 671 g_assert_cmpint(parts[1].full_advance, ==, 1000); in test_get_glyph_assembly() 677 g_assert_cmpint(parts[2].full_advance, ==, 1000); in test_get_glyph_assembly() 685 g_assert_cmpint(parts[3].full_advance, ==, 1000); in test_get_glyph_assembly() 691 g_assert_cmpint(parts[4].full_advance, ==, 1000); in test_get_glyph_assembly()
|
/external/harfbuzz_ng/src/ |
D | hb-ot-math.h | 175 hb_position_t full_advance; member
|
D | hb-ot-math-table.hh | 463 out.full_advance = font->em_mult (fullAdvance, mult); in extract()
|