Home
last modified time | relevance | path

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

/frameworks/rs/
DrsFont.h166 struct CacheTextureLine { struct
173CacheTextureLine(uint32_t maxHeight, uint32_t maxWidth, uint32_t currentRow, uint32_t currentCol) in CacheTextureLine() argument
181 std::vector<CacheTextureLine*> mCacheLines;
DrsFont.cpp562 mCacheLines.push_back(new CacheTextureLine(16, texType->getDimX(), nextLine, 0)); in initTextTexture()
564 mCacheLines.push_back(new CacheTextureLine(24, texType->getDimX(), nextLine, 0)); in initTextTexture()
566 mCacheLines.push_back(new CacheTextureLine(24, texType->getDimX(), nextLine, 0)); in initTextTexture()
568 mCacheLines.push_back(new CacheTextureLine(32, texType->getDimX(), nextLine, 0)); in initTextTexture()
570 mCacheLines.push_back(new CacheTextureLine(32, texType->getDimX(), nextLine, 0)); in initTextTexture()
572 mCacheLines.push_back(new CacheTextureLine(40, texType->getDimX(), nextLine, 0)); in initTextTexture()
574 …mCacheLines.push_back(new CacheTextureLine(texType->getDimY() - nextLine, texType->getDimX(), next… in initTextTexture()
840 bool FontState::CacheTextureLine::fitBitmap(FT_Bitmap_ *bitmap, uint32_t *retOriginX, uint32_t *ret… in fitBitmap()