Searched refs:totalPixels (Results 1 - 1 of 1) sorted by relevance

/frameworks/rs/
H A DrsFont.cpp723 uint32_t totalPixels = 0; local
726 totalPixels += mCacheLines[i]->mMaxWidth;
728 remainingCapacity = (remainingCapacity * 100) / totalPixels;

Completed in 520 milliseconds