Searched refs:onSave (Results 1 – 9 of 9) sorted by relevance
/external/skia/src/core/ | ||
D | SkPictureContentInfo.h | 39 void onSave(); |
D | SkClipStackDevice.h | 27 void onSave() override; |
D | SkClipStackDevice.cpp | 22 void SkClipStackDevice::onSave() { in onSave() function in SkClipStackDevice |
D | SkDevice.h | 100 void save() { this->onSave(); } in save() |
D | SkBitmapDevice.h | 128 void onSave() override; |
D | SkPictureContentInfo.cpp | 83 void SkPictureContentInfo::onSave() { in onSave() function in SkPictureContentInfo |
D | SkBitmapDevice.cpp | 537 void SkBitmapDevice::onSave() { in onSave() function in SkBitmapDevice |
D | SkPictureRecord.cpp | 55 fContentInfo.onSave(); in recordSave() |
D | SkCanvas.cpp | 71 void onSave() override {} in onSave() function in SkNoPixelsDevice |