dxx-rebirth/common/2d
Kp 8cc7be4986 Use std::bitset to track used colors
This reduces memory usage over using std::array<bool> for the same
number of bits.
2020-07-16 02:31:04 +00:00
..
2dsline.cpp
bitblt.cpp Refer to <array> directly, not through "compiler-array.h" 2020-05-02 21:18:42 +00:00
bitmap.cpp Use std::bitset to track used colors 2020-07-16 02:31:04 +00:00
bitmap.h Use std::bitset to track used colors 2020-07-16 02:31:04 +00:00
box.cpp
canvas.cpp Refer to <memory> directly, not through "compiler-make_unique.h" 2020-05-02 21:18:43 +00:00
circle.cpp Pass grs_bitmap to gr_upixel 2017-03-11 19:56:23 +00:00
clip.h
disc.cpp Switch most in-tree http:// links to https:// 2018-09-02 00:57:29 +00:00
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
rle.cpp Qualify uses of std::array 2020-05-02 21:18:42 +00:00
scalec.cpp Refer to <array> directly, not through "compiler-array.h" 2020-05-02 21:18:42 +00:00