Searched defs:nextLine (Results 1 - 2 of 2) 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.cpp557 int32_t nextLine = 0; local
558 mCacheLines.push(new CacheTextureLine(16, texType->getDimX(), nextLine, 0));
559 nextLine += mCacheLines.top()->mMaxHeight;
560 mCacheLines.push(new CacheTextureLine(24, texType->getDimX(), nextLine, 0));
561 nextLine += mCacheLines.top()->mMaxHeight;
562 mCacheLines.push(new CacheTextureLine(24, texType->getDimX(), nextLine, 0));
563 nextLine += mCacheLines.top()->mMaxHeight;
564 mCacheLines.push(new CacheTextureLine(32, texType->getDimX(), nextLine, 0));
565 nextLine += mCacheLines.top()->mMaxHeight;
566 mCacheLines.push(new CacheTextureLine(32, texType->getDimX(), nextLine,
[all...]

Completed in 31 milliseconds