Home
last modified time | relevance | path

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

/frameworks/rs/
DrsFont.h167 struct CacheTextureLine { struct
174CacheTextureLine(uint32_t maxHeight, uint32_t maxWidth, uint32_t currentRow, uint32_t currentCol) in CacheTextureLine() argument
182 Vector<CacheTextureLine*> mCacheLines;
DrsFont.cpp558 mCacheLines.push(new CacheTextureLine(16, texType->getDimX(), nextLine, 0)); in initTextTexture()
560 mCacheLines.push(new CacheTextureLine(24, texType->getDimX(), nextLine, 0)); in initTextTexture()
562 mCacheLines.push(new CacheTextureLine(24, texType->getDimX(), nextLine, 0)); in initTextTexture()
564 mCacheLines.push(new CacheTextureLine(32, texType->getDimX(), nextLine, 0)); in initTextTexture()
566 mCacheLines.push(new CacheTextureLine(32, texType->getDimX(), nextLine, 0)); in initTextTexture()
568 mCacheLines.push(new CacheTextureLine(40, texType->getDimX(), nextLine, 0)); in initTextTexture()
570 …mCacheLines.push(new CacheTextureLine(texType->getDimY() - nextLine, texType->getDimX(), nextLine,… in initTextTexture()
839 bool FontState::CacheTextureLine::fitBitmap(FT_Bitmap_ *bitmap, uint32_t *retOriginX, uint32_t *ret… in fitBitmap()