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

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

Completed in 3604 milliseconds