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

/frameworks/native/libs/utils/
H A DTokenizer.cpp147 void Tokenizer::nextLine() { function in class:android::Tokenizer
149 ALOGD("nextLine");
/frameworks/rs/
H A DrsFont.cpp551 int32_t nextLine = 0; local
552 mCacheLines.push(new CacheTextureLine(16, texType->getDimX(), nextLine, 0));
553 nextLine += mCacheLines.top()->mMaxHeight;
554 mCacheLines.push(new CacheTextureLine(24, texType->getDimX(), nextLine, 0));
555 nextLine += mCacheLines.top()->mMaxHeight;
556 mCacheLines.push(new CacheTextureLine(24, texType->getDimX(), nextLine, 0));
557 nextLine += mCacheLines.top()->mMaxHeight;
558 mCacheLines.push(new CacheTextureLine(32, texType->getDimX(), nextLine, 0));
559 nextLine += mCacheLines.top()->mMaxHeight;
560 mCacheLines.push(new CacheTextureLine(32, texType->getDimX(), nextLine,
[all...]
/frameworks/base/libs/hwui/
H A DFontRenderer.cpp732 int nextLine = 0; local
733 mCacheLines.push(new CacheTextureLine(mSmallCacheWidth, 18, nextLine, 0, mCacheTextureSmall));
734 nextLine += mCacheLines.top()->mMaxHeight;
735 mCacheLines.push(new CacheTextureLine(mSmallCacheWidth, 26, nextLine, 0, mCacheTextureSmall));
736 nextLine += mCacheLines.top()->mMaxHeight;
737 mCacheLines.push(new CacheTextureLine(mSmallCacheWidth, 26, nextLine, 0, mCacheTextureSmall));
738 nextLine += mCacheLines.top()->mMaxHeight;
739 mCacheLines.push(new CacheTextureLine(mSmallCacheWidth, 34, nextLine, 0, mCacheTextureSmall));
740 nextLine += mCacheLines.top()->mMaxHeight;
741 mCacheLines.push(new CacheTextureLine(mSmallCacheWidth, 34, nextLine,
[all...]

Completed in 235 milliseconds