OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lodepng_decode_memory
(Results
1 - 2
of
2
) sorted by null
/external/zopfli/src/zopflipng/lodepng/
lodepng.h
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
[
all
...]
lodepng.cpp
4781
unsigned
lodepng_decode_memory
(unsigned char** out, unsigned* w, unsigned* h, const unsigned char* in,
function
[
all
...]
Completed in 94 milliseconds