Searched defs:SaveBehind (Results 1 – 2 of 2) sorted by relevance
28 SaveBehind, enumerator
144 struct SaveBehind final : Op { struct145 static const auto kType = Type::SaveBehind;146 SaveBehind(const SkRect* subset) { in SaveBehind() function149 SkRect subset = kUnset;150 void draw(SkCanvas* c, const SkMatrix&) const { in draw()