Lines Matching defs:save
602 int SkCanvas::save() {
648 this->topDevice()->save();
659 this->save();
672 // there is no need to copy/restore the area, so just devolve back to a regular save.
673 this->save();
1023 // Do this before we create the layer. We don't call the public save() since that would invoke a
1184 // we really need the save, so we can wack the fMCRec
1205 fMCRec->~MCRec(); // balanced in save()
1250 // Reset the clip restriction if the restore went past the save point that had added it.
1256 // removed save record had included modifications to the clip stack.
1450 // save stack is restored past the point this function was invoked. Unfortunately, the current
1455 // setDeviceClipRestriction were called at a nested save level, there's no way to undo just the
1459 // - Remember the save count that added the clip restriction and reset the rect to empty when
1477 // so we have to resolve the save.
2055 dev->save();