Home
last modified time | relevance | path

Searched defs:fSaveCount (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/skia/src/core/
H A DSkClipStack.h198 int fSaveCount; // save count of stack when this element was added. variable
312 const int fSaveCount; variable
492 int fSaveCount; variable
H A DSkCanvasPriv.h35 int fSaveCount; variable
/aosp_15_r20/external/skia/include/core/
H A DSkCanvas.h2519 int fSaveCount; // value returned by getSaveCount() variable
2736 int fSaveCount; variable
/aosp_15_r20/external/skia/tests/
H A DPictureTest.cpp143 unsigned int fSaveCount; member in SaveCountingCanvas