Lines Matching refs:format2
1039 case 2: return u.format2.get_coverage (glyph_id); in get_coverage()
1059 case 2: return_trace (u.format2.serialize (c, glyphs)); in serialize()
1071 case 2: return_trace (u.format2.sanitize (c)); in sanitize()
1081 case 2: return u.format2.intersects (glyphs); in intersects()
1090 case 2: return u.format2.intersects_coverage (glyphs, index); in intersects_coverage()
1103 case 2: return u.format2.add_coverage (glyphs); in add_coverage()
1117 case 2: u.format2.init (c_.u.format2); return; in Iter()
1126 case 2: return u.format2.more (); in more()
1135 case 2: u.format2.next (); break; in next()
1144 case 2: return u.format2.get_glyph (); in get_glyph()
1153 case 2: return u.format2.get_coverage (); in get_coverage()
1161 … CoverageFormat2::Iter format2; /* Put this one first since it's larger; helps shut up compiler. */ member
1170 CoverageFormat2 format2; member
1475 case 2: return u.format2.get_class (glyph_id); in get_class()
1507 case 2: return_trace (u.format2.serialize (c, glyphs, klasses)); in serialize()
1517 case 2: return_trace (u.format2.subset (c)); in subset()
1528 case 2: return_trace (u.format2.sanitize (c)); in sanitize()
1540 case 2: return u.format2.add_coverage (glyphs); in add_coverage()
1552 case 2: return u.format2.add_class (glyphs, klass); in add_class()
1561 case 2: return u.format2.intersects (glyphs); in intersects()
1569 case 2: return u.format2.intersects_class (glyphs, klass); in intersects_class()
1578 ClassDefFormat2 format2; member