Home
last modified time | relevance | path

Searched refs:topRect (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/native/libs/renderengine/gl/
H A DGLESRenderEngine.cpp925 const Rect topRect(bounds.left, bounds.top, bounds.right, bounds.top + radius); in handleRoundedCorners() local
926 setScissor(topRect); in handleRoundedCorners()
933 if (topRect.bottom < bottomRect.top) { in handleRoundedCorners()
/aosp12/frameworks/av/media/libstagefright/renderfright/gl/
H A DGLESRenderEngine.cpp860 const Rect topRect(bounds.left, bounds.top, bounds.right, bounds.top + radius); in handleRoundedCorners() local
861 setScissor(topRect); in handleRoundedCorners()
868 if (topRect.bottom < bottomRect.top) { in handleRoundedCorners()