Lines Matching refs:restore
64 The clip/matrix/proc are fields that reflect the top of the save/restore
147 /* This is the record we keep for each save/restore level in the stack.
293 fFilter->restore(fCanvas, fPaint, fType);
296 fLooper->restore();
303 // if we drew earlier with a filter, then we need to restore first
306 filter->restore(fCanvas, fPaint, fType);
423 this->restoreToCount(1); // restore everything but the last
424 this->internalRestore(); // restore the last, since we're going away
491 The caller really needs to restore() back to the base if they want to
564 new (newTop) MCRec(fMCRec, flags); // balanced in restore()
679 void SkCanvas::restore() {
698 // now do the normal restore()
705 recorder will have already recorded the restore).
728 this->restore();
1411 // shape baseclass takes care of save/restore