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

  /external/chromium_org/third_party/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);
335 (this+sequence[iter.get_coverage ()]).closure (c);
348 inline const Coverage &get_coverage (void) cons 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...]
hb-ot-layout-gpos-table.hh 441 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 (buffer->cur().codepoint)]
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...]
hb-ot-layout-common-private.hh 633 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...]
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 218 inline const char *get_name (void) { return "GET_COVERAGE"; }
222 inline return_t dispatch (const T &obj) { return obj.get_coverage (); }
691 return (data+coverage).get_coverage (glyph_id) != NOT_COVERED;
1278 inline const Coverage &get_coverage (void) const function in struct:OT::ContextFormat1
1369 inline const Coverage &get_coverage (void) const function in struct:OT::ContextFormat2
1459 inline const Coverage &get_coverage (void) const function in struct:OT::ContextFormat3
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/
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);
335 (this+sequence[iter.get_coverage ()]).closure (c);
348 inline const Coverage &get_coverage (void) cons 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...]
hb-ot-layout-gpos-table.hh 441 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 (buffer->cur().codepoint)]
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...]
hb-ot-layout-common-private.hh 633 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...]
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 218 inline const char *get_name (void) { return "GET_COVERAGE"; }
222 inline return_t dispatch (const T &obj) { return obj.get_coverage (); }
691 return (data+coverage).get_coverage (glyph_id) != NOT_COVERED;
1278 inline const Coverage &get_coverage (void) const function in struct:OT::ContextFormat1
1369 inline const Coverage &get_coverage (void) const function in struct:OT::ContextFormat2
1459 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
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 545 milliseconds