Searched defs:SaveBehind (Results 1 – 1 of 1) sorted by relevance
121 struct SaveBehind final : Op { struct122 static const auto kType = Type::SaveBehind;123 SaveBehind(const SkRect* subset) { in SaveBehind() function126 SkRect subset = kUnset;127 void draw(SkCanvas* c, const SkMatrix&) const { in draw()