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

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

Completed in 6 milliseconds