OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 34 milliseconds