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-common-private.hh 147 inline void add_coverage (set_t *glyphs) const { function in struct:OT::RangeRecord
664 inline void add_coverage (set_t *glyphs) const { function in struct:OT::CoverageFormat1
761 inline void add_coverage (set_t *glyphs) const { function in struct:OT::CoverageFormat2
764 rangeRecord[i].add_coverage (glyphs);
864 inline void add_coverage (set_t *glyphs) const { function in struct:OT::Coverage
866 case 1: u.format1.add_coverage (glyphs); break;
867 case 2: u.format2.add_coverage (glyphs); break;
1012 rangeRecord[i].add_coverage (glyphs);
    [all...]
hb-ot-layout-gpos-table.hh 438 (this+coverage).add_coverage (c->input);
484 (this+coverage).add_coverage (c->input);
669 (this+coverage).add_coverage (c->input);
733 /* (this+coverage).add_coverage (c->input); // Don't need this. */
890 (this+coverage).add_coverage (c->input);
1472 inline void add_coverage (set_t *glyphs) const function in struct:OT::PosLookup
    [all...]
hb-ot-layout-gsub-table.hh 342 (this+coverage).add_coverage (c->input);
963 (this+coverage).add_coverage (c->input);
967 (this+backtrack[i]).add_coverage (c->before);
971 (this+lookahead[i]).add_coverage (c->after);
1184 inline void add_coverage (set_t *glyphs) const function in struct:OT::SubstLookup
    [all...]
hb-ot-layout-private.hh 126 lookup.add_coverage (&digest);
hb-ot-layout-gsubgpos-private.hh 684 (data+coverage).add_coverage (glyphs);
    [all...]

Completed in 529 milliseconds