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