Lines Matching refs:substitute
151 unsigned int count = substitute.len; in closure()
157 c->out->add (substitute[iter.get_coverage ()]); in closure()
165 unsigned int count = substitute.len; in collect_glyphs()
170 c->output->add (substitute[iter.get_coverage ()]); in collect_glyphs()
188 if (unlikely (index >= substitute.len)) return_trace (false); in apply()
190 c->replace_glyph (substitute[index]); in apply()
201 if (unlikely (!substitute.serialize (c, substitutes))) return_trace (false); in serialize()
217 to.push ()->set (glyph_map[substitute[iter.get_coverage ()]]); in subset()
227 return_trace (coverage.sanitize (c, this) && substitute.sanitize (c)); in sanitize()
236 substitute; /* Array of substitute member
239 DEFINE_SIZE_ARRAY (6, substitute);
302 unsigned int count = substitute.len; in closure()
304 c->out->add (substitute[i]); in closure()
310 c->output->add_array (substitute.arrayZ, substitute.len); in collect_glyphs()
316 unsigned int count = substitute.len; in apply()
322 c->replace_glyph (substitute.arrayZ[0]); in apply()
338 c->output_glyph_for_component (substitute.arrayZ[i], klass); in apply()
349 return_trace (substitute.serialize (c, glyphs)); in serialize()
355 return_trace (substitute.sanitize (c)); in sanitize()
360 substitute; /* String of GlyphIDs to substitute */ member
362 DEFINE_SIZE_ARRAY (2, substitute);
1088 const ArrayOf<GlyphID> &substitute = StructAfter<ArrayOf<GlyphID> > (lookahead); in closure() local
1089 count = substitute.len; in closure()
1095 c->out->add (substitute[iter.get_coverage ()]); in closure()
1115 const ArrayOf<GlyphID> &substitute = StructAfter<ArrayOf<GlyphID> > (lookahead); in collect_glyphs() local
1116 count = substitute.len; in collect_glyphs()
1117 c->output->add_array (substitute.arrayZ, substitute.len); in collect_glyphs()
1138 const ArrayOf<GlyphID> &substitute = StructAfter<ArrayOf<GlyphID> > (lookahead); in apply() local
1151 c->replace_glyph_inplace (substitute[index]); in apply()
1176 const ArrayOf<GlyphID> &substitute = StructAfter<ArrayOf<GlyphID> > (lookahead); in sanitize() local
1177 return_trace (substitute.sanitize (c)); in sanitize()