Searched refs:onGetDeviceClipBounds (Results 1 – 6 of 6) sorted by relevance
37 SkIRect onGetDeviceClipBounds() const override;
564 SkIRect SkDeferredCanvas::onGetDeviceClipBounds() const { in onGetDeviceClipBounds() function in SkDeferredCanvas
183 SkIRect onGetDeviceClipBounds() const override { in onGetDeviceClipBounds() function
537 SkIRect getDeviceClipBounds() const { return this->onGetDeviceClipBounds(); } in getDeviceClipBounds()543 *bounds = this->onGetDeviceClipBounds(); in getDeviceClipBounds()1276 virtual SkIRect onGetDeviceClipBounds() const;
290 SkIRect onGetDeviceClipBounds() const override { return fTarget->getDeviceClipBounds(); } in onGetDeviceClipBounds() function in SkColorSpaceXformCanvas
1642 SkIRect ibounds = this->onGetDeviceClipBounds(); in onGetLocalClipBounds()1664 SkIRect SkCanvas::onGetDeviceClipBounds() const { in onGetDeviceClipBounds() function in SkCanvas