Searched refs:fix_png (Results 1 – 2 of 2) sorted by relevance
/external/zopfli/src/zopflipng/lodepng/ |
D | lodepng.h | 505 unsigned w, unsigned h, unsigned fix_png); 526 unsigned fix_png; member
|
D | lodepng.cpp | 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() [all …]
|