Home
last modified time | relevance | path

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

/external/harfbuzz_ng/test/api/
Dtest-ot-math.c628 g_assert(!(parts[0].flags & HB_MATH_GLYPH_PART_FLAG_EXTENDER)); in test_get_glyph_assembly()
634 g_assert(parts[1].flags & HB_MATH_GLYPH_PART_FLAG_EXTENDER); in test_get_glyph_assembly()
640 g_assert(!(parts[2].flags & HB_MATH_GLYPH_PART_FLAG_EXTENDER)); in test_get_glyph_assembly()
661 g_assert(!(parts[0].flags & HB_MATH_GLYPH_PART_FLAG_EXTENDER)); in test_get_glyph_assembly()
668 g_assert(parts[1].flags & HB_MATH_GLYPH_PART_FLAG_EXTENDER); in test_get_glyph_assembly()
674 g_assert(!(parts[2].flags & HB_MATH_GLYPH_PART_FLAG_EXTENDER)); in test_get_glyph_assembly()
682 g_assert(parts[1].flags & HB_MATH_GLYPH_PART_FLAG_EXTENDER); in test_get_glyph_assembly()
688 g_assert(!(parts[4].flags & HB_MATH_GLYPH_PART_FLAG_EXTENDER)); in test_get_glyph_assembly()
/external/harfbuzz_ng/src/
Dhb-ot-math.h142 HB_MATH_GLYPH_PART_FLAG_EXTENDER = 0x00000001u /* Extender glyph */ enumerator
Dhb-ot-math-table.hh466 ASSERT_STATIC ((unsigned int) HB_MATH_GLYPH_PART_FLAG_EXTENDER == in extract()