• Home
  • Raw
  • Download

Lines Matching refs:glyphs

46       if (c->glyphs->has (glyph_id))  in closure()
47 c->glyphs->add ((glyph_id + deltaGlyphID) & 0xFFFF); in closure()
70 return TRACE_RETURN (c->len == 1 && (this+coverage).get_coverage (c->glyphs[0]) != NOT_COVERED); in would_apply()
89 Supplier<GlyphID> &glyphs, in serialize()
95 …if (unlikely (!coverage.serialize (c, this).serialize (c, glyphs, num_glyphs))) return TRACE_RETUR… in serialize()
123 if (c->glyphs->has (iter.get_glyph ())) in closure()
124 c->glyphs->add (substitute[iter.get_coverage ()]); in closure()
146 return TRACE_RETURN (c->len == 1 && (this+coverage).get_coverage (c->glyphs[0]) != NOT_COVERED); in would_apply()
165 Supplier<GlyphID> &glyphs, in serialize()
172 …if (unlikely (!coverage.serialize (c, this).serialize (c, glyphs, num_glyphs))) return TRACE_RETUR… in serialize()
196 Supplier<GlyphID> &glyphs, in serialize()
207 delta = substitutes[0] - glyphs[0]; in serialize()
209 if (delta != substitutes[i] - glyphs[i]) { in serialize()
216 case 1: return TRACE_RETURN (u.format1.serialize (c, glyphs, num_glyphs, delta)); in serialize()
217 case 2: return TRACE_RETURN (u.format2.serialize (c, glyphs, substitutes, num_glyphs)); in serialize()
259 c->glyphs->add (substitute[i]); in closure()
288 Supplier<GlyphID> &glyphs, in serialize()
293 if (unlikely (!substitute.serialize (c, glyphs, num_glyphs))) return TRACE_RETURN (false); in serialize()
316 if (c->glyphs->has (iter.get_glyph ())) in closure()
338 return TRACE_RETURN (c->len == 1 && (this+coverage).get_coverage (c->glyphs[0]) != NOT_COVERED); in would_apply()
352 Supplier<GlyphID> &glyphs, in serialize()
365 …if (unlikely (!coverage.serialize (c, this).serialize (c, glyphs, num_glyphs))) return TRACE_RETUR… in serialize()
389 Supplier<GlyphID> &glyphs, in serialize()
399 …case 1: return TRACE_RETURN (u.format1.serialize (c, glyphs, substitute_len_list, num_glyphs, subs… in serialize()
441 if (c->glyphs->has (iter.get_glyph ())) { in closure()
445 c->glyphs->add (alt_set[i]); in closure()
471 return TRACE_RETURN (c->len == 1 && (this+coverage).get_coverage (c->glyphs[0]) != NOT_COVERED); in would_apply()
503 Supplier<GlyphID> &glyphs, in serialize()
516 …if (unlikely (!coverage.serialize (c, this).serialize (c, glyphs, num_glyphs))) return TRACE_RETUR… in serialize()
540 Supplier<GlyphID> &glyphs, in serialize()
550 …case 1: return TRACE_RETURN (u.format1.serialize (c, glyphs, alternate_len_list, num_glyphs, alter… in serialize()
589 if (!c->glyphs->has (component[i])) in closure()
591 c->glyphs->add (ligGlyph); in closure()
610 if (likely (c->glyphs[i] != component[i])) in would_apply()
761 if (c->glyphs->has (iter.get_glyph ())) in closure()
784 unsigned int index = (this+coverage).get_coverage (c->glyphs[0]); in would_apply()
913 if (!(this+backtrack[i]).intersects (c->glyphs)) in closure()
918 if (!(this+lookahead[i]).intersects (c->glyphs)) in closure()
924 if (c->glyphs->has (iter.get_glyph ())) in closure()
925 c->glyphs->add (substitute[iter.get_coverage ()]); in closure()
961 return TRACE_RETURN (c->len == 1 && (this+coverage).get_coverage (c->glyphs[0]) != NOT_COVERED); in would_apply()
1156 inline void add_coverage (set_t *glyphs) const in add_coverage()
1164 coverage->add_coverage (glyphs); in add_coverage()
1174 if (!digest->may_have (c->glyphs[0])) return TRACE_RETURN (false); in would_apply()
1242 Supplier<GlyphID> &glyphs, in serialize_single()
1248 …return TRACE_RETURN (serialize_subtable (c, 0).u.single.serialize (c, glyphs, substitutes, num_gly… in serialize_single()
1253 Supplier<GlyphID> &glyphs, in serialize_multiple()
1260 …return TRACE_RETURN (serialize_subtable (c, 0).u.multiple.serialize (c, glyphs, substitute_len_lis… in serialize_multiple()
1266 Supplier<GlyphID> &glyphs, in serialize_alternate()
1273 …return TRACE_RETURN (serialize_subtable (c, 0).u.alternate.serialize (c, glyphs, alternate_len_lis… in serialize_alternate()