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

  /external/harfbuzz_ng/src/
hb-ot-layout-gsub-table.hh 68 inline const Coverage &get_coverage (void) const function in struct:OT::SingleSubstFormat1
76 return_trace (c->len == 1 && (this+coverage).get_coverage (c->glyphs[0]) != NOT_COVERED);
83 unsigned int index = (this+coverage).get_coverage (glyph_id);
132 if (unlikely (iter.get_coverage () >= count))
135 c->glyphs->add (substitute[iter.get_coverage ()]);
146 if (unlikely (iter.get_coverage () >= count))
149 c->output->add (substitute[iter.get_coverage ()]);
153 inline const Coverage &get_coverage (void) const function in struct:OT::SingleSubstFormat2
161 return_trace (c->len == 1 && (this+coverage).get_coverage (c->glyphs[0]) != NOT_COVERED);
168 unsigned int index = (this+coverage).get_coverage (glyph_id)
357 inline const Coverage &get_coverage (void) const function in struct:OT::MultipleSubstFormat1
491 inline const Coverage &get_coverage (void) const function in struct:OT::AlternateSubstFormat1
815 inline const Coverage &get_coverage (void) const function in struct:OT::LigatureSubstFormat1
994 inline const Coverage &get_coverage (void) const function in struct:OT::ReverseChainSingleSubstFormat1
    [all...]
hb-ot-layout-gpos-table.hh 467 inline const Coverage &get_coverage (void) const function in struct:OT::SinglePosFormat1
476 unsigned int index = (this+coverage).get_coverage (buffer->cur().codepoint);
515 inline const Coverage &get_coverage (void) const function in struct:OT::SinglePosFormat2
524 unsigned int index = (this+coverage).get_coverage (buffer->cur().codepoint);
696 inline const Coverage &get_coverage (void) const function in struct:OT::PairPosFormat1
705 unsigned int index = (this+coverage).get_coverage (buffer->cur().codepoint);
769 inline const Coverage &get_coverage (void) const function in struct:OT::PairPosFormat2
778 unsigned int index = (this+coverage).get_coverage (buffer->cur().codepoint);
909 inline const Coverage &get_coverage (void) const function in struct:OT::CursivePosFormat1
919 const EntryExitRecord &this_record = entryExitRecord[(this+coverage).get_coverage (buffer->cur().codepoint)]
1067 inline const Coverage &get_coverage (void) const function in struct:OT::MarkBasePosFormat1
1168 inline const Coverage &get_coverage (void) const function in struct:OT::MarkLigPosFormat1
1281 inline const Coverage &get_coverage (void) const function in struct:OT::MarkMarkPosFormat1
    [all...]
hb-ot-math-table.hh 179 unsigned int index = (this+coverage).get_coverage (glyph);
210 unsigned int index = (this+topAccentCoverage).get_coverage (glyph);
344 unsigned int index = (this+mathKernCoverage).get_coverage (glyph);
384 { return (this+extendedShapeCoverage).get_coverage (glyph) != NOT_COVERED; }
644 unsigned int index = (this+coverage).get_coverage (glyph);
hb-ot-layout-gdef-table.hh 54 unsigned int index = (this+coverage).get_coverage (glyph_id);
256 unsigned int index = (this+coverage).get_coverage (glyph_id);
288 { return (this+coverage[set_index]).get_coverage (glyph_id) != NOT_COVERED; }
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 unsigned int 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
858 inline unsigned int get_coverage (void) { return coverage; } function in struct:OT::CoverageFormat2::Iter
878 inline unsigned int get_coverage (hb_codepoint_t glyph_id) const function in struct:OT::Coverage
881 case 1: return u.format1.get_coverage(glyph_id);
882 case 2: return u.format2.get_coverage(glyph_id);
974 inline unsigned int get_coverage (void) { function in struct:OT::Coverage::Iter
976 case 1: return u.format1.get_coverage ();
977 case 2: return u.format2.get_coverage ();
    [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 (); }
685 return (data+coverage).get_coverage (glyph_id) != NOT_COVERED;
1292 inline const Coverage &get_coverage (void) const function in struct:OT::ContextFormat1
1384 inline const Coverage &get_coverage (void) const function in struct:OT::ContextFormat2
1475 inline const Coverage &get_coverage (void) const function in struct:OT::ContextFormat3
1848 inline const Coverage &get_coverage (void) const function in struct:OT::ChainContextFormat1
1952 inline const Coverage &get_coverage (void) const function in struct:OT::ChainContextFormat2
2075 inline const Coverage &get_coverage (void) const function in struct:OT::ChainContextFormat3
    [all...]

Completed in 202 milliseconds