Home | History | Annotate | Download | only in core

Lines Matching refs:getSaveCount

343         fSaveCount = canvas->getSaveCount();
371 SkASSERT(fCanvas->getSaveCount() == fSaveCount);
715 int saveCount = this->getSaveCount(); // record this before the actual save
724 SkASSERT(fClipStack.getSaveCount() == this->getSaveCount() - 1);
928 SkASSERT(fClipStack.getSaveCount() == this->getSaveCount() - 1);
931 int SkCanvas::getSaveCount() const {
941 int n = this->getSaveCount() - count;