• Home
  • Raw
  • Download

Lines Matching refs:format1

1038     case 1: return u.format1.get_coverage (glyph_id);  in get_coverage()
1058 case 1: return_trace (u.format1.serialize (c, glyphs)); in serialize()
1070 case 1: return_trace (u.format1.sanitize (c)); in sanitize()
1080 case 1: return u.format1.intersects (glyphs); in intersects()
1089 case 1: return u.format1.intersects_coverage (glyphs, index); in intersects_coverage()
1102 case 1: return u.format1.add_coverage (glyphs); in add_coverage()
1116 case 1: u.format1.init (c_.u.format1); return; in Iter()
1125 case 1: return u.format1.more (); in more()
1134 case 1: u.format1.next (); break; in next()
1143 case 1: return u.format1.get_glyph (); in get_glyph()
1152 case 1: return u.format1.get_coverage (); in get_coverage()
1162 CoverageFormat1::Iter format1; member
1169 CoverageFormat1 format1; member
1474 case 1: return u.format1.get_class (glyph_id); in get_class()
1506 case 1: return_trace (u.format1.serialize (c, glyphs, klasses)); in serialize()
1516 case 1: return_trace (u.format1.subset (c)); in subset()
1527 case 1: return_trace (u.format1.sanitize (c)); in sanitize()
1539 case 1: return u.format1.add_coverage (glyphs); in add_coverage()
1551 case 1: return u.format1.add_class (glyphs, klass); in add_class()
1560 case 1: return u.format1.intersects (glyphs); in intersects()
1568 case 1: return u.format1.intersects_class (glyphs, klass); in intersects_class()
1577 ClassDefFormat1 format1; member
1836 case 1: return u.format1.evaluate (coords, coord_len); in evaluate()
1846 case 1: return_trace (u.format1.sanitize (c)); in sanitize()
1854 ConditionFormat1 format1; member