Home
last modified time | relevance | path

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

/frameworks/native/libs/renderengine/tests/
DRenderEngineTest.cpp192 Region casterRegion = Region(casterRect); in expectShadowColor() local
197 casterRegion.subtractSelf(cornerRect.offsetTo(casterRect.left, casterRect.top)); in expectShadowColor()
198 casterRegion.subtractSelf( in expectShadowColor()
200 casterRegion.subtractSelf( in expectShadowColor()
202 casterRegion.subtractSelf(cornerRect.offsetTo(casterRect.right - casterCornerRadius, in expectShadowColor()
213 expectBufferColor(casterRegion, casterColor.r, casterColor.g, casterColor.b, casterColor.a); in expectShadowColor()