• Home
  • Raw
  • Download

Lines Matching refs:glyphs

49       if (c->glyphs->has (glyph_id))  in closure()
50 c->glyphs->add ((glyph_id + deltaGlyphID) & 0xFFFFu); in closure()
76 return_trace (c->len == 1 && (this+coverage).get_coverage (c->glyphs[0]) != NOT_COVERED); in would_apply()
95 Supplier<GlyphID> &glyphs, in serialize()
101 …if (unlikely (!coverage.serialize (c, this).serialize (c, glyphs, num_glyphs))) return_trace (fals… in serialize()
134 if (c->glyphs->has (iter.get_glyph ())) in closure()
135 c->glyphs->add (substitute[iter.get_coverage ()]); in closure()
161 return_trace (c->len == 1 && (this+coverage).get_coverage (c->glyphs[0]) != NOT_COVERED); in would_apply()
180 Supplier<GlyphID> &glyphs, in serialize()
187 …if (unlikely (!coverage.serialize (c, this).serialize (c, glyphs, num_glyphs))) return_trace (fals… in serialize()
212 Supplier<GlyphID> &glyphs, in serialize()
223 delta = substitutes[0] - glyphs[0]; in serialize()
225 if (delta != substitutes[i] - glyphs[i]) { in serialize()
232 case 1: return_trace (u.format1.serialize (c, glyphs, num_glyphs, delta)); in serialize()
233 case 2: return_trace (u.format2.serialize (c, glyphs, substitutes, num_glyphs)); in serialize()
266 c->glyphs->add (substitute[i]); in closure()
310 Supplier<GlyphID> &glyphs, in serialize()
315 if (unlikely (!substitute.serialize (c, glyphs, num_glyphs))) return_trace (false); in serialize()
343 if (c->glyphs->has (iter.get_glyph ())) in closure()
365 return_trace (c->len == 1 && (this+coverage).get_coverage (c->glyphs[0]) != NOT_COVERED); in would_apply()
379 Supplier<GlyphID> &glyphs, in serialize()
392 …if (unlikely (!coverage.serialize (c, this).serialize (c, glyphs, num_glyphs))) return_trace (fals… in serialize()
417 Supplier<GlyphID> &glyphs, in serialize()
427 …case 1: return_trace (u.format1.serialize (c, glyphs, substitute_len_list, num_glyphs, substitute_… in serialize()
465 if (c->glyphs->has (iter.get_glyph ())) { in closure()
469 c->glyphs->add (alt_set[i]); in closure()
499 return_trace (c->len == 1 && (this+coverage).get_coverage (c->glyphs[0]) != NOT_COVERED); in would_apply()
531 Supplier<GlyphID> &glyphs, in serialize()
544 …if (unlikely (!coverage.serialize (c, this).serialize (c, glyphs, num_glyphs))) return_trace (fals… in serialize()
569 Supplier<GlyphID> &glyphs, in serialize()
579 …case 1: return_trace (u.format1.serialize (c, glyphs, alternate_len_list, num_glyphs, alternate_gl… in serialize()
610 if (!c->glyphs->has (component[i])) in closure()
612 c->glyphs->add (ligGlyph); in closure()
631 if (likely (c->glyphs[i] != component[i])) in would_apply()
796 if (c->glyphs->has (iter.get_glyph ())) in closure()
823 unsigned int index = (this+coverage).get_coverage (c->glyphs[0]); in would_apply()
950 if (!(this+backtrack[i]).intersects (c->glyphs)) in closure()
955 if (!(this+lookahead[i]).intersects (c->glyphs)) in closure()
965 if (c->glyphs->has (iter.get_glyph ())) in closure()
966 c->glyphs->add (substitute[iter.get_coverage ()]); in closure()
1002 return_trace (c->len == 1 && (this+coverage).get_coverage (c->glyphs[0]) != NOT_COVERED); in would_apply()
1180 inline void add_coverage (set_t *glyphs) const in add_coverage()
1182 hb_add_coverage_context_t<set_t> c (glyphs); in add_coverage()
1191 if (!accel->may_have (c->glyphs[0])) return_trace (false); in would_apply()
1203 Supplier<GlyphID> &glyphs, in serialize_single()
1209 … return_trace (serialize_subtable (c, 0).u.single.serialize (c, glyphs, substitutes, num_glyphs)); in serialize_single()
1214 Supplier<GlyphID> &glyphs, in serialize_multiple()
1222 glyphs, in serialize_multiple()
1230 Supplier<GlyphID> &glyphs, in serialize_alternate()
1238 glyphs, in serialize_alternate()