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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
ImageQualityController.h 66 bool shouldPaintAtLowQuality(GraphicsContext*, RenderObject*, Image*, const void* layer, const LayoutSize&);
ImageQualityController.cpp 79 if (shouldPaintAtLowQuality(context, object, image, layer, layoutSize))
156 bool ImageQualityController::shouldPaintAtLowQuality(GraphicsContext* context, RenderObject* object, Image* image, const void *layer, const LayoutSize& layoutSize)

Completed in 53 milliseconds