Searched refs:onShouldDisableLCD (Results 1 - 6 of 6) sorted by relevance

/external/skia/include/core/
H A DSkBitmapDevice.h41 bool onShouldDisableLCD(const SkPaint&) const override;
H A DSkDevice.h143 virtual bool onShouldDisableLCD(const SkPaint&) const { return false; } function in class:SkBaseDevice
/external/skia/src/gpu/
H A DSkGpuDevice.h141 bool onShouldDisableLCD(const SkPaint&) const override;
H A DSkGpuDevice.cpp1934 bool SkGpuDevice::onShouldDisableLCD(const SkPaint& paint) const { function in class:SkGpuDevice
/external/skia/src/core/
H A DSkBitmapDevice.cpp379 bool SkBitmapDevice::onShouldDisableLCD(const SkPaint& paint) const { function in class:SkBitmapDevice
H A DSkDevice.cpp379 || this->onShouldDisableLCD(paint)) {

Completed in 2721 milliseconds