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

/frameworks/base/libs/utils/
H A DTokenizer.cpp135 void Tokenizer::nextLine() { function in class:android::Tokenizer
137 LOGD("nextLine");
/frameworks/base/libs/rs/
H A DrsFont.cpp539 int32_t nextLine = 0; local
540 mCacheLines.push(new CacheTextureLine(16, texType->getDimX(), nextLine, 0));
541 nextLine += mCacheLines.top()->mMaxHeight;
542 mCacheLines.push(new CacheTextureLine(24, texType->getDimX(), nextLine, 0));
543 nextLine += mCacheLines.top()->mMaxHeight;
544 mCacheLines.push(new CacheTextureLine(24, texType->getDimX(), nextLine, 0));
545 nextLine += mCacheLines.top()->mMaxHeight;
546 mCacheLines.push(new CacheTextureLine(32, texType->getDimX(), nextLine, 0));
547 nextLine += mCacheLines.top()->mMaxHeight;
548 mCacheLines.push(new CacheTextureLine(32, texType->getDimX(), nextLine,
[all...]
/frameworks/base/libs/hwui/
H A DFontRenderer.cpp495 int nextLine = 0; local
496 mCacheLines.push(new CacheTextureLine(mCacheWidth, 18, nextLine, 0));
497 nextLine += mCacheLines.top()->mMaxHeight;
498 mCacheLines.push(new CacheTextureLine(mCacheWidth, 26, nextLine, 0));
499 nextLine += mCacheLines.top()->mMaxHeight;
500 mCacheLines.push(new CacheTextureLine(mCacheWidth, 26, nextLine, 0));
501 nextLine += mCacheLines.top()->mMaxHeight;
502 mCacheLines.push(new CacheTextureLine(mCacheWidth, 34, nextLine, 0));
503 nextLine += mCacheLines.top()->mMaxHeight;
504 mCacheLines.push(new CacheTextureLine(mCacheWidth, 34, nextLine,
[all...]

Completed in 220 milliseconds