HomeSort by relevance Sort by last modified time
    Searched refs:LodePNGInfo (Results 1 - 4 of 4) sorted by null

  /external/zopfli/src/zopflipng/lodepng/
lodepng.h 401 typedef struct LodePNGInfo
476 } 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* info, const char* key, const char* langtag
    [all...]
lodepng_util.h 43 info is in the LodePNGInfo object after checking only the header of the PNG.
45 LodePNGInfo getPNGHeaderInfo(const std::vector<unsigned char>& png);
lodepng.cpp     [all...]
lodepng_util.cpp 32 LodePNGInfo getPNGHeaderInfo(const std::vector<unsigned char>& png)

Completed in 58 milliseconds