HomeSort by relevance Sort by last modified time
    Searched refs:shouldPaintAtLowQuality (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebCore/rendering/
RenderBoxModelObject.h 137 bool shouldPaintAtLowQuality(GraphicsContext*, Image*, const void*, const IntSize&);
RenderBoxModelObject.cpp 70 bool shouldPaintAtLowQuality(GraphicsContext*, RenderBoxModelObject*, Image*, const void* layer, const IntSize&);
134 bool ImageQualityController::shouldPaintAtLowQuality(GraphicsContext* context, RenderBoxModelObject* object, Image* image, const void *layer, const IntSize& size)
234 bool RenderBoxModelObject::shouldPaintAtLowQuality(GraphicsContext* context, Image* image, const void* layer, const IntSize& size)
236 return imageQualityController()->shouldPaintAtLowQuality(context, this, image, layer, size);
766 bool useLowQualityScaling = shouldPaintAtLowQuality(context, image.get(), bgLayer, tileSize);
    [all...]
RenderImage.cpp 396 bool useLowQualityScaling = shouldPaintAtLowQuality(context, image, image, rect.size());

Completed in 26 milliseconds