Searched refs:get_coverage (Results 1 – 7 of 7) sorted by relevance
73 const Coverage &get_coverage () const { return this+coverage; } in get_coverage() function78 return_trace (c->len == 1 && (this+coverage).get_coverage (c->glyphs[0]) != NOT_COVERED); in would_apply()85 unsigned int index = (this+coverage).get_coverage (glyph_id); in apply()154 if (unlikely (iter.get_coverage () >= count)) in closure()157 c->out->add (substitute[iter.get_coverage ()]); in closure()168 if (unlikely (iter.get_coverage () >= count)) in collect_glyphs()170 c->output->add (substitute[iter.get_coverage ()]); in collect_glyphs()174 const Coverage &get_coverage () const { return this+coverage; } in get_coverage() function179 return_trace (c->len == 1 && (this+coverage).get_coverage (c->glyphs[0]) != NOT_COVERED); in would_apply()185 unsigned int index = (this+coverage).get_coverage (c->buffer->cur().codepoint); in apply()[all …]
480 const Coverage &get_coverage () const { return this+coverage; } in get_coverage() function486 unsigned int index = (this+coverage).get_coverage (buffer->cur().codepoint); in apply()535 const Coverage &get_coverage () const { return this+coverage; } in get_coverage() function541 unsigned int index = (this+coverage).get_coverage (buffer->cur().codepoint); in apply()735 if (unlikely (iter.get_coverage () >= count)) in intersects()738 (this+pairSet[iter.get_coverage ()]).intersects (glyphs, valueFormat)) in intersects()753 const Coverage &get_coverage () const { return this+coverage; } in get_coverage() function759 unsigned int index = (this+coverage).get_coverage (buffer->cur().codepoint); in apply()828 const Coverage &get_coverage () const { return this+coverage; } in get_coverage() function834 unsigned int index = (this+coverage).get_coverage (buffer->cur().codepoint); in apply()[all …]
238 return_t dispatch (const T &obj) { return obj.get_coverage (); } in dispatch()632 obj_.get_coverage ().add_coverage (&digest); in init()754 return (data+coverage).get_coverage (glyph_id) != NOT_COVERED; in match_coverage()1447 if (unlikely (iter.get_coverage () >= count)) in intersects()1450 (this+ruleSet[iter.get_coverage ()]).intersects (glyphs, lookup_context)) in intersects()1468 if (unlikely (iter.get_coverage () >= count)) in closure()1471 (this+ruleSet[iter.get_coverage ()]).closure (c, lookup_context); in closure()1494 const RuleSet &rule_set = this+ruleSet[(this+coverage).get_coverage (c->glyphs[0])]; in would_apply()1502 const Coverage &get_coverage () const { return this+coverage; } in get_coverage() function1507 unsigned int index = (this+coverage).get_coverage (c->buffer->cur().codepoint); in apply()[all …]
179 unsigned int index = (this+coverage).get_coverage (glyph); in get_value()210 unsigned int index = (this+topAccentCoverage).get_coverage (glyph); in get_value()343 unsigned int index = (this+mathKernCoverage).get_coverage (glyph); in get_kerning()383 { return (this+extendedShapeCoverage).get_coverage (glyph) != NOT_COVERED; } in is_extended_shape()638 unsigned int index = (this+coverage).get_coverage (glyph); in get_glyph_construction()
873 unsigned int get_coverage () const { return coverage >> (sizeof (HBUINT) * 8 - 8); } in get_coverage() function994 if (!(subtable->get_coverage() & ChainSubtable<Types>::AllDirections) && in apply()996 bool (subtable->get_coverage() & ChainSubtable<Types>::Vertical)) in apply()1026 reverse = subtable->get_coverage () & ChainSubtable<Types>::Logical ? in apply()1027 bool (subtable->get_coverage () & ChainSubtable<Types>::Backwards) : in apply()1028 bool (subtable->get_coverage () & ChainSubtable<Types>::Backwards) != in apply()
822 unsigned int get_coverage (hb_codepoint_t glyph_id) const in get_coverage() function868 unsigned int get_coverage () { return i; } in get_coverage() function889 unsigned int get_coverage (hb_codepoint_t glyph_id) const in get_coverage() function1014 unsigned int get_coverage () { return coverage; } in get_coverage() function1035 unsigned int get_coverage (hb_codepoint_t glyph_id) const in get_coverage() function1038 case 1: return u.format1.get_coverage (glyph_id); in get_coverage()1039 case 2: return u.format2.get_coverage (glyph_id); in get_coverage()1148 unsigned int get_coverage () in get_coverage() function1152 case 1: return u.format1.get_coverage (); in get_coverage()1153 case 2: return u.format2.get_coverage (); in get_coverage()
54 unsigned int index = (this+coverage).get_coverage (glyph_id); in get_attach_points()257 unsigned int index = (this+coverage).get_coverage (glyph_id); in get_lig_carets()289 { return (this+coverage[set_index]).get_coverage (glyph_id) != NOT_COVERED; } in covers()