Searched refs:get_coverage (Results 1 – 6 of 6) sorted by relevance
68 inline const Coverage &get_coverage (void) const in get_coverage() function76 return_trace (c->len == 1 && (this+coverage).get_coverage (c->glyphs[0]) != NOT_COVERED); in would_apply()83 unsigned int index = (this+coverage).get_coverage (glyph_id); in apply()132 if (unlikely (iter.get_coverage () >= count)) in closure()135 c->glyphs->add (substitute[iter.get_coverage ()]); in closure()146 if (unlikely (iter.get_coverage () >= count)) in collect_glyphs()149 c->output->add (substitute[iter.get_coverage ()]); in collect_glyphs()153 inline const Coverage &get_coverage (void) const in get_coverage() function161 return_trace (c->len == 1 && (this+coverage).get_coverage (c->glyphs[0]) != NOT_COVERED); in would_apply()168 unsigned int index = (this+coverage).get_coverage (glyph_id); in apply()[all …]
467 inline const Coverage &get_coverage (void) const in get_coverage() function476 unsigned int index = (this+coverage).get_coverage (buffer->cur().codepoint); in apply()515 inline const Coverage &get_coverage (void) const in get_coverage() function524 unsigned int index = (this+coverage).get_coverage (buffer->cur().codepoint); in apply()696 inline const Coverage &get_coverage (void) const in get_coverage() function705 unsigned int index = (this+coverage).get_coverage (buffer->cur().codepoint); in apply()769 inline const Coverage &get_coverage (void) const in get_coverage() function778 unsigned int index = (this+coverage).get_coverage (buffer->cur().codepoint); in apply()909 inline const Coverage &get_coverage (void) const in get_coverage() function919 …const EntryExitRecord &this_record = entryExitRecord[(this+coverage).get_coverage (buffer->cur().… 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()344 unsigned int index = (this+mathKernCoverage).get_coverage (glyph); in get_kerning()384 { return (this+extendedShapeCoverage).get_coverage (glyph) != NOT_COVERED; } in is_extended_shape()644 unsigned int index = (this+coverage).get_coverage (glyph); in get_glyph_construction()
690 inline unsigned int get_coverage (hb_codepoint_t glyph_id) const in get_coverage() function735 inline unsigned int get_coverage (void) { return i; } in get_coverage() function756 inline unsigned int get_coverage (hb_codepoint_t glyph_id) const in get_coverage() function858 inline unsigned int get_coverage (void) { return coverage; } in get_coverage() function878 inline unsigned int get_coverage (hb_codepoint_t glyph_id) const in get_coverage() function881 case 1: return u.format1.get_coverage(glyph_id); in get_coverage()882 case 2: return u.format2.get_coverage(glyph_id); in get_coverage()974 inline unsigned int get_coverage (void) { in get_coverage() function976 case 1: return u.format1.get_coverage (); in get_coverage()977 case 2: return u.format2.get_coverage (); in get_coverage()
235 inline return_t dispatch (const T &obj) { return obj.get_coverage (); } in dispatch()685 return (data+coverage).get_coverage (glyph_id) != NOT_COVERED; in match_coverage()1284 const RuleSet &rule_set = this+ruleSet[(this+coverage).get_coverage (c->glyphs[0])]; in would_apply()1292 inline const Coverage &get_coverage (void) const in get_coverage() function1300 unsigned int index = (this+coverage).get_coverage (c->buffer->cur().codepoint); in apply()1384 inline const Coverage &get_coverage (void) const in get_coverage() function1392 unsigned int index = (this+coverage).get_coverage (c->buffer->cur().codepoint); in apply()1475 inline const Coverage &get_coverage (void) const in get_coverage() function1483 unsigned int index = (this+coverageZ[0]).get_coverage (c->buffer->cur().codepoint); in apply()1840 const ChainRuleSet &rule_set = this+ruleSet[(this+coverage).get_coverage (c->glyphs[0])]; in would_apply()[all …]
54 unsigned int index = (this+coverage).get_coverage (glyph_id); in get_attach_points()256 unsigned int index = (this+coverage).get_coverage (glyph_id); in get_lig_carets()288 { return (this+coverage[set_index]).get_coverage (glyph_id) != NOT_COVERED; } in covers()