HomeSort by relevance Sort by last modified time
    Searched defs:get_coverage (Results 1 - 4 of 4) sorted by null

  /external/harfbuzz_ng/src/
hb-ot-layout-gsub-table.hh 62 inline const Coverage &get_coverage (void) const function in struct:OT::SingleSubstFormat1
70 return_trace (c->len == 1 && (this+coverage).get_coverage (c->glyphs[0]) != NOT_COVERED);
77 unsigned int index = (this+coverage).get_coverage (glyph_id);
125 c->glyphs->add (substitute[iter.get_coverage ()]);
135 c->output->add (substitute[iter.get_coverage ()]);
139 inline const Coverage &get_coverage (void) const function in struct:OT::SingleSubstFormat2
147 return_trace (c->len == 1 && (this+coverage).get_coverage (c->glyphs[0]) != NOT_COVERED);
154 unsigned int index = (this+coverage).get_coverage (glyph_id);
329 (this+sequence[iter.get_coverage ()]).closure (c);
342 inline const Coverage &get_coverage (void) cons function in struct:OT::MultipleSubstFormat1
468 inline const Coverage &get_coverage (void) const function in struct:OT::AlternateSubstFormat1
784 inline const Coverage &get_coverage (void) const function in struct:OT::LigatureSubstFormat1
959 inline const Coverage &get_coverage (void) const function in struct:OT::ReverseChainSingleSubstFormat1
    [all...]
hb-ot-layout-common-private.hh 690 inline unsigned int get_coverage (hb_codepoint_t glyph_id) const function in struct:OT::CoverageFormat1
735 inline uint16_t get_coverage (void) { return i; } function in struct:OT::CoverageFormat1::Iter
756 inline unsigned int get_coverage (hb_codepoint_t glyph_id) const function in struct:OT::CoverageFormat2
847 inline uint16_t get_coverage (void) { return coverage; } function in struct:OT::CoverageFormat2::Iter
867 inline unsigned int get_coverage (hb_codepoint_t glyph_id) const function in struct:OT::Coverage
870 case 1: return u.format1.get_coverage(glyph_id);
871 case 2: return u.format2.get_coverage(glyph_id);
963 inline uint16_t get_coverage (void) { function in struct:OT::Coverage::Iter
965 case 1: return u.format1.get_coverage ();
966 case 2: return u.format2.get_coverage ();
    [all...]
hb-ot-layout-gpos-table.hh 463 inline const Coverage &get_coverage (void) const function in struct:OT::SinglePosFormat1
472 unsigned int index = (this+coverage).get_coverage (buffer->cur().codepoint);
512 inline const Coverage &get_coverage (void) const function in struct:OT::SinglePosFormat2
521 unsigned int index = (this+coverage).get_coverage (buffer->cur().codepoint);
695 inline const Coverage &get_coverage (void) const function in struct:OT::PairPosFormat1
704 unsigned int index = (this+coverage).get_coverage (buffer->cur().codepoint);
768 inline const Coverage &get_coverage (void) const function in struct:OT::PairPosFormat2
777 unsigned int index = (this+coverage).get_coverage (buffer->cur().codepoint);
910 inline const Coverage &get_coverage (void) const function in struct:OT::CursivePosFormat1
920 const EntryExitRecord &this_record = entryExitRecord[(this+coverage).get_coverage (buffer->cur().codepoint)]
1068 inline const Coverage &get_coverage (void) const function in struct:OT::MarkBasePosFormat1
1169 inline const Coverage &get_coverage (void) const function in struct:OT::MarkLigPosFormat1
1282 inline const Coverage &get_coverage (void) const function in struct:OT::MarkMarkPosFormat1
    [all...]
hb-ot-layout-gsubgpos-private.hh 232 inline const char *get_name (void) { return "GET_COVERAGE"; }
235 inline return_t dispatch (const T &obj) { return obj.get_coverage (); }
683 return (data+coverage).get_coverage (glyph_id) != NOT_COVERED;
1283 inline const Coverage &get_coverage (void) const function in struct:OT::ContextFormat1
1375 inline const Coverage &get_coverage (void) const function in struct:OT::ContextFormat2
1466 inline const Coverage &get_coverage (void) const function in struct:OT::ContextFormat3
1839 inline const Coverage &get_coverage (void) const function in struct:OT::ChainContextFormat1
1943 inline const Coverage &get_coverage (void) const function in struct:OT::ChainContextFormat2
2066 inline const Coverage &get_coverage (void) const function in struct:OT::ChainContextFormat3
    [all...]

Completed in 281 milliseconds