Searched refs:roundedCornersCrop (Results 1 – 5 of 5) sorted by relevance
85 FloatRect roundedCornersCrop = FloatRect(); member
714 const FloatRect& roundedCornersCrop = layer.geometry.roundedCornersCrop; in setupLayerCropping() local715 cropWin.left -= roundedCornersCrop.left; in setupLayerCropping()716 cropWin.right -= roundedCornersCrop.left; in setupLayerCropping()717 cropWin.top -= roundedCornersCrop.top; in setupLayerCropping()718 cropWin.bottom -= roundedCornersCrop.top; in setupLayerCropping()725 setupCornerRadiusCropSize(roundedCornersCrop.getWidth(), roundedCornersCrop.getHeight()); in setupLayerCropping()733 FloatRect bounds = layer.geometry.roundedCornersCrop; in handleRoundedCorners()
408 const FloatRect& roundedCornersCrop) const { in setupRoundedCornersCropCoordinates()411 win.left -= roundedCornersCrop.left; in setupRoundedCornersCropCoordinates()412 win.right -= roundedCornersCrop.left; in setupRoundedCornersCropCoordinates()413 win.top -= roundedCornersCrop.top; in setupRoundedCornersCropCoordinates()414 win.bottom -= roundedCornersCrop.top; in setupRoundedCornersCropCoordinates()559 layer.geometry.roundedCornersCrop = roundedCornerState.cropRect; in prepareClientLayer()
739 void setupRoundedCornersCropCoordinates(Rect win, const FloatRect& roundedCornersCrop) const;
547 layer.geometry.roundedCornersCrop = fullscreenRect().toFloatRect(); in fillRedBufferWithRoundedCorners()