Home | History | Annotate | Download | only in lodepng

Lines Matching refs:lodepng_decode_memory

112 unsigned lodepng_decode_memory(unsigned char** out, unsigned* w, unsigned* h,
116 /*Same as lodepng_decode_memory, but always decodes to 32-bit RGBA raw image*/
120 /*Same as lodepng_decode_memory, but always decodes to 24-bit RGB raw image*/
198 /*Same as lodepng_decode_memory, but decodes to an std::vector.*/
656 Same as lodepng_decode_memory, but uses a LodePNGState to allow custom settings and