• Home
  • Raw
  • Download

Lines Matching refs:parts

543   hb_ot_math_glyph_part_t parts[20];  in test_get_glyph_assembly()  local
544 unsigned partsSize = sizeof (parts) / sizeof (parts[0]); in test_get_glyph_assembly()
622 parts, in test_get_glyph_assembly()
628 g_assert_cmpint(parts[0].glyph, ==, glyph); in test_get_glyph_assembly()
629 g_assert_cmpint(parts[0].start_connector_length, ==, 800); in test_get_glyph_assembly()
630 g_assert_cmpint(parts[0].end_connector_length, ==, 384); in test_get_glyph_assembly()
631 g_assert_cmpint(parts[0].full_advance, ==, 2000); in test_get_glyph_assembly()
632 g_assert(!(parts[0].flags & HB_OT_MATH_GLYPH_PART_FLAG_EXTENDER)); in test_get_glyph_assembly()
634 g_assert_cmpint(parts[1].glyph, ==, glyph); in test_get_glyph_assembly()
635 g_assert_cmpint(parts[1].start_connector_length, ==, 524); in test_get_glyph_assembly()
636 g_assert_cmpint(parts[1].end_connector_length, ==, 800); in test_get_glyph_assembly()
637 g_assert_cmpint(parts[1].full_advance, ==, 2000); in test_get_glyph_assembly()
638 g_assert(parts[1].flags & HB_OT_MATH_GLYPH_PART_FLAG_EXTENDER); in test_get_glyph_assembly()
640 g_assert_cmpint(parts[2].glyph, ==, glyph); in test_get_glyph_assembly()
641 g_assert_cmpint(parts[2].start_connector_length, ==, 316); in test_get_glyph_assembly()
642 g_assert_cmpint(parts[2].end_connector_length, ==, 454); in test_get_glyph_assembly()
643 g_assert_cmpint(parts[2].full_advance, ==, 2000); in test_get_glyph_assembly()
644 g_assert(!(parts[2].flags & HB_OT_MATH_GLYPH_PART_FLAG_EXTENDER)); in test_get_glyph_assembly()
655 parts, in test_get_glyph_assembly()
661 g_assert_cmpint(parts[0].glyph, ==, glyph); in test_get_glyph_assembly()
662 g_assert_cmpint(parts[0].start_connector_length, ==, 365); in test_get_glyph_assembly()
663 g_assert_cmpint(parts[0].end_connector_length, ==, 158); in test_get_glyph_assembly()
664 g_assert_cmpint(parts[0].full_advance, ==, 1000); in test_get_glyph_assembly()
665 g_assert(!(parts[0].flags & HB_OT_MATH_GLYPH_PART_FLAG_EXTENDER)); in test_get_glyph_assembly()
667 g_assert_cmpint(parts[1].glyph, ==, glyph); in test_get_glyph_assembly()
668 g_assert_cmpint(parts[1].glyph, ==, glyph); in test_get_glyph_assembly()
669 g_assert_cmpint(parts[1].start_connector_length, ==, 227); in test_get_glyph_assembly()
670 g_assert_cmpint(parts[1].end_connector_length, ==, 365); in test_get_glyph_assembly()
671 g_assert_cmpint(parts[1].full_advance, ==, 1000); in test_get_glyph_assembly()
672 g_assert(parts[1].flags & HB_OT_MATH_GLYPH_PART_FLAG_EXTENDER); in test_get_glyph_assembly()
674 g_assert_cmpint(parts[2].glyph, ==, glyph); in test_get_glyph_assembly()
675 g_assert_cmpint(parts[2].start_connector_length, ==, 54); in test_get_glyph_assembly()
676 g_assert_cmpint(parts[2].end_connector_length, ==, 158); in test_get_glyph_assembly()
677 g_assert_cmpint(parts[2].full_advance, ==, 1000); in test_get_glyph_assembly()
678 g_assert(!(parts[2].flags & HB_OT_MATH_GLYPH_PART_FLAG_EXTENDER)); in test_get_glyph_assembly()
680 g_assert_cmpint(parts[3].glyph, ==, glyph); in test_get_glyph_assembly()
681 g_assert_cmpint(parts[3].glyph, ==, glyph); in test_get_glyph_assembly()
682 g_assert_cmpint(parts[3].glyph, ==, glyph); in test_get_glyph_assembly()
683 g_assert_cmpint(parts[3].start_connector_length, ==, 400); in test_get_glyph_assembly()
684 g_assert_cmpint(parts[3].end_connector_length, ==, 296); in test_get_glyph_assembly()
685 g_assert_cmpint(parts[3].full_advance, ==, 1000); in test_get_glyph_assembly()
686 g_assert(parts[1].flags & HB_OT_MATH_GLYPH_PART_FLAG_EXTENDER); in test_get_glyph_assembly()
688 g_assert_cmpint(parts[4].glyph, ==, glyph); in test_get_glyph_assembly()
689 g_assert_cmpint(parts[4].start_connector_length, ==, 123); in test_get_glyph_assembly()
690 g_assert_cmpint(parts[4].end_connector_length, ==, 192); in test_get_glyph_assembly()
691 g_assert_cmpint(parts[4].full_advance, ==, 1000); in test_get_glyph_assembly()
692 g_assert(!(parts[4].flags & HB_OT_MATH_GLYPH_PART_FLAG_EXTENDER)); in test_get_glyph_assembly()