HomeSort by relevance Sort by last modified time
    Searched defs:totalPixels (Results 1 - 3 of 3) 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/rs/
rsFont.cpp 724 uint32_t totalPixels = 0;
727 totalPixels += mCacheLines[i]->mMaxWidth;
729 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 315 milliseconds