Searched defs:totalPixels (Results 1 - 1 of 1) sorted by last modified time

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

Completed in 29 milliseconds