gempyre
1.7.1
|
This is the complete list of members for Gempyre::Bitmap, including all inherited members.
Bitmap(int width, int height) | Gempyre::Bitmap | |
Bitmap(int width, int height, Gempyre::Color::type color) | Gempyre::Bitmap | |
Bitmap() | Gempyre::Bitmap | |
Bitmap(Bitmap &&other)=default | Gempyre::Bitmap | |
Bitmap(const Bitmap &other)=default | Gempyre::Bitmap | |
Bitmap(const std::vector< uint8_t > &image_data) | Gempyre::Bitmap | |
clip(const Gempyre::Rect &rect) const | Gempyre::Bitmap | |
clone() const | Gempyre::Bitmap | |
const_data() const | Gempyre::Bitmap | |
create(int width, int height) | Gempyre::Bitmap | |
draw_rect(const Gempyre::Rect &rect, Color::type color) | Gempyre::Bitmap | |
empty() const | Gempyre::Bitmap | |
Gempyre::CanvasElement (defined in Gempyre::Bitmap) | Gempyre::Bitmap | friend |
height() const | Gempyre::Bitmap | |
merge(int x, int y, const Bitmap &other) | Gempyre::Bitmap | |
merge(const Bitmap &other) | Gempyre::Bitmap | inline |
operator=(const Bitmap &other)=default | Gempyre::Bitmap | |
operator=(Bitmap &&other)=default | Gempyre::Bitmap | |
pix(Color::type r, Color::type g, Color::type b, Color::type a=0xFF) | Gempyre::Bitmap | inlinestatic |
pixel(int x, int y) const | Gempyre::Bitmap | |
png_image() const | Gempyre::Bitmap | |
set_alpha(int x, int y, Color::type alpha) | Gempyre::Bitmap | |
set_data(const T &bytes, size_t offset=0) | Gempyre::Bitmap | inline |
set_pixel(int x, int y, Color::type color) | Gempyre::Bitmap | |
swap(Bitmap &other) | Gempyre::Bitmap | |
tile(int x, int y, const Bitmap &other) | Gempyre::Bitmap | |
tile(int x, int y, const Bitmap &other, int width, int height) | Gempyre::Bitmap | |
tile(int x, int y, const Bitmap &other, int other_x, int other_y, int width, int height) | Gempyre::Bitmap | |
width() const | Gempyre::Bitmap | |
~Bitmap() | Gempyre::Bitmap |