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 336 (this+coverage).add_coverage (c->input);
943 (this+coverage).add_coverage (c->input);
947 (this+backtrack[i]).add_coverage (c->before);
951 (this+lookahead[i]).add_coverage (c->after);
1145 inline void add_coverage (set_t *glyphs) const function in struct:OT::SubstLookup
    [all...]
hb-ot-layout-common-private.hh 162 inline void add_coverage (set_t *glyphs) const { function in struct:OT::RangeRecord
722 inline void add_coverage (set_t *glyphs) const { function in struct:OT::CoverageFormat1
820 inline void add_coverage (set_t *glyphs) const { function in struct:OT::CoverageFormat2
823 rangeRecord[i].add_coverage (glyphs);
924 inline void add_coverage (set_t *glyphs) const { function in struct:OT::Coverage
926 case 1: u.format1.add_coverage (glyphs); break;
927 case 2: u.format2.add_coverage (glyphs); break;
    [all...]
hb-ot-layout-gpos-table.hh 460 (this+coverage).add_coverage (c->input);
509 (this+coverage).add_coverage (c->input);
689 (this+coverage).add_coverage (c->input);
755 (this+coverage).add_coverage (c->input);
907 (this+coverage).add_coverage (c->input);
1475 inline void add_coverage (set_t *glyphs) const function in struct:OT::PosLookup
    [all...]

Completed in 212 milliseconds