Home
last modified time | relevance | path

Searched refs:getGlobalBounds (Results 1 – 3 of 3) sorted by relevance

/external/skia/include/core/
DSkDevice.h64 void getGlobalBounds(SkIRect* bounds) const { in getGlobalBounds() function
/external/chromium_org/third_party/skia/include/core/
DSkDevice.h51 void getGlobalBounds(SkIRect* bounds) const { in getGlobalBounds() function
/external/skia/src/core/
DSkCanvas.cpp1571 this->getDevice()->getGlobalBounds(&deviceIBounds); in updateClipConservativelyUsingBounds()