Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkMatrixClipStateMgr.h197 fMCStateID = kIdentityWideOpenStateID; in MatrixClipState()
221 fMCStateID = prev->fMCStateID; in MatrixClipState()
253 int32_t fMCStateID; variable
DSkMatrixClipStateMgr.cpp254 fCurMCState->fMCStateID = NewMCStateID(); in call()
261 if (fCurMCState->fMCStateID == fCurOpenStateID) { in call()
280 fCurOpenStateID = fCurMCState->fMCStateID; in call()
385 if (fCurOpenStateID == fCurMCState->fMCStateID && !this->isNestingMCState(fCurOpenStateID)) { in validate()