Home | History | Annotate | Download | only in core

Lines Matching refs:getSaveCount

343         fSaveCount = canvas->getSaveCount();
371 SkASSERT(fCanvas->getSaveCount() == fSaveCount);
716 int saveCount = this->getSaveCount(); // record this before the actual save
934 int SkCanvas::getSaveCount() const {
944 int n = this->getSaveCount() - count;