Searched refs:otherBounds (Results 1 – 1 of 1) sorted by relevance
356 const otherBounds = this.getCroppedScreenBounds(other, crop); constant357 return layerBounds && otherBounds358 ? layerBounds.containsRect(otherBounds)369 const otherBounds = this.getCroppedScreenBounds(other, crop); constant370 return layerBounds && otherBounds371 ? layerBounds.intersectsRect(otherBounds)