Home
last modified time | relevance | path

Searched refs:onDevClipBounds (Results 1 - 8 of 8) sorted by relevance

/third_party/skia/src/core/
H A DSkDevice.h79 SkIRect devClipBounds() const { return this->onDevClipBounds(); } in devClipBounds()
233 virtual SkIRect onDevClipBounds() const = 0;
507 this->onDevClipBounds() == this->bounds();
510 rgn->setRect(this->onDevClipBounds());
513 SkIRect onDevClipBounds() const override { return this->clip().fClipBounds; }
H A DSkClipStackDevice.h38 SkIRect onDevClipBounds() const override;
H A DSkClipStackDevice.cpp12 SkIRect SkClipStackDevice::onDevClipBounds() const { in onDevClipBounds() function in SkClipStackDevice
H A DSkBitmapDevice.h134 SkIRect onDevClipBounds() const override;
H A DSkBitmapDevice.cpp720 SkIRect SkBitmapDevice::onDevClipBounds() const { in onDevClipBounds() function in SkBitmapDevice
/third_party/skia/experimental/graphite/src/
H A DDevice.h45 SkIRect onDevClipBounds() const override;
H A DDevice.cpp140 SkIRect Device::onDevClipBounds() const { in onDevClipBounds() function in skgpu::Device
/third_party/skia/src/gpu/v1/
H A DDevice_v1.h182 SkIRect onDevClipBounds() const override { return fClip.getConservativeBounds(); }

Completed in 6 milliseconds