This is the complete list of members for texture, including all inherited members.
| assign(SDL_Texture *t) | texture | |
| clear_src() | texture | inline |
| draw_size() const | texture | inline |
| finalize() | texture | private |
| get() const | texture | inline |
| get_access() const | texture | |
| get_alpha_mod() const | texture | |
| get_blend_mode() const | texture | |
| get_color_mod() const | texture | |
| get_format() const | texture | |
| get_info() const | texture | inline |
| get_raw_size() const | texture | |
| h() const | texture | inline |
| has_src_ | texture | private |
| operator bool() const | texture | inlineexplicit |
| operator SDL_Texture *() const | texture | inline |
| operator==(const texture &t) const | texture | inline |
| reset() | texture | |
| reset(int width, int height, SDL_TextureAccess access) | texture | |
| set_alpha_mod(uint8_t alpha) | texture | |
| set_blend_mode(SDL_BlendMode mode) | texture | |
| set_color_mod(uint8_t r, uint8_t g, uint8_t b) | texture | |
| set_color_mod(const color_t &c) | texture | |
| set_draw_height(int h) | texture | inline |
| set_draw_size(int w, int h) | texture | inline |
| set_draw_size(const point &size) | texture | inline |
| set_draw_width(int w) | texture | inline |
| set_src(const rect &r) | texture | |
| set_src_raw(const rect &r) | texture | |
| size_ | texture | private |
| src() const | texture | inline |
| src_ | texture | private |
| texture()=default | texture | |
| texture(SDL_Texture *txt) | texture | explicit |
| texture(const surface &surf, bool linear_interpolation=false) | texture | explicit |
| texture(int w, int h, SDL_TextureAccess access) | texture | |
| texture_ | texture | private |
| w() const | texture | inline |