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

  /external/webkit/WebCore/rendering/
RenderImage.cpp 58 static const double cInterpolationCutoff = 800. * 800.;
151 if (totalPixels > cInterpolationCutoff)
RenderBoxModelObject.cpp 48 static const double cInterpolationCutoff = 800. * 800.;
147 if (totalPixels > cInterpolationCutoff)
    [all...]

Completed in 295 milliseconds