Home
last modified time | relevance | path

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

/dports/games/brumbrumrally/brumbrumrally-0.7/src/
H A DSurface.cpp314 typedef char PixelBool; in rotate_draw() typedef
315 static std::vector<PixelBool> drawnPixels; in rotate_draw()
336PixelBool& pixelIsDrawn = drawnPixels[std::floor(dx + v.x) - minX - std::floor(dx) + (std::floor(d… in rotate_draw()