Home | History | Annotate | Download | only in src

Lines Matching refs:format1

811     case 1: return u.format1.get_coverage(glyph_id);
829 case 1: return TRACE_RETURN (u.format1.serialize (c, glyphs, num_glyphs));
839 case 1: return TRACE_RETURN (u.format1.sanitize (c));
857 case 1: return u.format1.intersects_coverage (glyphs, index);
866 case 1: u.format1.add_coverage (glyphs); break;
877 case 1: u.format1.init (c_.u.format1); return;
884 case 1: return u.format1.more ();
891 case 1: u.format1.next (); break;
898 case 1: return u.format1.get_glyph ();
905 case 1: return u.format1.get_coverage ();
914 CoverageFormat1::Iter format1;
922 CoverageFormat1 format1;
1053 case 1: return u.format1.get_class(glyph_id);
1063 case 1: return TRACE_RETURN (u.format1.sanitize (c));
1071 case 1: u.format1.add_class (glyphs, klass); return;
1079 case 1: return u.format1.intersects_class (glyphs, klass);
1088 ClassDefFormat1 format1;