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

  /external/harfbuzz_ng/src/
hb-ot-layout-gpos-table.hh 464 (this+coverage).add_coverage (c->input);
512 (this+coverage).add_coverage (c->input);
690 (this+coverage).add_coverage (c->input);
756 (this+coverage).add_coverage (c->input);
906 (this+coverage).add_coverage (c->input);
1474 inline void add_coverage (set_t *glyphs) const function in struct:OT::PosLookup
    [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
824 inline void add_coverage (set_t *glyphs) const { function in struct:OT::CoverageFormat2
827 rangeRecord[i].add_coverage (glyphs);
935 inline void add_coverage (set_t *glyphs) const { function in struct:OT::Coverage
937 case 1: u.format1.add_coverage (glyphs); break;
938 case 2: u.format2.add_coverage (glyphs); break;
    [all...]
hb-ot-layout-gsub-table.hh 351 (this+coverage).add_coverage (c->input);
978 (this+coverage).add_coverage (c->input);
982 (this+backtrack[i]).add_coverage (c->before);
986 (this+lookahead[i]).add_coverage (c->after);
1180 inline void add_coverage (set_t *glyphs) const function in struct:OT::SubstLookup
    [all...]
hb-ot-layout-gsubgpos-private.hh 239 r.add_coverage (set);
659 (data+coverage).add_coverage (glyphs);
    [all...]
hb-ot-layout-private.hh 139 lookup.add_coverage (&digest);

Completed in 91 milliseconds