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

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

Completed in 6 milliseconds