Home
last modified time | relevance | path

Searched defs:onDoSaveBehind (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/skia/src/utils/
H A DSkNWayCanvas.cpp118 bool SkNWayCanvas::onDoSaveBehind(const SkRect* bounds) { in onDoSaveBehind() function in SkNWayCanvas
/aosp_15_r20/external/skia/src/core/
H A DSkRecorder.cpp359 bool SkRecorder::onDoSaveBehind(const SkRect* subset) { in onDoSaveBehind() function in SkRecorder
H A DSkPictureRecord.cpp91 bool SkPictureRecord::onDoSaveBehind(const SkRect* subset) { in onDoSaveBehind() function in SkPictureRecord
H A DSkCanvas.cpp2854 bool SkNoDrawCanvas::onDoSaveBehind(const SkRect*) { in onDoSaveBehind() function in SkNoDrawCanvas
/aosp_15_r20/external/skia/tools/debugger/
H A DDebugCanvas.cpp638 bool DebugCanvas::onDoSaveBehind(const SkRect* subset) { in onDoSaveBehind() function in DebugCanvas
/aosp_15_r20/external/skia/include/core/
H A DSkCanvas.h2320 virtual bool onDoSaveBehind(const SkRect*) { return true; } in onDoSaveBehind() function
/aosp_15_r20/external/skia/tests/
H A DPictureTest.cpp122 bool onDoSaveBehind(const SkRect* subset) override { in onDoSaveBehind() function in SaveCountingCanvas
/aosp_15_r20/frameworks/base/libs/hwui/
H A DRecordingCanvas.cpp1103 bool RecordingCanvas::onDoSaveBehind(const SkRect* subset) { in onDoSaveBehind() function in android::uirenderer::RecordingCanvas