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

  /external/webkit/Tools/DumpRenderTree/chromium/
ImageDiff.cpp 181 float totalPixels = static_cast<float>(actual.width()) * static_cast<float>(actual.height());
182 if (!totalPixels)
184 return static_cast<float>(pixelsDifferent) / totalPixels * 100;
  /frameworks/base/libs/hwui/
FontRenderer.cpp 667 float totalPixels = 0;
670 totalPixels += mCacheLines[i]->mMaxWidth;
672 remainingCapacity = (remainingCapacity * 100) / totalPixels;
  /frameworks/base/libs/rs/
rsFont.cpp 704 uint32_t totalPixels = 0;
707 totalPixels += mCacheLines[i]->mMaxWidth;
709 remainingCapacity = (remainingCapacity * 100) / totalPixels;
  /external/webkit/Source/WebCore/rendering/
RenderBoxModelObject.cpp 168 double totalPixels = static_cast<double>(image->width()) * static_cast<double>(image->height());
169 if (totalPixels > cInterpolationCutoff)
    [all...]

Completed in 3979 milliseconds