Home | History | Annotate | Download | only in src

Lines Matching defs:format1

809     case 1: return u.format1.get_coverage(glyph_id);
827 case 1: return TRACE_RETURN (u.format1.serialize (c, glyphs, num_glyphs));
837 case 1: return TRACE_RETURN (u.format1.sanitize (c));
855 case 1: return u.format1.intersects_coverage (glyphs, index);
864 case 1: u.format1.add_coverage (glyphs); break;
875 case 1: return u.format1.init (c_.u.format1);
882 case 1: return u.format1.more ();
889 case 1: u.format1.next (); break;
896 case 1: return u.format1.get_glyph ();
903 case 1: return u.format1.get_coverage ();
912 CoverageFormat1::Iter format1;
920 CoverageFormat1 format1;
1022 case 1: return u.format1.get_class(glyph_id);
1032 case 1: return TRACE_RETURN (u.format1.sanitize (c));
1040 case 1: u.format1.add_class (glyphs, klass); return;
1048 case 1: return u.format1.intersects_class (glyphs, klass);
1057 ClassDefFormat1 format1;