Home
last modified time | relevance | path

Searched refs:onGetClipType (Results 1 - 10 of 10) sorted by relevance

/third_party/skia/src/core/
H A DSkClipStackDevice.h37 ClipType onGetClipType() const override;
H A DSkClipStackDevice.cpp107 SkBaseDevice::ClipType SkClipStackDevice::onGetClipType() const { in onGetClipType() function in SkClipStackDevice
H A DSkBitmapDevice.h133 ClipType onGetClipType() const override;
H A DSkDevice.h229 virtual ClipType onGetClipType() const = 0;
512 ClipType onGetClipType() const override;
H A DSkDevice.cpp568 SkBaseDevice::ClipType SkNoPixelsDevice::onGetClipType() const { in onGetClipType() function in SkNoPixelsDevice
H A DSkCanvas.cpp1617 return this->topDevice()->onGetClipType() == SkBaseDevice::ClipType::kEmpty;
1621 return this->topDevice()->onGetClipType() == SkBaseDevice::ClipType::kRect;
1684 if (dev->onGetClipType() == SkBaseDevice::ClipType::kEmpty) {
H A DSkBitmapDevice.cpp709 SkBaseDevice::ClipType SkBitmapDevice::onGetClipType() const { in onGetClipType() function in SkBitmapDevice
/third_party/skia/experimental/graphite/src/
H A DDevice.h44 ClipType onGetClipType() const override { return ClipType::kRect; }
/third_party/skia/src/gpu/v1/
H A DDevice_v1.h176 ClipType onGetClipType() const override;
H A DDevice.cpp307 SkBaseDevice::ClipType Device::onGetClipType() const { in onGetClipType() function in skgpu::v1::Device

Completed in 13 milliseconds