![]() |
nomlib
|
This is the complete list of members for nom::Image, including all inherited members.
| alpha(void) const | nom::Image | |
| alpha_mask(void) const | nom::Image | |
| bits_per_pixel(void) const (defined in nom::Image) | nom::Image | |
| blend_mode(void) const | nom::Image | |
| blue_mask(void) const | nom::Image | |
| bounds(void) const (defined in nom::Image) | nom::Image | |
| bounds_ (defined in nom::Image) | nom::Image | private |
| clone(void) const | nom::Image | |
| color4i_pixel(int x, int y) const | nom::Image | |
| color_modulation(void) const | nom::Image | |
| colorkey(void) const | nom::Image | |
| create(const Point2i &size, uint32 pixel_format) | nom::Image | |
| create(const Size2i &size, uint32 pixel_format) (defined in nom::Image) | nom::Image | |
| draw(SDL_Surface *destination, const IntRect &bounds) const | nom::Image | |
| green_mask(void) const | nom::Image | |
| height(void) const (defined in nom::Image) | nom::Image | |
| Image(void) | nom::Image | |
| Image(const Image ©) | nom::Image | |
| image(void) const | nom::Image | |
| image_ | nom::Image | private |
| initialize(void *pixels, int32 width, int32 height, int bits_per_pixel, uint16 pitch, uint32 Rmask, uint32 Gmask, uint32 Bmask, uint32 Amask) | nom::Image | |
| initialize(int32 width, int32 height, int bits_per_pixel, uint32 Rmask, uint32 Gmask, uint32 Bmask, uint32 Amask) | nom::Image | |
| initialize(SDL_Surface *source) | nom::Image | |
| initialize(const Point2i &size) | nom::Image | |
| load(const std::string &filename, uint32 pixel_format=SDL_PIXELFORMAT_ARGB8888) | nom::Image | |
| load_bmp(const std::string &filename, uint32 pixel_format=SDL_PIXELFORMAT_ARGB8888) | nom::Image | |
| load_memory(const char *buffer, int buffer_size, const std::string &ext, uint32 pixel_format=SDL_PIXELFORMAT_ARGB8888) | nom::Image | |
| lock() const | nom::Image | |
| locked(void) const | nom::Image | |
| must_lock() const | nom::Image | |
| operator=(const Image &other) | nom::Image | |
| pitch(void) const (defined in nom::Image) | nom::Image | |
| pixel(int x, int y) const | nom::Image | |
| pixel(const Point2i &pos) const | nom::Image | |
| pixel_format(void) const (defined in nom::Image) | nom::Image | |
| pixels(void) const (defined in nom::Image) | nom::Image | |
| position(void) const (defined in nom::Image) | nom::Image | |
| position_ (defined in nom::Image) | nom::Image | private |
| RawPtr typedef (defined in nom::Image) | nom::Image | |
| red_mask(void) const | nom::Image | |
| RLE(bool flag) | nom::Image | |
| save_bmp(const std::string &filename) const | nom::Image | |
| save_png(const std::string &filename) const | nom::Image | |
| set_alpha(uint8 opacity) (defined in nom::Image) | nom::Image | |
| set_blend_mode(const SDL_BlendMode blend) | nom::Image | |
| set_bounds(const IntRect &bounds) (defined in nom::Image) | nom::Image | |
| set_color_modulation(const Color4i &color) | nom::Image | |
| set_colorkey(const Color4i &colorkey, bool flag) | nom::Image | |
| set_pixel(int x, int y, const Color4i &color) | nom::Image | |
| set_position(const Point2i &pos) (defined in nom::Image) | nom::Image | |
| SharedPtr typedef (defined in nom::Image) | nom::Image | |
| size() const | nom::Image | |
| texture(void) const (defined in nom::Image) | nom::Image | |
| unlock(void) const | nom::Image | |
| valid(void) const | nom::Image | |
| width(void) const (defined in nom::Image) | nom::Image | |
| ~Image(void) | nom::Image |