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

  /test/vts/utils/native/trace_processor/
VtsCoverageProcessor.cpp 103 *merged_coverage_report.add_coverage() = cov;
212 *result_coverage_report.add_coverage() = coverage;
221 result_coverage_report.add_coverage();
  /external/harfbuzz_ng/src/
hb-ot-layout-common-private.hh 158 inline bool add_coverage (set_t *glyphs) const { function in struct:OT::RangeRecord
718 inline bool add_coverage (set_t *glyphs) const { function in struct:OT::CoverageFormat1
818 inline bool add_coverage (set_t *glyphs) const { function in struct:OT::CoverageFormat2
821 if (unlikely (!rangeRecord[i].add_coverage (glyphs)))
933 inline bool add_coverage (set_t *glyphs) const { function in struct:OT::Coverage
935 case 1: return u.format1.add_coverage (glyphs);
936 case 2: return u.format2.add_coverage (glyphs);
1023 inline bool add_coverage (set_t *glyphs) const { function in struct:OT::ClassDefFormat1
1105 inline bool add_coverage (set_t *glyphs) const { function in struct:OT::ClassDefFormat2
1184 inline bool add_coverage (set_t *glyphs) const { function in struct:OT::ClassDef
    [all...]
hb-ot-layout-gpos-table.hh 465 if (unlikely (!(this+coverage).add_coverage (c->input))) return;
513 if (unlikely (!(this+coverage).add_coverage (c->input))) return;
687 if (unlikely (!(this+coverage).add_coverage (c->input))) return;
753 if (unlikely (!(this+coverage).add_coverage (c->input))) return;
754 if (unlikely (!(this+classDef2).add_coverage (c->input))) return;
895 if (unlikely (!(this+coverage).add_coverage (c->input))) return;
1466 inline void add_coverage (set_t *glyphs) const function in struct:OT::PosLookup
    [all...]
hb-ot-layout-gsub-table.hh 57 if (unlikely (!(this+coverage).add_coverage (c->input))) return;
142 if (unlikely (!(this+coverage).add_coverage (c->input))) return;
349 if (unlikely (!(this+coverage).add_coverage (c->input))) return;
475 if (unlikely (!(this+coverage).add_coverage (c->input))) return;
798 if (unlikely (!(this+coverage).add_coverage (c->input))) return;
967 if (unlikely (!(this+coverage).add_coverage (c->input))) return;
973 if (unlikely (!(this+backtrack[i]).add_coverage (c->before))) return;
978 if (unlikely (!(this+lookahead[i]).add_coverage (c->after))) return;
1174 inline void add_coverage (set_t *glyphs) const function in struct:OT::SubstLookup
    [all...]
hb-ot-layout-gsubgpos-private.hh 208 r.add_coverage (set);
629 (data+coverage).add_coverage (glyphs);
    [all...]
hb-ot-layout-private.hh 139 lookup.add_coverage (&digest);

Completed in 265 milliseconds