Home
last modified time | relevance | path

Searched refs:onRestore (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/src/core/
DSkDevice.h154 this->onRestore(); in restore()
158 this->onRestore(); in restoreLocal()
213 virtual void onRestore() {} in onRestore() function
494 void onRestore() override;
DSkClipStackDevice.h26 void onRestore() override;
DSkClipStackDevice.cpp26 void SkClipStackDevice::onRestore() { in onRestore() function in SkClipStackDevice
DSkBitmapDevice.h121 void onRestore() override;
DSkDevice.cpp504 void SkNoPixelsDevice::onRestore() { in onRestore() function in SkNoPixelsDevice
DSkBitmapDevice.cpp643 void SkBitmapDevice::onRestore() { in onRestore() function in SkBitmapDevice
/third_party/skia/experimental/graphite/src/
DDevice.h40 void onRestore() override {} in onRestore() function
/third_party/skia/src/gpu/v1/
DDevice_v1.h152 void onRestore() override { fClip.restore(); } in onRestore() function