Home | History | Annotate | Download | only in src

Lines Matching full:format1

877     case 1: return u.format1.get_coverage(glyph_id);
895 case 1: return_trace (u.format1.serialize (c, glyphs, num_glyphs));
906 case 1: return_trace (u.format1.sanitize (c));
924 case 1: return u.format1.intersects_coverage (glyphs, index);
935 case 1: return u.format1.add_coverage (glyphs);
946 case 1: u.format1.init (c_.u.format1); return;
953 case 1: return u.format1.more ();
960 case 1: u.format1.next (); break;
967 case 1: return u.format1.get_glyph ();
974 case 1: return u.format1.get_coverage ();
984 CoverageFormat1::Iter format1;
991 CoverageFormat1 format1;
1164 case 1: return u.format1.get_class(glyph_id);
1175 case 1: return_trace (u.format1.sanitize (c));
1186 case 1: return u.format1.add_coverage (glyphs);
1197 case 1: return u.format1.add_class (glyphs, klass);
1205 case 1: return u.format1.intersects_class (glyphs, klass);
1214 ClassDefFormat1 format1;
1437 case 1: return u.format1.evaluate (coords, coord_len);
1447 case 1: return_trace (u.format1.sanitize (c));
1455 ConditionFormat1 format1;