• Home
  • Raw
  • Download

Lines Matching refs:intersects

46   bool intersects (const hb_set_t *glyphs) const  in intersects()  function
47 { return (this+coverage).intersects (glyphs); } in intersects()
152 bool intersects (const hb_set_t *glyphs) const in intersects() function
153 { return (this+coverage).intersects (glyphs); } in intersects()
315 bool intersects (const hb_set_t *glyphs) const in intersects() function
371 if (!intersects (&glyphset)) return_trace (false); in subset()
397 bool intersects (const hb_set_t *glyphs) const in intersects() function
398 { return (this+coverage).intersects (glyphs); } in intersects()
538 bool intersects (const hb_set_t *glyphs) const in intersects() function
628 bool intersects (const hb_set_t *glyphs) const in intersects() function
629 { return (this+coverage).intersects (glyphs); } in intersects()
778 bool intersects (const hb_set_t *glyphs) const in intersects() function
783 if (!intersects (c->glyphs)) return; in closure()
863 if (!intersects (&glyphset) || !glyphset.has (ligGlyph)) return_trace (false); in subset()
895 bool intersects (const hb_set_t *glyphs) const in intersects() function
900 | hb_map ([glyphs] (const Ligature &_) { return _.intersects (glyphs); }) in intersects()
994 bool intersects (const hb_set_t *glyphs) const in intersects() function
1001 { return (this+_).intersects (glyphs); }) in intersects()
1176 bool intersects (const hb_set_t *glyphs) const in intersects() function
1178 if (!(this+coverage).intersects (glyphs)) in intersects()
1187 if (!(this+backtrack[i]).intersects (glyphs)) in intersects()
1192 if (!(this+lookahead[i]).intersects (glyphs)) in intersects()
1203 if (!intersects (c->glyphs)) return; in closure()
1444 bool intersects (const hb_set_t *glyphs, unsigned int lookup_type) const in intersects() function
1496 bool intersects (const hb_set_t *glyphs) const in intersects() function
1522 if (!intersects (c->glyphs)) in closure_lookups()