dxx-rebirth/common/2d
Kp 0909b126ac Simplify gr_rle_expand_scanline_generic
Both the `if` and `else` paths had the same loop and post-loop
processing.  The `if` path was a strict subset of the `else` path.  The
`else` path had one setup statement, and was otherwise equal to the `if`
path.  Move the shared statements outside the guarded path.
2017-10-06 01:59:09 +00:00
..
2dsline.cpp
bitblt.cpp Work around i686-w64-mingw32-g++ compiler crash 2017-04-22 21:23:55 +00:00
bitmap.cpp Prefer grs_main_bitmap::reset() to direct reinitialization 2017-02-11 21:42:31 +00:00
bitmap.h
box.cpp
canvas.cpp Use enum for GR blending mode 2017-03-18 18:07:36 +00:00
circle.cpp Pass grs_bitmap to gr_upixel 2017-03-11 19:56:23 +00:00
clip.h
disc.cpp
gpixel.cpp
line.cpp Pass grs_bitmap to gr_upixel 2017-03-11 19:56:23 +00:00
pixel.cpp Pass grs_bitmap to gr_pixel 2017-03-11 19:56:23 +00:00
rect.cpp Pass canvas to gr_rect 2017-01-01 00:45:45 +00:00
rle.cpp Simplify gr_rle_expand_scanline_generic 2017-10-06 01:59:09 +00:00
scalec.cpp Use fill_n instead of inline loop to write scanline 2017-10-06 01:59:09 +00:00