Home | History | Annotate | Download | only in core

Lines Matching full:restore

67     The clip/matrix/proc are fields that reflect the top of the save/restore
154 /* This is the record we keep for each save/restore level in the stack.
458 this->restoreToCount(1); // restore everything but the last
459 this->internalRestore(); // restore the last, since we're going away
531 The caller really needs to restore() back to the base if they want to
640 new (newTop) MCRec(fMCRec, flags); // balanced in restore()
763 void SkCanvas::restore() {
777 fClipStack.restore();
783 // now do the normal restore()
790 recorder will have already recorded the restore).
816 this->restore();
1626 // shape baseclass takes care of save/restore