Lines Matching refs:nextLine
563 int32_t nextLine = 0; in initTextTexture() local
564 mCacheLines.push(new CacheTextureLine(16, texType->getDimX(), nextLine, 0)); in initTextTexture()
565 nextLine += mCacheLines.top()->mMaxHeight; in initTextTexture()
566 mCacheLines.push(new CacheTextureLine(24, texType->getDimX(), nextLine, 0)); in initTextTexture()
567 nextLine += mCacheLines.top()->mMaxHeight; in initTextTexture()
568 mCacheLines.push(new CacheTextureLine(24, texType->getDimX(), nextLine, 0)); in initTextTexture()
569 nextLine += mCacheLines.top()->mMaxHeight; in initTextTexture()
570 mCacheLines.push(new CacheTextureLine(32, texType->getDimX(), nextLine, 0)); in initTextTexture()
571 nextLine += mCacheLines.top()->mMaxHeight; in initTextTexture()
572 mCacheLines.push(new CacheTextureLine(32, texType->getDimX(), nextLine, 0)); in initTextTexture()
573 nextLine += mCacheLines.top()->mMaxHeight; in initTextTexture()
574 mCacheLines.push(new CacheTextureLine(40, texType->getDimX(), nextLine, 0)); in initTextTexture()
575 nextLine += mCacheLines.top()->mMaxHeight; in initTextTexture()
576 …acheLines.push(new CacheTextureLine(texType->getDimY() - nextLine, texType->getDimX(), nextLine, 0… in initTextTexture()