Searched refs:layerBounds (Results 1 – 1 of 1) sorted by relevance
352 const layerBounds = this.getCroppedScreenBounds(layer, crop); constant354 return layerBounds && otherBounds355 ? layerBounds.containsRect(otherBounds)365 const layerBounds = this.getCroppedScreenBounds(layer, crop); constant367 return layerBounds && otherBounds368 ? layerBounds.intersectsRect(otherBounds)