OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LodePNGCompressSettings
(Results
1 - 3
of
3
) sorted by null
/external/zopfli/src/zopflipng/lodepng/
lodepng.h
277
typedef struct
LodePNGCompressSettings
LodePNGCompressSettings
;
278
struct
LodePNGCompressSettings
/*deflate = compress*/
291
const
LodePNGCompressSettings
*);
297
const
LodePNGCompressSettings
*);
302
extern const
LodePNGCompressSettings
lodepng_default_compress_settings;
303
void lodepng_compress_settings_init(
LodePNGCompressSettings
* settings);
596
LodePNGCompressSettings
zlibsettings; /*settings for the zlib encoder, such as window size, ...*/
[
all
...]
lodepng.cpp
[
all
...]
/external/zopfli/src/zopflipng/
zopflipng_lib.cc
44
const
LodePNGCompressSettings
* settings) {
Completed in 57 milliseconds