Home | History | Annotate | Download | only in rendering

Lines Matching refs:shouldPaintAtLowQuality

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);