Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-layout-gsub-table.hh62 inline const Coverage &get_coverage (void) const in get_coverage() function
70 return TRACE_RETURN (c->len == 1 && (this+coverage).get_coverage (c->glyphs[0]) != NOT_COVERED); in would_apply()
77 unsigned int index = (this+coverage).get_coverage (glyph_id); in apply()
124 c->glyphs->add (substitute[iter.get_coverage ()]); in closure()
134 c->output->add (substitute[iter.get_coverage ()]); in collect_glyphs()
138 inline const Coverage &get_coverage (void) const in get_coverage() function
146 return TRACE_RETURN (c->len == 1 && (this+coverage).get_coverage (c->glyphs[0]) != NOT_COVERED); in would_apply()
153 unsigned int index = (this+coverage).get_coverage (glyph_id); in apply()
317 (this+sequence[iter.get_coverage ()]).closure (c); in closure()
330 inline const Coverage &get_coverage (void) const in get_coverage() function
[all …]
Dhb-ot-layout-gpos-table.hh434 inline const Coverage &get_coverage (void) const in get_coverage() function
442 unsigned int index = (this+coverage).get_coverage (c->buffer->cur().codepoint); in apply()
479 inline const Coverage &get_coverage (void) const in get_coverage() function
487 unsigned int index = (this+coverage).get_coverage (c->buffer->cur().codepoint); in apply()
654 inline const Coverage &get_coverage (void) const in get_coverage() function
665 unsigned int index = (this+coverage).get_coverage (c->buffer->cur().codepoint); in apply()
726 inline const Coverage &get_coverage (void) const in get_coverage() function
737 unsigned int index = (this+coverage).get_coverage (c->buffer->cur().codepoint); in apply()
872 inline const Coverage &get_coverage (void) const in get_coverage() function
887 …const EntryExitRecord &this_record = entryExitRecord[(this+coverage).get_coverage (c->buffer->cur… in apply()
[all …]
Dhb-ot-layout-common-private.hh631 inline unsigned int get_coverage (hb_codepoint_t glyph_id) const in get_coverage() function
675 inline uint16_t get_coverage (void) { return i; } in get_coverage() function
696 inline unsigned int get_coverage (hb_codepoint_t glyph_id) const in get_coverage() function
786 inline uint16_t get_coverage (void) { return coverage; } in get_coverage() function
806 inline unsigned int get_coverage (hb_codepoint_t glyph_id) const in get_coverage() function
809 case 1: return u.format1.get_coverage(glyph_id); in get_coverage()
810 case 2: return u.format2.get_coverage(glyph_id); in get_coverage()
901 inline uint16_t get_coverage (void) { in get_coverage() function
903 case 1: return u.format1.get_coverage (); in get_coverage()
904 case 2: return u.format2.get_coverage (); in get_coverage()
Dhb-ot-layout-gdef-table.hh54 unsigned int index = (this+coverage).get_coverage (glyph_id); in get_attach_points()
245 unsigned int index = (this+coverage).get_coverage (glyph_id); in get_lig_carets()
276 { return (this+coverage[set_index]).get_coverage (glyph_id) != NOT_COVERED; } in covers()
Dhb-ot-layout-gsubgpos-private.hh217 inline return_t dispatch (const T &obj) { return obj.get_coverage (); } in dispatch()
677 return (data+coverage).get_coverage (glyph_id) != NOT_COVERED; in match_coverage()
1252 const RuleSet &rule_set = this+ruleSet[(this+coverage).get_coverage (c->glyphs[0])]; in would_apply()
1260 inline const Coverage &get_coverage (void) const in get_coverage() function
1268 unsigned int index = (this+coverage).get_coverage (c->buffer->cur().codepoint); in apply()
1351 inline const Coverage &get_coverage (void) const in get_coverage() function
1359 unsigned int index = (this+coverage).get_coverage (c->buffer->cur().codepoint); in apply()
1441 inline const Coverage &get_coverage (void) const in get_coverage() function
1449 unsigned int index = (this+coverage[0]).get_coverage (c->buffer->cur().codepoint); in apply()
1811 const ChainRuleSet &rule_set = this+ruleSet[(this+coverage).get_coverage (c->glyphs[0])]; in would_apply()
[all …]