Searched defs:Restore (Results 1 – 2 of 2) sorted by relevance
29 Restore, enumerator
95 struct Restore final : Op { struct96 static const auto kType = Type::Restore;97 void draw(SkCanvas* c, const SkMatrix&) const { c->restore(); } in draw()