HomeSort by relevance Sort by last modified time
    Searched refs:fExpectedDepth (Results 1 - 2 of 2) sorted by null

  /external/skia/src/core/
SkMatrixClipStateMgr.h 199 fExpectedDepth = 1;
223 fExpectedDepth = prev->fExpectedDepth;
250 int fExpectedDepth; // debugging aid
SkMatrixClipStateMgr.cpp 163 fCurMCState->fExpectedDepth++; // 1 for nesting save
165 fCurMCState->fExpectedDepth++; // 1 for saveLayer
295 SkASSERT(fActualDepth == fCurMCState->fExpectedDepth);

Completed in 114 milliseconds