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

  /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 28 milliseconds