Searched defs:SaveBehind (Results 1 – 7 of 7) sorted by relevance
43 static int SaveBehind(SkCanvas* canvas, const SkRect* subset) { in SaveBehind() function
108 struct SaveBehind final : Op { struct109 static const auto kType = Type::SaveBehind;110 SaveBehind(const SkRect* subset) { in SaveBehind() argument113 SkRect subset = kUnset;114 void draw(SkCanvas* c, const SkMatrix&) const { in draw()
253 void trackBounds(const SaveBehind&) { this->pushSaveBlock(nullptr); } in trackBounds()
44 static int SaveBehind(SkCanvas* canvas, const SkRect* subset) { in SaveBehind() function
261 void trackBounds(const SaveBehind&) { this->pushSaveBlock(nullptr); } in trackBounds()
34 int SkAndroidFrameworkUtils::SaveBehind(SkCanvas* canvas, const SkRect* subset) { in SaveBehind() function in SkAndroidFrameworkUtils
67 int SkAndroidFrameworkUtils::SaveBehind(SkCanvas* canvas, const SkRect* subset) { in SaveBehind() function in SkAndroidFrameworkUtils