Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/renderengine/gl/
H A DGLSkiaShadowPort.cpp513 float devRadius, float blurRadius, in getShadowGeometry() argument
516 const bool isCircle = ((devRadius >= devRect.getWidth()) && (devRadius >= devRect.getHeight())); in getShadowGeometry()
520 float outerRadius = devRadius; in getShadowGeometry()
533 innerRadius = devRadius - insetWidth; in getShadowGeometry()
/aosp12/frameworks/av/media/libstagefright/renderfright/gl/
H A DGLSkiaShadowPort.cpp513 float devRadius, float blurRadius, in getShadowGeometry() argument
516 const bool isCircle = ((devRadius >= devRect.getWidth()) && (devRadius >= devRect.getHeight())); in getShadowGeometry()
520 float outerRadius = devRadius; in getShadowGeometry()
533 innerRadius = devRadius - insetWidth; in getShadowGeometry()