Searched refs:onDevClipBounds (Results 1 – 8 of 8) sorted by relevance
78 SkIRect devClipBounds() const { return this->onDevClipBounds(); } in devClipBounds()232 virtual SkIRect onDevClipBounds() const = 0;504 this->onDevClipBounds() == this->bounds(); in onClipIsWideOpen()507 rgn->setRect(this->onDevClipBounds()); in onAsRgnClip()510 SkIRect onDevClipBounds() const override { return this->clip().fClipBounds; } in onDevClipBounds() function
37 SkIRect onDevClipBounds() const override;
12 SkIRect SkClipStackDevice::onDevClipBounds() const { in onDevClipBounds() function in SkClipStackDevice
133 SkIRect onDevClipBounds() const override;
720 SkIRect SkBitmapDevice::onDevClipBounds() const { in onDevClipBounds() function in SkBitmapDevice
45 SkIRect onDevClipBounds() const override;
140 SkIRect Device::onDevClipBounds() const { in onDevClipBounds() function in skgpu::Device
179 SkIRect onDevClipBounds() const override { return fClip.getConservativeBounds(); } in onDevClipBounds() function