Home
last modified time | relevance | path

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

/aosp12/frameworks/rs/
H A DrsFont.cpp377 delete mCacheLines[i]; in ~FontState()
410 mCacheLines[i]->mCurrentCol = 0; in flushAllAndInvalidate()
417 if ((uint32_t)bitmap->rows > mCacheLines[mCacheLines.size()-1]->mMaxHeight) { in cacheBitmap()
563 nextLine += mCacheLines.back()->mMaxHeight; in initTextTexture()
565 nextLine += mCacheLines.back()->mMaxHeight; in initTextTexture()
567 nextLine += mCacheLines.back()->mMaxHeight; in initTextTexture()
569 nextLine += mCacheLines.back()->mMaxHeight; in initTextTexture()
571 nextLine += mCacheLines.back()->mMaxHeight; in initTextTexture()
724 remainingCapacity += (mCacheLines[i]->mMaxWidth - mCacheLines[i]->mCurrentCol); in getRemainingCacheCapacity()
826 delete mCacheLines[i]; in deinit()
[all …]
H A DrsFont.h181 std::vector<CacheTextureLine*> mCacheLines; variable