Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/
DRenderBoxModelObject.h137 bool shouldPaintAtLowQuality(GraphicsContext*, Image*, const void*, const IntSize&);
DRenderBoxModelObject.cpp70 …bool shouldPaintAtLowQuality(GraphicsContext*, RenderBoxModelObject*, Image*, const void* layer, c…
134 bool ImageQualityController::shouldPaintAtLowQuality(GraphicsContext* context, RenderBoxModelObject… in shouldPaintAtLowQuality() function in WebCore::ImageQualityController
234 bool RenderBoxModelObject::shouldPaintAtLowQuality(GraphicsContext* context, Image* image, const vo… in shouldPaintAtLowQuality() function in WebCore::RenderBoxModelObject
236 return imageQualityController()->shouldPaintAtLowQuality(context, this, image, layer, size); in shouldPaintAtLowQuality()
766 … bool useLowQualityScaling = shouldPaintAtLowQuality(context, image.get(), bgLayer, tileSize); in paintFillLayerExtended()
DRenderImage.cpp396 bool useLowQualityScaling = shouldPaintAtLowQuality(context, image, image, rect.size()); in paintIntoRect()
/external/webkit/Source/WebCore/
DChangeLog-2010-12-0610398 (WebCore::ImageQualityController::shouldPaintAtLowQuality):
10401 (WebCore::RenderBoxModelObject::shouldPaintAtLowQuality):
10406 Add the void* layer parameter to shouldPaintAtLowQuality.
115226 (WebCore::ImageQualityController::shouldPaintAtLowQuality):
115279 (WebCore::ImageQualityController::shouldPaintAtLowQuality):
119647 (WebCore::ImageQualityController::shouldPaintAtLowQuality):
119650 (WebCore::RenderBoxModelObject::shouldPaintAtLowQuality):
119651 Implement shouldPaintAtLowQuality, which pulls out "this" and passes
119657 Modify shouldPaintAtLowQuality() call to match new class name and
119660 Expose shouldPaintAtLowQuality as a member function.
[all …]
DChangeLog-2011-02-1614665 (WebCore::ImageQualityController::shouldPaintAtLowQuality):
14953 (WebCore::ImageQualityController::shouldPaintAtLowQuality):
15176 (WebCore::ImageQualityController::shouldPaintAtLowQuality):