Lines Matching refs:fix_png
3104 unsigned fix_png) in getPixelColorRGBA8() argument
3162 if(!fix_png) return (mode->bitdepth == 8 ? 46 : 47); /*index out of palette*/ in getPixelColorRGBA8()
3216 unsigned fix_png) in getPixelColorsRGBA8() argument
3289 if(!fix_png) return (mode->bitdepth == 8 ? 46 : 47); /*index out of palette*/ in getPixelColorsRGBA8()
3395 unsigned w, unsigned h, unsigned fix_png) in lodepng_convert() argument
3434 error = getPixelColorsRGBA8(out, numpixels, 1, in, mode_in, fix_png); in lodepng_convert()
3438 error = getPixelColorsRGBA8(out, numpixels, 0, in, mode_in, fix_png); in lodepng_convert()
3445 error = getPixelColorRGBA8(&r, &g, &b, &a, in, i, mode_in, fix_png); in lodepng_convert()
3557 unsigned fix_png) in get_color_profile() argument
3661 error = getPixelColorRGBA8(&r, &g, &b, &a, in, i, mode, fix_png); in get_color_profile()
4775 …epng_convert(*out, data, &state->info_raw, &state->info_png.color, *w, *h, state->decoder.fix_png); in lodepng_decode()
4836 settings->fix_png = 0; in lodepng_decoder_settings_init()