Searched defs:onRestore (Results 1 – 9 of 9) sorted by relevance
/third_party/skia/src/gpu/v1/ | ||
D | Device_v1.h | 152 void onRestore() override { fClip.restore(); } in onRestore() function |
/third_party/flutter/skia/src/core/ | ||
D | SkClipStackDevice.cpp | 26 void SkClipStackDevice::onRestore() { in onRestore() function in SkClipStackDevice |
D | SkDevice.h | 141 virtual void onRestore() {} in onRestore() function |
D | SkBitmapDevice.cpp | 745 void SkBitmapDevice::onRestore() { in onRestore() function in SkBitmapDevice |
/third_party/skia/src/core/ | ||
D | SkClipStackDevice.cpp | 26 void SkClipStackDevice::onRestore() { in onRestore() function in SkClipStackDevice |
D | SkDevice.h | 213 virtual void onRestore() {} in onRestore() function |
D | SkBitmapDevice.cpp | 643 void SkBitmapDevice::onRestore() { in onRestore() function in SkBitmapDevice |
D | SkDevice.cpp | 504 void SkNoPixelsDevice::onRestore() { in onRestore() function in SkNoPixelsDevice |
/third_party/skia/experimental/graphite/src/ | ||
D | Device.h | 40 void onRestore() override {} in onRestore() function |