Home
last modified time | relevance | path

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

/dports/games/galaxyhack/galaxyhack/src/
H A DProjectile.cpp538 static const int lpitch_2 = JSDL.screen->pitch >> 1; // Uint16 strided lpitch in DrawLine() local
541 Uint16* vb_start2 = reinterpret_cast<Uint16*>(JSDL.screen->pixels) + x0 + y0 * lpitch_2; in DrawLine()
557 y_inc = lpitch_2; in DrawLine()
560 y_inc = -lpitch_2; in DrawLine()