stbi__context

////////////////////////////////////////////

Members

Variables

buffer_start
stbi_uc[128] buffer_start;
Undocumented in source.
buflen
int buflen;
Undocumented in source.
callback_already_read
int callback_already_read;
Undocumented in source.
img_buffer
stbi_uc* img_buffer;
img_buffer_end
stbi_uc* img_buffer_end;
Undocumented in source.
img_buffer_original
stbi_uc* img_buffer_original;
img_buffer_original_end
stbi_uc* img_buffer_original_end;
Undocumented in source.
img_n
int img_n;
img_out_n
int img_out_n;
Undocumented in source.
img_x
stbi__uint32 img_x;
img_y
stbi__uint32 img_y;
Undocumented in source.
io
stbi_io_callbacks io;
Undocumented in source.
io_user_data
void* io_user_data;
Undocumented in source.
pixelAspectRatio
float pixelAspectRatio;
Undocumented in source.
ppmX
float ppmX;
Undocumented in source.
ppmY
float ppmY;
Undocumented in source.
read_from_callbacks
int read_from_callbacks;
Undocumented in source.

Meta