Searched defs:LodePNGInfo (Results 1 - 1 of 1) sorted by relevance

/external/zopfli/src/zopflipng/lodepng/
H A Dlodepng.h401 typedef struct LodePNGInfo struct
476 } LodePNGInfo; typedef in typeref:struct:LodePNGInfo
479 void lodepng_info_init(LodePNGInfo* info);
480 void lodepng_info_cleanup(LodePNGInfo* info);
482 unsigned lodepng_info_copy(LodePNGInfo* dest, const LodePNGInfo* source);
485 void lodepng_clear_text(LodePNGInfo* info); /*use this to clear the texts again after you filled them in*/
486 unsigned lodepng_add_text(LodePNGInfo* info, const char* key, const char* str); /*push back both texts at once*/
488 void lodepng_clear_itext(LodePNGInfo* info); /*use this to clear the itexts again after you filled them in*/
489 unsigned lodepng_add_itext(LodePNGInfo* inf
[all...]

Completed in 72 milliseconds