Home | History | Annotate | Download | only in core

Lines Matching full:restore

163      *  installed. Note that this can change on other calls like save/restore,
294 When the balancing call to restore() is made, the previous matrix, clip,
303 the balancing call to restore() is made is that offscreen transfered to
310 offscreen when restore() is called
327 the balancing call to restore() is made is that offscreen transfered to
333 @param alpha This is applied to the offscreen when restore() is called.
377 It is an error to call restore() more times than save() was called.
379 void restore();
382 This will equal # save() calls - # restore() calls + 1. The save count on
391 @param saveCount The number of save() levels to restore from
964 playback of the picture's draw calls with save/restore, so the state
978 * save/concat/drawPicture/restore
983 * saveLayer(paint)/drawPicture/restore
1108 * which can happen on any clip..() or restore() call.
1125 * clips organized by the save/restore frame in which they were
1206 // Subclass save/restore notifiers.
1480 * Perform the restore now, instead of waiting for the destructor. Will
1483 void restore() {