Home
last modified time | relevance | path

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

/frameworks/rs/
DrsFont.cpp722 uint32_t totalPixels = 0; in getRemainingCacheCapacity() local
725 totalPixels += mCacheLines[i]->mMaxWidth; in getRemainingCacheCapacity()
727 remainingCapacity = (remainingCapacity * 100) / totalPixels; in getRemainingCacheCapacity()