Searched refs:CERROR_TRY_RETURN (Results 1 – 1 of 1) sorted by relevance
/external/zopfli/src/zopflipng/lodepng/ |
D | lodepng.cpp | 111 #define CERROR_TRY_RETURN(call)\ macro 2719 CERROR_TRY_RETURN(lodepng_add_text(dest, source->text_keys[i], source->text_strings[i])); in LodePNGText_copy() 2790 CERROR_TRY_RETURN(lodepng_add_itext(dest, source->itext_keys[i], source->itext_langtags[i], in LodePNGIText_copy() 2875 CERROR_TRY_RETURN(lodepng_color_mode_copy(&dest->color, &source->color)); in lodepng_info_copy() 2878 CERROR_TRY_RETURN(LodePNGText_copy(dest, source)); in lodepng_info_copy() 2879 CERROR_TRY_RETURN(LodePNGIText_copy(dest, source)); in lodepng_info_copy() 2882 CERROR_TRY_RETURN(LodePNGUnknownChunks_copy(dest, source)); in lodepng_info_copy() 4105 …CERROR_TRY_RETURN(unfilterScanline(&out[outindex], &in[inindex + 1], prevline, bytewidth, filterTy… in unfilter() 4221 CERROR_TRY_RETURN(unfilter(in, in, w, h, bpp)); in postProcessScanlines() 4225 else CERROR_TRY_RETURN(unfilter(out, in, w, h, bpp)); in postProcessScanlines() [all …]
|