Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DDeferredDisplayList.h66 const RoundRectClipState* mRoundRectClipState; variable
DDeferredDisplayList.cpp200 if (lhs->mRoundRectClipState != rhs->mRoundRectClipState) return false; in canMergeWith()
DDisplayListOp.h212 if (state.mRoundRectClipState) return false; in isOpaqueOverBounds()
DOpenGLRenderer.cpp1382 state.mRoundRectClipState = currentSnapshot()->roundRectClipState; in storeDisplayState()
1390 mSnapshot->roundRectClipState = state.mRoundRectClipState; in restoreDisplayState()