Home
last modified time | relevance | path

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

/third_party/flutter/skia/experimental/xform/
DXContext.cpp99 int prevCount = fStack.count(); in onPush() local
108 if (prevCount > 0) { in onPush()
109 RasterXformResolver res(fStack[prevCount - 1]); in onPush()
110 for (int i = prevCount; i < fStack.count(); ++i) { in onPush()
/third_party/skia/experimental/xform/
DXContext.cpp99 int prevCount = fStack.count(); in onPush() local
108 if (prevCount > 0) { in onPush()
109 RasterXformResolver res(fStack[prevCount - 1]); in onPush()
110 for (int i = prevCount; i < fStack.count(); ++i) { in onPush()
/third_party/skia/src/core/
DSkStrikeCache.cpp212 int prevCount = fCacheCountLimit; in setCacheCountLimit() local
215 return prevCount; in setCacheCountLimit()
/third_party/flutter/skia/src/core/
DSkStrikeCache.cpp427 int prevCount = fCacheCountLimit; in setCacheCountLimit() local
430 return prevCount; in setCacheCountLimit()