Searched defs:getSaveCount (Results 1 - 4 of 4) sorted by last modified time

/external/skia/include/core/
H A DSkClipStack.h82 int getSaveCount() const { return fSaveCount; } function in class:SkClipStack::Element
295 int getSaveCount() const { return fSaveCount; } function in class:SkClipStack
/external/skia/src/core/
H A DSkCanvas.cpp342 fSaveCount = canvas->getSaveCount();
404 SkASSERT(fCanvas->getSaveCount() == fSaveCount);
850 int SkCanvas::getSaveCount() const { function in class:SkCanvas
869 return this->getSaveCount() - 1; // return our prev value
903 int n = this->getSaveCount() - count;
976 return this->getSaveCount() - 1;
986 return this->getSaveCount() - 1;
2677 , fSaveCount(canvas->getSaveCount())
/external/skia/tests/
H A DPictureTest.cpp566 unsigned int getSaveCount() const { return fSaveCount; } function in class:SaveCountingCanvas
588 REPORTER_ASSERT(reporter, numSaves >= canvas.getSaveCount());
627 int beforeSaveCount = canvas.getSaveCount();
637 REPORTER_ASSERT(reporter, beforeSaveCount == canvas.getSaveCount());
709 int expectedSaveCount = canvas->getSaveCount();
714 REPORTER_ASSERT(reporter, expectedSaveCount = canvas->getSaveCount());
726 REPORTER_ASSERT(reporter, 4 == testCanvas.getSaveCount());
745 REPORTER_ASSERT(reporter, 4 == testCanvas.getSaveCount());
766 REPORTER_ASSERT(reporter, 4 == testCanvas.getSaveCount());
778 REPORTER_ASSERT(reporter, 4 == testCanvas.getSaveCount());
[all...]
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 142 milliseconds