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

  /external/harfbuzz_ng/src/
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...]
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-shape-complex-arabic-fallback.hh 220 fallback_plan->lookup_array[i]->add_coverage (&fallback_plan->digest_array[i]);
hb-ot-layout.cc 73 layout->gsub->get_lookup (i).add_coverage (&layout->gsub_digests[i]);
75 layout->gpos->get_lookup (i).add_coverage (&layout->gpos_digests[i]);
hb-ot-layout-gsubgpos-private.hh 651 (data+coverage).add_coverage (glyphs);
    [all...]

Completed in 781 milliseconds