Searched defs:get_coverage (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-layout-gsub-table.hh62 inline const Coverage &get_coverage (void) const function in struct:OT::SingleSubstFormat1
70 return TRACE_RETURN (c->len == 1 && (this+coverage).get_coverage (c->glyphs[0]) != NOT_COVERED);
77 unsigned int index = (this+coverage).get_coverage (glyph_id);
124 c->glyphs->add (substitute[iter.get_coverage ()]);
134 c->output->add (substitute[iter.get_coverage ()]);
138 inline const Coverage &get_coverage (void) const function in struct:OT::SingleSubstFormat2
146 return TRACE_RETURN (c->len == 1 && (this+coverage).get_coverage (c->glyphs[0]) != NOT_COVERED);
153 unsigned int index = (this+coverage).get_coverage (glyph_id);
335 (this+sequence[iter.get_coverage ()]).closure (c);
348 inline const Coverage &get_coverage (voi function in struct:OT::MultipleSubstFormat1
481 inline const Coverage &get_coverage (void) const function in struct:OT::AlternateSubstFormat1
802 inline const Coverage &get_coverage (void) const function in struct:OT::LigatureSubstFormat1
979 inline const Coverage &get_coverage (void) const function in struct:OT::ReverseChainSingleSubstFormat1
[all...]
H A Dhb-ot-layout-common-private.hh633 inline unsigned int get_coverage (hb_codepoint_t glyph_id) const function in struct:OT::CoverageFormat1
677 inline uint16_t get_coverage (void) { return i; } function in struct:OT::CoverageFormat1::Iter
698 inline unsigned int get_coverage (hb_codepoint_t glyph_id) const function in struct:OT::CoverageFormat2
788 inline uint16_t get_coverage (void) { return coverage; } function in struct:OT::CoverageFormat2::Iter
808 inline unsigned int get_coverage (hb_codepoint_t glyph_id) const function in struct:OT::Coverage
811 case 1: return u.format1.get_coverage(glyph_id);
812 case 2: return u.format2.get_coverage(glyph_id);
903 inline uint16_t get_coverage (void) { function in struct:OT::Coverage::Iter
905 case 1: return u.format1.get_coverage ();
906 case 2: return u.format2.get_coverage ();
[all...]
H A Dhb-ot-layout-gpos-table.hh441 inline const Coverage &get_coverage (void) const function in struct:OT::SinglePosFormat1
450 unsigned int index = (this+coverage).get_coverage (buffer->cur().codepoint);
487 inline const Coverage &get_coverage (void) const function in struct:OT::SinglePosFormat2
496 unsigned int index = (this+coverage).get_coverage (buffer->cur().codepoint);
664 inline const Coverage &get_coverage (void) const function in struct:OT::PairPosFormat1
676 unsigned int index = (this+coverage).get_coverage (buffer->cur().codepoint);
735 inline const Coverage &get_coverage (void) const function in struct:OT::PairPosFormat2
747 unsigned int index = (this+coverage).get_coverage (buffer->cur().codepoint);
882 inline const Coverage &get_coverage (void) const function in struct:OT::CursivePosFormat1
898 const EntryExitRecord &this_record = entryExitRecord[(this+coverage).get_coverage (buffe
1030 inline const Coverage &get_coverage (void) const function in struct:OT::MarkBasePosFormat1
1134 inline const Coverage &get_coverage (void) const function in struct:OT::MarkLigPosFormat1
1250 inline const Coverage &get_coverage (void) const function in struct:OT::MarkMarkPosFormat1
[all...]
H A Dhb-ot-layout-gsubgpos-private.hh222 inline return_t dispatch (const T &obj) { return obj.get_coverage (); }
691 return (data+coverage).get_coverage (glyph_id) != NOT_COVERED;
1270 const RuleSet &rule_set = this+ruleSet[(this+coverage).get_coverage (c->glyphs[0])];
1278 inline const Coverage &get_coverage (void) const function in struct:OT::ContextFormat1
1286 unsigned int index = (this+coverage).get_coverage (c->buffer->cur().codepoint);
1369 inline const Coverage &get_coverage (void) const function in struct:OT::ContextFormat2
1377 unsigned int index = (this+coverage).get_coverage (c->buffer->cur().codepoint);
1459 inline const Coverage &get_coverage (void) const function in struct:OT::ContextFormat3
1467 unsigned int index = (this+coverage[0]).get_coverage (c->buffer->cur().codepoint);
1830 const ChainRuleSet &rule_set = this+ruleSet[(this+coverage).get_coverage (
1838 inline const Coverage &get_coverage (void) const function in struct:OT::ChainContextFormat1
1941 inline const Coverage &get_coverage (void) const function in struct:OT::ChainContextFormat2
2061 inline const Coverage &get_coverage (void) const function in struct:OT::ChainContextFormat3
[all...]
/external/harfbuzz_ng/src/
H A Dhb-ot-layout-gsub-table.hh62 inline const Coverage &get_coverage (void) const function in struct:OT::SingleSubstFormat1
70 return TRACE_RETURN (c->len == 1 && (this+coverage).get_coverage (c->glyphs[0]) != NOT_COVERED);
77 unsigned int index = (this+coverage).get_coverage (glyph_id);
124 c->glyphs->add (substitute[iter.get_coverage ()]);
134 c->output->add (substitute[iter.get_coverage ()]);
138 inline const Coverage &get_coverage (void) const function in struct:OT::SingleSubstFormat2
146 return TRACE_RETURN (c->len == 1 && (this+coverage).get_coverage (c->glyphs[0]) != NOT_COVERED);
153 unsigned int index = (this+coverage).get_coverage (glyph_id);
335 (this+sequence[iter.get_coverage ()]).closure (c);
348 inline const Coverage &get_coverage (voi function in struct:OT::MultipleSubstFormat1
481 inline const Coverage &get_coverage (void) const function in struct:OT::AlternateSubstFormat1
802 inline const Coverage &get_coverage (void) const function in struct:OT::LigatureSubstFormat1
979 inline const Coverage &get_coverage (void) const function in struct:OT::ReverseChainSingleSubstFormat1
[all...]
H A Dhb-ot-layout-common-private.hh633 inline unsigned int get_coverage (hb_codepoint_t glyph_id) const function in struct:OT::CoverageFormat1
677 inline uint16_t get_coverage (void) { return i; } function in struct:OT::CoverageFormat1::Iter
698 inline unsigned int get_coverage (hb_codepoint_t glyph_id) const function in struct:OT::CoverageFormat2
788 inline uint16_t get_coverage (void) { return coverage; } function in struct:OT::CoverageFormat2::Iter
808 inline unsigned int get_coverage (hb_codepoint_t glyph_id) const function in struct:OT::Coverage
811 case 1: return u.format1.get_coverage(glyph_id);
812 case 2: return u.format2.get_coverage(glyph_id);
903 inline uint16_t get_coverage (void) { function in struct:OT::Coverage::Iter
905 case 1: return u.format1.get_coverage ();
906 case 2: return u.format2.get_coverage ();
[all...]
H A Dhb-ot-layout-gpos-table.hh441 inline const Coverage &get_coverage (void) const function in struct:OT::SinglePosFormat1
450 unsigned int index = (this+coverage).get_coverage (buffer->cur().codepoint);
487 inline const Coverage &get_coverage (void) const function in struct:OT::SinglePosFormat2
496 unsigned int index = (this+coverage).get_coverage (buffer->cur().codepoint);
664 inline const Coverage &get_coverage (void) const function in struct:OT::PairPosFormat1
676 unsigned int index = (this+coverage).get_coverage (buffer->cur().codepoint);
735 inline const Coverage &get_coverage (void) const function in struct:OT::PairPosFormat2
747 unsigned int index = (this+coverage).get_coverage (buffer->cur().codepoint);
882 inline const Coverage &get_coverage (void) const function in struct:OT::CursivePosFormat1
898 const EntryExitRecord &this_record = entryExitRecord[(this+coverage).get_coverage (buffe
1030 inline const Coverage &get_coverage (void) const function in struct:OT::MarkBasePosFormat1
1134 inline const Coverage &get_coverage (void) const function in struct:OT::MarkLigPosFormat1
1250 inline const Coverage &get_coverage (void) const function in struct:OT::MarkMarkPosFormat1
[all...]
H A Dhb-ot-layout-gsubgpos-private.hh222 inline return_t dispatch (const T &obj) { return obj.get_coverage (); }
691 return (data+coverage).get_coverage (glyph_id) != NOT_COVERED;
1270 const RuleSet &rule_set = this+ruleSet[(this+coverage).get_coverage (c->glyphs[0])];
1278 inline const Coverage &get_coverage (void) const function in struct:OT::ContextFormat1
1286 unsigned int index = (this+coverage).get_coverage (c->buffer->cur().codepoint);
1369 inline const Coverage &get_coverage (void) const function in struct:OT::ContextFormat2
1377 unsigned int index = (this+coverage).get_coverage (c->buffer->cur().codepoint);
1459 inline const Coverage &get_coverage (void) const function in struct:OT::ContextFormat3
1467 unsigned int index = (this+coverage[0]).get_coverage (c->buffer->cur().codepoint);
1831 const ChainRuleSet &rule_set = this+ruleSet[(this+coverage).get_coverage (
1839 inline const Coverage &get_coverage (void) const function in struct:OT::ChainContextFormat1
1942 inline const Coverage &get_coverage (void) const function in struct:OT::ChainContextFormat2
2062 inline const Coverage &get_coverage (void) const function in struct:OT::ChainContextFormat3
[all...]

Completed in 187 milliseconds