Home | History | Annotate | Download | only in src

Lines Matching refs:format1

216     case 1: return TRACE_RETURN (u.format1.serialize (c, glyphs, num_glyphs, delta));
227 case 1: return TRACE_RETURN (c->dispatch (u.format1));
237 case 1: return TRACE_RETURN (u.format1.sanitize (c));
246 SingleSubstFormat1 format1;
417 case 1: return TRACE_RETURN (u.format1.serialize (c, glyphs, substitute_len_list, num_glyphs, substitute_glyphs_list));
427 case 1: return TRACE_RETURN (c->dispatch (u.format1));
436 case 1: return TRACE_RETURN (u.format1.sanitize (c));
444 MultipleSubstFormat1 format1;
568 case 1: return TRACE_RETURN (u.format1.serialize (c, glyphs, alternate_len_list, num_glyphs, alternate_glyphs_list));
578 case 1: return TRACE_RETURN (c->dispatch (u.format1));
587 case 1: return TRACE_RETURN (u.format1.sanitize (c));
595 AlternateSubstFormat1 format1;
883 case 1: return TRACE_RETURN (u.format1.serialize (c, first_glyphs, ligature_per_first_glyph_count_list, num_first_glyphs,
894 case 1: return TRACE_RETURN (c->dispatch (u.format1));
903 case 1: return TRACE_RETURN (u.format1.sanitize (c));
911 LigatureSubstFormat1 format1;
1058 case 1: return TRACE_RETURN (c->dispatch (u.format1));
1067 case 1: return TRACE_RETURN (u.format1.sanitize (c));
1075 ReverseChainSingleSubstFormat1 format1;