HomeSort by relevance Sort by last modified time
    Searched refs:get_coverage (Results 1 - 5 of 5) 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_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 (void) cons 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...]
hb-ot-layout-gpos-table.hh 434 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 (c->buffer->cur().codepoint)]
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...]
hb-ot-layout-common-private.hh 631 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...]
hb-ot-layout-gdef-table.hh 54 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; }
hb-ot-layout-gsubgpos-private.hh 213 inline const char *get_name (void) { return "GET_COVERAGE"; }
217 inline return_t dispatch (const T &obj) { return obj.get_coverage (); }
677 return (data+coverage).get_coverage (glyph_id) != NOT_COVERED;
1260 inline const Coverage &get_coverage (void) const function in struct:OT::ContextFormat1
1351 inline const Coverage &get_coverage (void) const function in struct:OT::ContextFormat2
1441 inline const Coverage &get_coverage (void) const function in struct:OT::ContextFormat3
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 62 milliseconds