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