Searched defs:intersects_coverage (Results 1 - 2 of 2) sorted by relevance

/external/harfbuzz_ng/src/
H A Dhb-ot-layout-common-private.hh717 inline bool intersects_coverage (const hb_set_t *glyphs, unsigned int index) const { function in struct:OT::CoverageFormat1
808 inline bool intersects_coverage (const hb_set_t *glyphs, unsigned int index) const { function in struct:OT::CoverageFormat2
926 inline bool intersects_coverage (const hb_set_t *glyphs, unsigned int index) const { function in struct:OT::Coverage
928 case 1: return u.format1.intersects_coverage (glyphs, index);
929 case 2: return u.format2.intersects_coverage (glyphs, index);
H A Dhb-ot-layout-gsubgpos-private.hh628 static inline bool intersects_coverage (hb_set_t *glyphs, const USHORT &value, const void *data) function in namespace:OT
1259 if (cov.intersects_coverage (c->glyphs, i)) {
1437 {intersects_coverage},
1815 if (cov.intersects_coverage (c->glyphs, i)) {
2025 {intersects_coverage},

Completed in 325 milliseconds