Home
last modified time | relevance | path

Searched defs:getDeviceClipBounds (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/include/core/
DSkCanvas.h1111 bool getDeviceClipBounds(SkIRect* bounds) const { in getDeviceClipBounds() function
/third_party/skia/src/core/
DSkCanvas.cpp1669 SkIRect SkCanvas::getDeviceClipBounds() const { in getDeviceClipBounds() function in SkCanvas