|
SO3Engine
|
#include <stb_image.h>
Public Attributes | |
| int | w |
| int | h |
| stbi_uc * | out |
| stbi_uc * | background |
| stbi_uc * | history |
| int | flags |
| int | bgindex |
| int | ratio |
| int | transparent |
| int | eflags |
| stbi_uc | pal [256][4] |
| stbi_uc | lpal [256][4] |
| stbi__gif_lzw | codes [8192] |
| stbi_uc * | color_table |
| int | parse |
| int | step |
| int | lflags |
| int | start_x |
| int | start_y |
| int | max_x |
| int | max_y |
| int | cur_x |
| int | cur_y |
| int | line_size |
| int | delay |
Definition at line 6200 of file stb_image.h.
| stbi_uc* stbi__gif::background |
Definition at line 6204 of file stb_image.h.
| int stbi__gif::bgindex |
Definition at line 6206 of file stb_image.h.
| stbi__gif_lzw stbi__gif::codes[8192] |
Definition at line 6209 of file stb_image.h.
| stbi_uc* stbi__gif::color_table |
Definition at line 6210 of file stb_image.h.
| int stbi__gif::cur_x |
Definition at line 6215 of file stb_image.h.
| int stbi__gif::cur_y |
Definition at line 6215 of file stb_image.h.
| int stbi__gif::delay |
Definition at line 6217 of file stb_image.h.
| int stbi__gif::eflags |
Definition at line 6206 of file stb_image.h.
| int stbi__gif::flags |
Definition at line 6206 of file stb_image.h.
| int stbi__gif::h |
Definition at line 6202 of file stb_image.h.
| stbi_uc* stbi__gif::history |
Definition at line 6205 of file stb_image.h.
| int stbi__gif::lflags |
Definition at line 6212 of file stb_image.h.
| int stbi__gif::line_size |
Definition at line 6216 of file stb_image.h.
| stbi_uc stbi__gif::lpal[256][4] |
Definition at line 6208 of file stb_image.h.
| int stbi__gif::max_x |
Definition at line 6214 of file stb_image.h.
| int stbi__gif::max_y |
Definition at line 6214 of file stb_image.h.
| stbi_uc* stbi__gif::out |
Definition at line 6203 of file stb_image.h.
| stbi_uc stbi__gif::pal[256][4] |
Definition at line 6207 of file stb_image.h.
| int stbi__gif::parse |
Definition at line 6211 of file stb_image.h.
| int stbi__gif::ratio |
Definition at line 6206 of file stb_image.h.
| int stbi__gif::start_x |
Definition at line 6213 of file stb_image.h.
| int stbi__gif::start_y |
Definition at line 6213 of file stb_image.h.
| int stbi__gif::step |
Definition at line 6211 of file stb_image.h.
| int stbi__gif::transparent |
Definition at line 6206 of file stb_image.h.
| int stbi__gif::w |
Definition at line 6202 of file stb_image.h.