Searched defs:SaveBehind (Results 1 – 1 of 1) sorted by relevance
122 struct SaveBehind final : Op { struct123 static const auto kType = Type::SaveBehind;124 SaveBehind(const SkRect* subset) { in SaveBehind() argument127 SkRect subset = kUnset;128 void draw(SkCanvas* c, const SkMatrix&) const { in draw()