Home
last modified time | relevance | path

Searched refs:full_advance (Results 1 – 3 of 3) sorted by relevance

/external/harfbuzz_ng/test/api/
Dtest-ot-math.c631 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/
Dhb-ot-math.h175 hb_position_t full_advance; member
Dhb-ot-math-table.hh463 out.full_advance = font->em_mult (fullAdvance, mult); in extract()