Home
last modified time | relevance | path

Searched refs:onShouldDisableLCD (Results 1 – 12 of 12) sorted by relevance

/external/skia/src/core/
DSkBitmapDevice.h64 bool onShouldDisableLCD(const SkPaint&) const override;
DSkDevice.h144 virtual bool onShouldDisableLCD(const SkPaint&) const { return false; } in onShouldDisableLCD() function
DSkBitmapDevice.cpp535 bool SkBitmapDevice::onShouldDisableLCD(const SkPaint& paint) const { in onShouldDisableLCD() function in SkBitmapDevice
DSkDevice.cpp534 || this->onShouldDisableLCD(paint)) { in filterTextFlags()
/external/skqp/src/core/
DSkBitmapDevice.h64 bool onShouldDisableLCD(const SkPaint&) const override;
DSkDevice.h144 virtual bool onShouldDisableLCD(const SkPaint&) const { return false; } in onShouldDisableLCD() function
DSkDevice.cpp521 || this->onShouldDisableLCD(paint)) { in filterTextFlags()
DSkBitmapDevice.cpp524 bool SkBitmapDevice::onShouldDisableLCD(const SkPaint& paint) const { in onShouldDisableLCD() function in SkBitmapDevice
/external/skia/src/gpu/
DSkGpuDevice.h131 bool onShouldDisableLCD(const SkPaint&) const final;
DSkGpuDevice.cpp1658 bool SkGpuDevice::onShouldDisableLCD(const SkPaint& paint) const { in onShouldDisableLCD() function in SkGpuDevice
/external/skqp/src/gpu/
DSkGpuDevice.h131 bool onShouldDisableLCD(const SkPaint&) const final;
DSkGpuDevice.cpp1668 bool SkGpuDevice::onShouldDisableLCD(const SkPaint& paint) const { in onShouldDisableLCD() function in SkGpuDevice