Searched refs:shouldPaintAtLowQuality (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | ImageQualityController.h | 56 …bool shouldPaintAtLowQuality(GraphicsContext*, RenderObject*, Image*, const void* layer, const Lay…
|
D | ImageQualityController.cpp | 130 bool ImageQualityController::shouldPaintAtLowQuality(GraphicsContext* context, RenderObject* object… in shouldPaintAtLowQuality() function in WebCore::ImageQualityController
|
D | RenderBoxModelObject.h | 264 bool shouldPaintAtLowQuality(GraphicsContext*, Image*, const void*, const LayoutSize&);
|
D | RenderImage.cpp | 475 bool useLowQualityScaling = shouldPaintAtLowQuality(context, image, image, alignedRect.size()); in paintIntoRect()
|
D | RenderBoxModelObject.cpp | 145 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/ |
D | RenderSVGImage.cpp | 169 …alityScaling = ImageQualityController::imageQualityController()->shouldPaintAtLowQuality(paintInfo… in paintForeground()
|