Lines Matching refs:substitutes
40 hb_array_t<const GlyphID> substitutes);
197 hb_array_t<const GlyphID> substitutes) in serialize()
201 if (unlikely (!substitute.serialize (c, substitutes))) return_trace (false); in serialize()
246 hb_array_t<const GlyphID> substitutes) in serialize()
256 delta = substitutes[0] - glyphs[0]; in serialize()
258 if (delta != (int) (substitutes[i] - glyphs[i])) { in serialize()
266 case 2: return_trace (u.format2.serialize (c, glyphs, substitutes)); in serialize()
294 hb_array_t<const GlyphID> substitutes) in SingleSubst_serialize() argument
295 { c->start_embed<SingleSubst> ()->serialize (c, glyphs, substitutes); } in SingleSubst_serialize()
1352 hb_array_t<const GlyphID> substitutes) in serialize_single()
1356 return_trace (serialize_subtable (c, 0).u.single.serialize (c, glyphs, substitutes)); in serialize_single()