Searched defs:SaveBehind (Results 1 – 2 of 2) sorted by relevance
28 SaveBehind, enumerator
141 struct SaveBehind final : Op { struct142 static const auto kType = Type::SaveBehind;143 SaveBehind(const SkRect* subset) { in SaveBehind() function146 SkRect subset = kUnset;147 void draw(SkCanvas* c, const SkMatrix&) const { in draw()