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

  /external/webkit/WebCore/rendering/
RenderImage.cpp 150 double totalPixels = static_cast<double>(image->image()->width()) * static_cast<double>(image->image()->height());
151 if (totalPixels > cInterpolationCutoff)
RenderBoxModelObject.cpp 146 double totalPixels = static_cast<double>(image->width()) * static_cast<double>(image->height());
147 if (totalPixels > cInterpolationCutoff)
    [all...]

Completed in 1333 milliseconds