Home
last modified time | relevance | path

Searched refs:getCurrentClip (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/tools/debugger/
DDebugCanvas.h97 const SkIRect& getCurrentClip() { return fClip; } in getCurrentClip() function
/third_party/flutter/skia/tools/debugger/
DDebugCanvas.h71 const SkIRect& getCurrentClip() { return fClip; } in getCurrentClip() function
/third_party/skia/tools/skiaserve/
DRequest.cpp264 SkIRect clip = fDebugCanvas->getCurrentClip(); in getJsonInfo()
/third_party/flutter/skia/tools/skiaserve/
DRequest.cpp257 SkIRect clip = fDebugCanvas->getCurrentClip(); in getJsonInfo()
/third_party/flutter/skia/experimental/wasm-skp-debugger/
Ddebugger_bindings.cpp139 SkIRect clip = frames[fp]->getCurrentClip(); in lastCommandInfo()
/third_party/skia/experimental/wasm-skp-debugger/
Ddebugger_bindings.cpp233 SkIRect clip = visibleCanvas()->getCurrentClip(); in lastCommandInfo()