Searched defs:SaveBehind (Results 1 – 2 of 2) sorted by relevance
28 SaveBehind, enumerator
120 struct SaveBehind final : Op { struct121 static const auto kType = Type::SaveBehind;122 SaveBehind(const SkRect* subset) { in SaveBehind() argument125 SkRect subset = kUnset;126 void draw(SkCanvas* c, const SkMatrix&) const { in draw()