Lines Matching refs:intersects
46 bool intersects (const hb_set_t *glyphs) const in intersects() function
47 { return (this+coverage).intersects (glyphs); } in intersects()
145 bool intersects (const hb_set_t *glyphs) const in intersects() function
146 { return (this+coverage).intersects (glyphs); } in intersects()
303 bool intersects (const hb_set_t *glyphs) const in intersects() function
359 if (!intersects (&glyphset)) return_trace (false); in subset()
385 bool intersects (const hb_set_t *glyphs) const in intersects() function
386 { return (this+coverage).intersects (glyphs); } in intersects()
520 bool intersects (const hb_set_t *glyphs) const in intersects() function
596 bool intersects (const hb_set_t *glyphs) const in intersects() function
597 { return (this+coverage).intersects (glyphs); } in intersects()
731 bool intersects (const hb_set_t *glyphs) const in intersects() function
736 if (!intersects (c->glyphs)) return; in closure()
816 if (!intersects (&glyphset) || !glyphset.has (ligGlyph)) return_trace (false); in subset()
848 bool intersects (const hb_set_t *glyphs) const in intersects() function
853 | hb_map ([glyphs] (const Ligature &_) { return _.intersects (glyphs); }) in intersects()
947 bool intersects (const hb_set_t *glyphs) const in intersects() function
954 { return (this+_).intersects (glyphs); }) in intersects()
1124 bool intersects (const hb_set_t *glyphs) const in intersects() function
1126 if (!(this+coverage).intersects (glyphs)) in intersects()
1135 if (!(this+backtrack[i]).intersects (glyphs)) in intersects()
1140 if (!(this+lookahead[i]).intersects (glyphs)) in intersects()
1148 if (!intersects (c->glyphs)) return; in closure()
1356 bool intersects (const hb_set_t *glyphs) const in intersects() function