Home | History | Annotate | Download | only in src

Lines Matching refs:substitutes

166 			 Supplier<GlyphID> &substitutes,
171 if (unlikely (!substitute.serialize (c, substitutes, num_glyphs))) return TRACE_RETURN (false);
197 Supplier<GlyphID> &substitutes,
207 delta = substitutes[0] - glyphs[0];
209 if (delta != substitutes[i] - glyphs[i]) {
217 case 2: return TRACE_RETURN (u.format2.serialize (c, glyphs, substitutes, num_glyphs));
1203 Supplier<GlyphID> &substitutes,
1208 return TRACE_RETURN (serialize_subtable (c, 0).u.single.serialize (c, glyphs, substitutes, num_glyphs));