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

/frameworks/base/libs/hwui/
H A DDeferredDisplayList.h66 const RoundRectClipState* mRoundRectClipState; member in class:android::uirenderer::DeferredDisplayState
H A DDeferredDisplayList.cpp200 if (lhs->mRoundRectClipState != rhs->mRoundRectClipState) return false;
H A DDisplayListOp.h212 if (state.mRoundRectClipState) return false;
H A DOpenGLRenderer.cpp1382 state.mRoundRectClipState = currentSnapshot()->roundRectClipState;
1390 mSnapshot->roundRectClipState = state.mRoundRectClipState;

Completed in 591 milliseconds