Searched defs:nextLine (Results 1 - 1 of 1) sorted by relevance

/frameworks/rs/
H A DrsFont.cpp563 int32_t nextLine = 0; local
564 mCacheLines.push(new CacheTextureLine(16, texType->getDimX(), nextLine, 0));
565 nextLine += mCacheLines.top()->mMaxHeight;
566 mCacheLines.push(new CacheTextureLine(24, texType->getDimX(), nextLine, 0));
567 nextLine += mCacheLines.top()->mMaxHeight;
568 mCacheLines.push(new CacheTextureLine(24, texType->getDimX(), nextLine, 0));
569 nextLine += mCacheLines.top()->mMaxHeight;
570 mCacheLines.push(new CacheTextureLine(32, texType->getDimX(), nextLine, 0));
571 nextLine += mCacheLines.top()->mMaxHeight;
572 mCacheLines.push(new CacheTextureLine(32, texType->getDimX(), nextLine,
[all...]

Completed in 9 milliseconds