Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkDevice.h49 void getGlobalBounds(SkIRect* bounds) const { in getGlobalBounds() function
55 SkIRect getGlobalBounds() const { in getGlobalBounds() function
57 this->getGlobalBounds(&bounds); in getGlobalBounds()
DSkCanvas.cpp654 fMCRec->fRasterClip.setRect(device->getGlobalBounds()); in init()
655 fDeviceClipBounds = qr_clip_bounds(device->getGlobalBounds()); in init()