Home
last modified time | relevance | path

Searched refs:roundedCornersCrop (Results 1 – 10 of 10) sorted by relevance

/frameworks/av/media/libstagefright/renderfright/include/renderengine/
DLayerSettings.h89 FloatRect roundedCornersCrop = FloatRect(); member
172 lhs.roundedCornersCrop == rhs.roundedCornersCrop;
217 PrintTo(settings.roundedCornersCrop, os); in PrintTo()
/frameworks/native/libs/renderengine/skia/
DCache.cpp67 .roundedCornersCrop = rect, in drawShadowLayers()
88 .roundedCornersCrop = rect, in drawShadowLayers()
132 .roundedCornersCrop = rect, in drawImageLayers()
238 .roundedCornersCrop = in drawClippedLayers()
275 .roundedCornersCrop = FloatRect( in drawPIPImageLayer()
308 .roundedCornersCrop = rect, in drawHolePunchLayer()
DSkiaGLRenderEngine.cpp900 getBoundsAndClip(layer->geometry.boundaries, layer->geometry.roundedCornersCrop, in drawLayers()
961 layer->geometry.roundedCornersCrop, in drawLayers()
/frameworks/native/libs/renderengine/include/renderengine/
DLayerSettings.h91 FloatRect roundedCornersCrop = FloatRect(); member
191 lhs.roundedCornersCrop == rhs.roundedCornersCrop;
249 PrintTo(settings.roundedCornersCrop, os); in PrintTo()
/frameworks/native/libs/renderengine/gl/
DGLESRenderEngine.cpp841 const FloatRect& roundedCornersCrop = layer.geometry.roundedCornersCrop; in setupLayerCropping() local
842 cropWin.left -= roundedCornersCrop.left; in setupLayerCropping()
843 cropWin.right -= roundedCornersCrop.left; in setupLayerCropping()
844 cropWin.top -= roundedCornersCrop.top; in setupLayerCropping()
845 cropWin.bottom -= roundedCornersCrop.top; in setupLayerCropping()
852 setupCornerRadiusCropSize(roundedCornersCrop.getWidth(), roundedCornersCrop.getHeight()); in setupLayerCropping()
860 FloatRect bounds = layer.geometry.roundedCornersCrop; in handleRoundedCorners()
/frameworks/av/media/libstagefright/renderfright/gl/
DGLESRenderEngine.cpp776 const FloatRect& roundedCornersCrop = layer.geometry.roundedCornersCrop; in setupLayerCropping() local
777 cropWin.left -= roundedCornersCrop.left; in setupLayerCropping()
778 cropWin.right -= roundedCornersCrop.left; in setupLayerCropping()
779 cropWin.top -= roundedCornersCrop.top; in setupLayerCropping()
780 cropWin.bottom -= roundedCornersCrop.top; in setupLayerCropping()
787 setupCornerRadiusCropSize(roundedCornersCrop.getWidth(), roundedCornersCrop.getHeight()); in setupLayerCropping()
795 FloatRect bounds = layer.geometry.roundedCornersCrop; in handleRoundedCorners()
/frameworks/native/services/surfaceflinger/
DLayer.cpp383 const FloatRect& roundedCornersCrop) const { in setupRoundedCornersCropCoordinates()
386 win.left -= roundedCornersCrop.left; in setupRoundedCornersCropCoordinates()
387 win.right -= roundedCornersCrop.left; in setupRoundedCornersCropCoordinates()
388 win.top -= roundedCornersCrop.top; in setupRoundedCornersCropCoordinates()
389 win.bottom -= roundedCornersCrop.top; in setupRoundedCornersCropCoordinates()
592 layerSettings.geometry.roundedCornersCrop = roundedCornerState.cropRect; in prepareClientComposition()
DLayer.h943 void setupRoundedCornersCropCoordinates(Rect win, const FloatRect& roundedCornersCrop) const;
/frameworks/native/libs/renderengine/tests/
DRenderEngineTest.cpp922 layer.geometry.roundedCornersCrop = fullscreenRect().toFloatRect(); in fillRedBufferWithRoundedCorners()
1741 castingLayer.geometry.roundedCornersCrop = casterBounds.toFloatRect(); in TEST_P()
1823 redLayer.geometry.roundedCornersCrop = fullscreenRect().toFloatRect(); in TEST_P()
1836 greenLayer.geometry.roundedCornersCrop = in TEST_P()
1872 redLayer.geometry.roundedCornersCrop = fullscreenRect().toFloatRect(); in TEST_P()
/frameworks/av/media/libstagefright/renderfright/tests/
DRenderEngineTest.cpp689 layer.geometry.roundedCornersCrop = fullscreenRect().toFloatRect(); in fillRedBufferWithRoundedCorners()
1369 castingLayer.geometry.roundedCornersCrop = casterBounds.toFloatRect(); in TEST_F()