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

  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-layout-gsub-table.hh 331 (this+coverage).add_coverage (c->input);
944 (this+coverage).add_coverage (c->input);
948 (this+backtrack[i]).add_coverage (c->before);
952 (this+lookahead[i]).add_coverage (c->after);
1163 inline void add_coverage (set_t *glyphs) const function in struct:OT::SubstLookup
    [all...]
hb-ot-layout-common-private.hh 145 inline void add_coverage (set_t *glyphs) const { function in struct:OT::RangeRecord
661 inline void add_coverage (set_t *glyphs) const { function in struct:OT::CoverageFormat1
758 inline void add_coverage (set_t *glyphs) const { function in struct:OT::CoverageFormat2
761 rangeRecord[i].add_coverage (glyphs);
861 inline void add_coverage (set_t *glyphs) const { function in struct:OT::Coverage
863 case 1: u.format1.add_coverage (glyphs); break;
864 case 2: u.format2.add_coverage (glyphs); break;
996 rangeRecord[i].add_coverage (glyphs);
    [all...]
hb-ot-layout-gpos-table.hh 431 (this+coverage).add_coverage (c->input);
476 (this+coverage).add_coverage (c->input);
648 (this+coverage).add_coverage (c->input);
711 /* (this+coverage).add_coverage (c->input); // Don't need this. */
867 (this+coverage).add_coverage (c->input);
1013 (this+markCoverage).add_coverage (c->input)
1440 inline void add_coverage (set_t *glyphs) const function in struct:OT::PosLookup
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-layout-gsub-table.hh 324 (this+coverage).add_coverage (c->input);
937 (this+coverage).add_coverage (c->input);
941 (this+backtrack[i]).add_coverage (c->before);
945 (this+lookahead[i]).add_coverage (c->after);
1156 inline void add_coverage (set_t *glyphs) const function in struct:OT::SubstLookup
    [all...]
hb-ot-layout-common-private.hh 146 inline void add_coverage (set_t *glyphs) const { function in struct:OT::RangeRecord
662 inline void add_coverage (set_t *glyphs) const { function in struct:OT::CoverageFormat1
759 inline void add_coverage (set_t *glyphs) const { function in struct:OT::CoverageFormat2
762 rangeRecord[i].add_coverage (glyphs);
862 inline void add_coverage (set_t *glyphs) const { function in struct:OT::Coverage
864 case 1: u.format1.add_coverage (glyphs); break;
865 case 2: u.format2.add_coverage (glyphs); break;
997 rangeRecord[i].add_coverage (glyphs);
    [all...]
hb-ot-layout-gpos-table.hh 431 (this+coverage).add_coverage (c->input);
476 (this+coverage).add_coverage (c->input);
648 (this+coverage).add_coverage (c->input);
711 /* (this+coverage).add_coverage (c->input); // Don't need this. */
869 (this+coverage).add_coverage (c->input);
1445 inline void add_coverage (set_t *glyphs) const function in struct:OT::PosLookup
    [all...]

Completed in 138 milliseconds