OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LodePNGState
(Results
1 - 2
of
2
) sorted by null
/external/zopfli/src/zopflipng/lodepng/
lodepng.h
631
typedef struct
LodePNGState
644
virtual ~
LodePNGState
(){}
646
}
LodePNGState
;
649
void lodepng_state_init(
LodePNGState
* state);
650
void lodepng_state_cleanup(
LodePNGState
* state);
651
void lodepng_state_copy(
LodePNGState
* dest, const
LodePNGState
* source);
656
Same as lodepng_decode_memory, but uses a
LodePNGState
to allow custom settings and
660
LodePNGState
* state,
666
information is placed in the info_png field of the
LodePNGState
[
all
...]
lodepng.cpp
[
all
...]
Completed in 533 milliseconds