Home
last modified time | relevance | path

Searched refs:shouldPaintAtLowQuality (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DImageQualityController.h56 …bool shouldPaintAtLowQuality(GraphicsContext*, RenderObject*, Image*, const void* layer, const Lay…
DImageQualityController.cpp130 bool ImageQualityController::shouldPaintAtLowQuality(GraphicsContext* context, RenderObject* object… in shouldPaintAtLowQuality() function in WebCore::ImageQualityController
DRenderBoxModelObject.h264 bool shouldPaintAtLowQuality(GraphicsContext*, Image*, const void*, const LayoutSize&);
DRenderImage.cpp475 bool useLowQualityScaling = shouldPaintAtLowQuality(context, image, image, alignedRect.size()); in paintIntoRect()
DRenderBoxModelObject.cpp145 bool RenderBoxModelObject::shouldPaintAtLowQuality(GraphicsContext* context, Image* image, const vo… in shouldPaintAtLowQuality() function in WebCore::RenderBoxModelObject
147 …return ImageQualityController::imageQualityController()->shouldPaintAtLowQuality(context, this, im… in shouldPaintAtLowQuality()
739 …bool useLowQualityScaling = shouldPaintAtLowQuality(context, image.get(), bgLayer, geometry.tileSi… in paintFillLayerExtended()
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DRenderSVGImage.cpp169 …alityScaling = ImageQualityController::imageQualityController()->shouldPaintAtLowQuality(paintInfo… in paintForeground()