Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/
DRenderBoxModelObject.cpp50 static const double cInterpolationCutoff = 800. * 800.; variable
169 if (totalPixels > cInterpolationCutoff) in shouldPaintAtLowQuality()