Lines Matching defs:restore
549 Calling restore() discards changes to SkMatrix and clip,
556 by an equal number of calls to restore().
558 Call restoreToCount() with result to restore this and subsequent saves.
567 Calling restore() discards changes to SkMatrix and clip, and draws the SkBitmap.
577 SkBlendMode when restore() is called.
579 Call restoreToCount() with returned value to restore this and subsequent saves.
591 Calling restore() discards changes to SkMatrix and clip, and draws the SkBitmap.
601 SkBlendMode when restore() is called.
603 Call restoreToCount() with returned value to restore this and subsequent saves.
615 Calling restore() discards changes to SkMatrix and clip,
627 Call restoreToCount() with returned value to restore this and subsequent saves.
725 Calling restore() discards changes to SkMatrix and clip,
734 Call restoreToCount() with returned value to restore this and subsequent saves.
752 void restore();
755 Equals the number of save() calls less the number of restore() calls plus one.
770 @param saveCount depth of state stack to restore
874 * a restore().
1894 save() was called before and restore() was called after drawPicture().
1906 save() was called before and restore() was called after drawPicture().
2247 // Subclass save/restore notifiers.
2390 // Encapsulate state needed to restore from saveBehind()
2481 * Restores the pixels on restore() by drawing them in SkBlendMode::kDstOver.
2561 * This operate within the save/restore clip stack so it can be undone by restoring to an
2596 @return utility to restore SkCanvas state on destructor
2619 void restore() {