Home
last modified time | relevance | path

Searched refs:get_coverage (Results 1 – 6 of 6) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-layout-gsub-table.hh68 inline const Coverage &get_coverage (void) const in get_coverage() function
76 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() function
161 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 …]
Dhb-ot-layout-gpos-table.hh467 inline const Coverage &get_coverage (void) const in get_coverage() function
476 unsigned int index = (this+coverage).get_coverage (buffer->cur().codepoint); in apply()
515 inline const Coverage &get_coverage (void) const in get_coverage() function
524 unsigned int index = (this+coverage).get_coverage (buffer->cur().codepoint); in apply()
696 inline const Coverage &get_coverage (void) const in get_coverage() function
705 unsigned int index = (this+coverage).get_coverage (buffer->cur().codepoint); in apply()
769 inline const Coverage &get_coverage (void) const in get_coverage() function
778 unsigned int index = (this+coverage).get_coverage (buffer->cur().codepoint); in apply()
909 inline const Coverage &get_coverage (void) const in get_coverage() function
919 …const EntryExitRecord &this_record = entryExitRecord[(this+coverage).get_coverage (buffer->cur().… in apply()
[all …]
Dhb-ot-math-table.hh179 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()
Dhb-ot-layout-common-private.hh690 inline unsigned int get_coverage (hb_codepoint_t glyph_id) const in get_coverage() function
735 inline unsigned int get_coverage (void) { return i; } in get_coverage() function
756 inline unsigned int get_coverage (hb_codepoint_t glyph_id) const in get_coverage() function
858 inline unsigned int get_coverage (void) { return coverage; } in get_coverage() function
878 inline unsigned int get_coverage (hb_codepoint_t glyph_id) const in get_coverage() function
881 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() function
976 case 1: return u.format1.get_coverage (); in get_coverage()
977 case 2: return u.format2.get_coverage (); in get_coverage()
Dhb-ot-layout-gsubgpos-private.hh235 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() function
1300 unsigned int index = (this+coverage).get_coverage (c->buffer->cur().codepoint); in apply()
1384 inline const Coverage &get_coverage (void) const in get_coverage() function
1392 unsigned int index = (this+coverage).get_coverage (c->buffer->cur().codepoint); in apply()
1475 inline const Coverage &get_coverage (void) const in get_coverage() function
1483 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 …]
Dhb-ot-layout-gdef-table.hh54 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()