Home | History | Annotate | Download | only in hwui

Lines Matching full:restore

87     virtual void restore() override;
275 // The SkiaCanvas::restore operation layers on the capability to preserve
276 // either (or both) the matrix and/or clip state after a SkCanvas::restore
278 // when requested and playing it back after the SkCanvas::restore.
279 void SkiaCanvas::restore() {
288 mCanvas->restore();
306 mCanvas->restore();
315 // popped by restore(). If it wasn't, it means it doesn't belong to the
316 // restored canvas frame (SkCanvas lazy save/restore kicked in).
325 this->restore();