Home
last modified time | relevance | path

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

/dports/games/scummvm/scummvm-2.5.1/engines/kyra/graphics/
H A Dscreen_eob_segacd.cpp757 uint16 hscrNt = 0; in renderPlaneTile() local
761 hscrNt = (-_hScrollTable[hScrollTableIndex]) & 0x3FF; in renderPlaneTile()
762 hscrPx = hscrNt & 7; in renderPlaneTile()
763 hscrNt >>= 3; in renderPlaneTile()
766 const uint16 *pNt = &ntblLine[(ntblX + hscrNt) % pitch]; in renderPlaneTile()
784 pNt = &ntblLine[(ntblX + hscrNt + 1) % pitch]; in renderPlaneTile()