Searched refs:LodePNGDecoderSettings (Results 1 – 2 of 2) sorted by relevance
643 typedef struct LodePNGDecoderSettings { struct673 } LodePNGDecoderSettings; typedef675 void lodepng_decoder_settings_init(LodePNGDecoderSettings* settings);769 LodePNGDecoderSettings decoder; /*the decoding settings*/
4474 static unsigned readChunk_zTXt(LodePNGInfo* info, const LodePNGDecoderSettings* decoder, in readChunk_zTXt()4521 static unsigned readChunk_iTXt(LodePNGInfo* info, const LodePNGDecoderSettings* decoder, in readChunk_iTXt()4666 static unsigned readChunk_iCCP(LodePNGInfo* info, const LodePNGDecoderSettings* decoder, in readChunk_iCCP()5040 void lodepng_decoder_settings_init(LodePNGDecoderSettings* settings) { in lodepng_decoder_settings_init()