Lines Matching refs:info
381 void lodepng_color_mode_init(LodePNGColorMode* info);
382 void lodepng_color_mode_cleanup(LodePNGColorMode* info);
388 void lodepng_palette_clear(LodePNGColorMode* info);
390 unsigned lodepng_palette_add(LodePNGColorMode* info,
394 unsigned lodepng_get_bpp(const LodePNGColorMode* info);
397 unsigned lodepng_get_channels(const LodePNGColorMode* info);
399 unsigned lodepng_is_greyscale_type(const LodePNGColorMode* info);
401 unsigned lodepng_is_alpha_type(const LodePNGColorMode* info);
403 unsigned lodepng_is_palette_type(const LodePNGColorMode* info);
406 unsigned lodepng_has_palette_alpha(const LodePNGColorMode* info);
414 unsigned lodepng_can_have_alpha(const LodePNGColorMode* info);
605 void lodepng_info_init(LodePNGInfo* info);
606 void lodepng_info_cleanup(LodePNGInfo* info);
611 unsigned lodepng_add_text(LodePNGInfo* info, const char* key, const char* str); /*push back both te…
612 void lodepng_clear_text(LodePNGInfo* info); /*use this to clear the texts again after you filled th…
614 unsigned lodepng_add_itext(LodePNGInfo* info, const char* key, const char* langtag,
616 void lodepng_clear_itext(LodePNGInfo* info); /*use this to clear the itexts again after you filled …
619 unsigned lodepng_set_icc(LodePNGInfo* info, const char* name, const unsigned char* profile, unsigne…
620 void lodepng_clear_icc(LodePNGInfo* info); /*use this to clear the texts again after you filled the…