Home
last modified time | relevance | path

Searched refs:offPageIndex (Results 1 – 1 of 1) sorted by relevance

/dports/games/scummvm/scummvm-2.5.1/engines/saga2/
H A Ddocument.cpp391 uint16 offPageIndex = pageIndex; in checkForImage() local
397 offPageIndex++; in checkForImage()
414 if (offPageIndex < maxPages) { in checkForImage()
422 if (!images[offPageIndex]) { in checkForImage()
424 images[offPageIndex] = LoadResource(illustrationCon, in checkForImage()
432 images[offPageIndex] = LoadResource(illustrationCon, in checkForImage()
439 imageSizes[offPageIndex] = ((ImageHeader *)images[offPageIndex])->size; in checkForImage()
451 lineOffset[offPageIndex] = in checkForImage()
452 imageSizes[offPageIndex].y / (textHeight + 1) + in checkForImage()