Searched defs:getClipDeviceBounds (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/src/core/
H A DSkCanvas.cpp783 if (!this->getClipDeviceBounds(&clipBounds)) {
1298 return this->getClipDeviceBounds(NULL);
1332 return this->getClipDeviceBounds(NULL);
1472 if (!getClipDeviceBounds(&ibounds)) {
1504 bool SkCanvas::getClipDeviceBounds(SkIRect* bounds) const { function in class:SkCanvas
/external/skia/src/core/
H A DSkCanvas.cpp783 if (!this->getClipDeviceBounds(&clipBounds)) {
1298 return this->getClipDeviceBounds(NULL);
1332 return this->getClipDeviceBounds(NULL);
1472 if (!getClipDeviceBounds(&ibounds)) {
1504 bool SkCanvas::getClipDeviceBounds(SkIRect* bounds) const { function in class:SkCanvas

Completed in 243 milliseconds