Searched refs:get_coverage (Results 1 - 10 of 10) 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);
324 (this+sequence[iter.get_coverage ()]).closure (c);
337 inline const Coverage &get_coverage (voi function in struct:OT::MultipleSubstFormat1
470 inline const Coverage &get_coverage (void) const function in struct:OT::AlternateSubstFormat1
783 inline const Coverage &get_coverage (void) const function in struct:OT::LigatureSubstFormat1
960 inline const Coverage &get_coverage (void) const function in struct:OT::ReverseChainSingleSubstFormat1
[all...]
H A Dhb-ot-layout-gpos-table.hh434 inline const Coverage &get_coverage (void) const function in struct:OT::SinglePosFormat1
442 unsigned int index = (this+coverage).get_coverage (c->buffer->cur().codepoint);
479 inline const Coverage &get_coverage (void) const function in struct:OT::SinglePosFormat2
487 unsigned int index = (this+coverage).get_coverage (c->buffer->cur().codepoint);
654 inline const Coverage &get_coverage (void) const function in struct:OT::PairPosFormat1
665 unsigned int index = (this+coverage).get_coverage (c->buffer->cur().codepoint);
724 inline const Coverage &get_coverage (void) const function in struct:OT::PairPosFormat2
735 unsigned int index = (this+coverage).get_coverage (c->buffer->cur().codepoint);
870 inline const Coverage &get_coverage (void) const function in struct:OT::CursivePosFormat1
885 const EntryExitRecord &this_record = entryExitRecord[(this+coverage).get_coverage (
1017 inline const Coverage &get_coverage (void) const function in struct:OT::MarkBasePosFormat1
1120 inline const Coverage &get_coverage (void) const function in struct:OT::MarkLigPosFormat1
1235 inline const Coverage &get_coverage (void) const function in struct:OT::MarkMarkPosFormat1
[all...]
H A Dhb-ot-layout-common-private.hh630 inline unsigned int get_coverage (hb_codepoint_t glyph_id) const function in struct:OT::CoverageFormat1
674 inline uint16_t get_coverage (void) { return i; } function in struct:OT::CoverageFormat1::Iter
695 inline unsigned int get_coverage (hb_codepoint_t glyph_id) const function in struct:OT::CoverageFormat2
785 inline uint16_t get_coverage (void) { return coverage; } function in struct:OT::CoverageFormat2::Iter
805 inline unsigned int get_coverage (hb_codepoint_t glyph_id) const function in struct:OT::Coverage
808 case 1: return u.format1.get_coverage(glyph_id);
809 case 2: return u.format2.get_coverage(glyph_id);
900 inline uint16_t get_coverage (void) { function in struct:OT::Coverage::Iter
902 case 1: return u.format1.get_coverage ();
903 case 2: return u.format2.get_coverage ();
[all...]
H A Dhb-ot-layout-gdef-table.hh54 unsigned int index = (this+coverage).get_coverage (glyph_id);
245 unsigned int index = (this+coverage).get_coverage (glyph_id);
276 { return (this+coverage[set_index]).get_coverage (glyph_id) != NOT_COVERED; }
H A Dhb-ot-layout-gsubgpos-private.hh217 inline return_t dispatch (const T &obj) { return obj.get_coverage (); }
677 return (data+coverage).get_coverage (glyph_id) != NOT_COVERED;
1252 const RuleSet &rule_set = this+ruleSet[(this+coverage).get_coverage (c->glyphs[0])];
1260 inline const Coverage &get_coverage (void) const function in struct:OT::ContextFormat1
1268 unsigned int index = (this+coverage).get_coverage (c->buffer->cur().codepoint);
1351 inline const Coverage &get_coverage (void) const function in struct:OT::ContextFormat2
1359 unsigned int index = (this+coverage).get_coverage (c->buffer->cur().codepoint);
1441 inline const Coverage &get_coverage (void) const function in struct:OT::ContextFormat3
1449 unsigned int index = (this+coverage[0]).get_coverage (c->buffer->cur().codepoint);
1811 const ChainRuleSet &rule_set = this+ruleSet[(this+coverage).get_coverage (
1819 inline const Coverage &get_coverage (void) const function in struct:OT::ChainContextFormat1
1922 inline const Coverage &get_coverage (void) const function in struct:OT::ChainContextFormat2
2042 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);
317 (this+sequence[iter.get_coverage ()]).closure (c);
330 inline const Coverage &get_coverage (voi function in struct:OT::MultipleSubstFormat1
463 inline const Coverage &get_coverage (void) const function in struct:OT::AlternateSubstFormat1
776 inline const Coverage &get_coverage (void) const function in struct:OT::LigatureSubstFormat1
953 inline const Coverage &get_coverage (void) const function in struct:OT::ReverseChainSingleSubstFormat1
[all...]
H A Dhb-ot-layout-gpos-table.hh434 inline const Coverage &get_coverage (void) const function in struct:OT::SinglePosFormat1
442 unsigned int index = (this+coverage).get_coverage (c->buffer->cur().codepoint);
479 inline const Coverage &get_coverage (void) const function in struct:OT::SinglePosFormat2
487 unsigned int index = (this+coverage).get_coverage (c->buffer->cur().codepoint);
654 inline const Coverage &get_coverage (void) const function in struct:OT::PairPosFormat1
665 unsigned int index = (this+coverage).get_coverage (c->buffer->cur().codepoint);
726 inline const Coverage &get_coverage (void) const function in struct:OT::PairPosFormat2
737 unsigned int index = (this+coverage).get_coverage (c->buffer->cur().codepoint);
872 inline const Coverage &get_coverage (void) const function in struct:OT::CursivePosFormat1
887 const EntryExitRecord &this_record = entryExitRecord[(this+coverage).get_coverage (
1020 inline const Coverage &get_coverage (void) const function in struct:OT::MarkBasePosFormat1
1124 inline const Coverage &get_coverage (void) const function in struct:OT::MarkLigPosFormat1
1240 inline const Coverage &get_coverage (void) const function in struct:OT::MarkMarkPosFormat1
[all...]
H A Dhb-ot-layout-common-private.hh631 inline unsigned int get_coverage (hb_codepoint_t glyph_id) const function in struct:OT::CoverageFormat1
675 inline uint16_t get_coverage (void) { return i; } function in struct:OT::CoverageFormat1::Iter
696 inline unsigned int get_coverage (hb_codepoint_t glyph_id) const function in struct:OT::CoverageFormat2
786 inline uint16_t get_coverage (void) { return coverage; } function in struct:OT::CoverageFormat2::Iter
806 inline unsigned int get_coverage (hb_codepoint_t glyph_id) const function in struct:OT::Coverage
809 case 1: return u.format1.get_coverage(glyph_id);
810 case 2: return u.format2.get_coverage(glyph_id);
901 inline uint16_t get_coverage (void) { function in struct:OT::Coverage::Iter
903 case 1: return u.format1.get_coverage ();
904 case 2: return u.format2.get_coverage ();
[all...]
H A Dhb-ot-layout-gdef-table.hh54 unsigned int index = (this+coverage).get_coverage (glyph_id);
245 unsigned int index = (this+coverage).get_coverage (glyph_id);
276 { return (this+coverage[set_index]).get_coverage (glyph_id) != NOT_COVERED; }
H A Dhb-ot-layout-gsubgpos-private.hh217 inline return_t dispatch (const T &obj) { return obj.get_coverage (); }
677 return (data+coverage).get_coverage (glyph_id) != NOT_COVERED;
1252 const RuleSet &rule_set = this+ruleSet[(this+coverage).get_coverage (c->glyphs[0])];
1260 inline const Coverage &get_coverage (void) const function in struct:OT::ContextFormat1
1268 unsigned int index = (this+coverage).get_coverage (c->buffer->cur().codepoint);
1351 inline const Coverage &get_coverage (void) const function in struct:OT::ContextFormat2
1359 unsigned int index = (this+coverage).get_coverage (c->buffer->cur().codepoint);
1441 inline const Coverage &get_coverage (void) const function in struct:OT::ContextFormat3
1449 unsigned int index = (this+coverage[0]).get_coverage (c->buffer->cur().codepoint);
1811 const ChainRuleSet &rule_set = this+ruleSet[(this+coverage).get_coverage (
1819 inline const Coverage &get_coverage (void) const function in struct:OT::ChainContextFormat1
1922 inline const Coverage &get_coverage (void) const function in struct:OT::ChainContextFormat2
2042 inline const Coverage &get_coverage (void) const function in struct:OT::ChainContextFormat3
[all...]

Completed in 52 milliseconds