Searched refs:roundedCornersCrop (Results 1 – 5 of 5) sorted by relevance
85 FloatRect roundedCornersCrop = FloatRect(); member
775 const FloatRect& roundedCornersCrop = layer.geometry.roundedCornersCrop; in setupLayerCropping() local776 cropWin.left -= roundedCornersCrop.left; in setupLayerCropping()777 cropWin.right -= roundedCornersCrop.left; in setupLayerCropping()778 cropWin.top -= roundedCornersCrop.top; in setupLayerCropping()779 cropWin.bottom -= roundedCornersCrop.top; in setupLayerCropping()786 setupCornerRadiusCropSize(roundedCornersCrop.getWidth(), roundedCornersCrop.getHeight()); in setupLayerCropping()794 FloatRect bounds = layer.geometry.roundedCornersCrop; in handleRoundedCorners()
407 const FloatRect& roundedCornersCrop) const { in setupRoundedCornersCropCoordinates()410 win.left -= roundedCornersCrop.left; in setupRoundedCornersCropCoordinates()411 win.right -= roundedCornersCrop.left; in setupRoundedCornersCropCoordinates()412 win.top -= roundedCornersCrop.top; in setupRoundedCornersCropCoordinates()413 win.bottom -= roundedCornersCrop.top; in setupRoundedCornersCropCoordinates()558 layer.geometry.roundedCornersCrop = roundedCornerState.cropRect; in prepareClientLayer()
748 void setupRoundedCornersCropCoordinates(Rect win, const FloatRect& roundedCornersCrop) const;
549 layer.geometry.roundedCornersCrop = fullscreenRect().toFloatRect(); in fillRedBufferWithRoundedCorners()