Home
last modified time | relevance | path

Searched defs:Restore (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/libs/hwui/
DRecordingCanvas.cpp91 struct Restore final : Op { struct
92 static const auto kType = Type::Restore;
93 void draw(SkCanvas* c, const SkMatrix&) const { c->restore(); } in draw()