Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/core/
DSkDevice.h50 void getGlobalBounds(SkIRect* bounds) const { in getGlobalBounds() function
56 SkIRect getGlobalBounds() const { in getGlobalBounds() function
58 this->getGlobalBounds(&bounds); in getGlobalBounds()
DSkCanvas.cpp512 fMCRec->fRasterClip.setRect(device->getGlobalBounds()); in init()
513 fDeviceClipBounds = qr_clip_bounds(device->getGlobalBounds()); in init()
2860 return fImpl->fDevice->getGlobalBounds(); in clipBounds()
DSkRemoteGlyphCache.cpp333 return new TrackLayerDevice(this->getGlobalBounds(), surfaceProps, fStrikeServer, in onCreateDevice()
/third_party/skia/src/core/
DSkDevice.h61 void getGlobalBounds(SkIRect* bounds) const { in getGlobalBounds() function
66 SkIRect getGlobalBounds() const { in getGlobalBounds() function
68 this->getGlobalBounds(&bounds); in getGlobalBounds()
DSkCanvas.cpp1702 return this->topDevice()->getGlobalBounds(); in topLayerBounds()
/third_party/flutter/skia/src/svg/
DSkSVGDevice.cpp712 SkRect transformedRect = this->cs().bounds(this->getGlobalBounds()); in drawAnnotation()
/third_party/skia/src/svg/
DSkSVGDevice.cpp814 SkRect transformedRect = this->cs().bounds(this->getGlobalBounds()); in drawAnnotation()