Searched refs:layerCropRect (Results 1 – 1 of 1) sorted by relevance
1948 Rect layerCropRect = getCroppedBufferSize(getDrawingState()); in getRoundedCornerState() local1950 RoundedCornerState layerSettings(layerCropRect.toFloatRect(), radius); in getRoundedCornerState()1951 const bool layerSettingsValid = layerSettings.radius > 0 && layerCropRect.isValid(); in getRoundedCornerState()1957 if (parentSettings.cropRect.left > layerCropRect.left && in getRoundedCornerState()1958 parentSettings.cropRect.top > layerCropRect.top && in getRoundedCornerState()1959 parentSettings.cropRect.right < layerCropRect.right && in getRoundedCornerState()1960 parentSettings.cropRect.bottom < layerCropRect.bottom) { in getRoundedCornerState()