comparison tools/lib64fmts.c @ 2113:3fcf1c3a3287

Change decFunction() argument order in DMC64EncDecOp.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 26 May 2019 01:16:57 +0300
parents 9dc2976e9fa3
children 27cf33c3a646
comparison
equal deleted inserted replaced
2112:9dc2976e9fa3 2113:3fcf1c3a3287
240 240
241 return DM_PROBE_SCORE_FALSE; 241 return DM_PROBE_SCORE_FALSE;
242 } 242 }
243 243
244 244
245 static BOOL fmtDrazLaceGetLaceType(DMC64Image *img, const DMC64EncDecOp *op, 245 static BOOL fmtDrazLaceGetLaceType(const DMC64EncDecOp *op, DMC64Image *img,
246 const DMGrowBuf *buf, const DMC64ImageCommonFormat *fmt) 246 const DMGrowBuf *buf, const DMC64ImageCommonFormat *fmt)
247 { 247 {
248 (void) fmt; 248 (void) fmt;
249 249
250 if (buf != NULL) 250 if (buf != NULL)
575 vbank, bitmap, 0, 575 vbank, bitmap, 0,
576 img->extraData[0].data[rasterY] & 15); 576 img->extraData[0].data[rasterY] & 15);
577 } 577 }
578 578
579 579
580 static BOOL fmtTruePaintGetLaceType(DMC64Image *img, const DMC64EncDecOp *op, 580 static BOOL fmtTruePaintGetLaceType(const DMC64EncDecOp *op, DMC64Image *img,
581 const DMGrowBuf *buf, const DMC64ImageCommonFormat *fmt) 581 const DMGrowBuf *buf, const DMC64ImageCommonFormat *fmt)
582 { 582 {
583 (void) op; 583 (void) op;
584 (void) buf; 584 (void) buf;
585 (void) fmt; 585 (void) fmt;
959 (void) rasterX; 959 (void) rasterX;
960 return dmC64GetGenericSCPixel(img, bmoffs, scroffs, shift, rasterY & 7, bitmap, 0); 960 return dmC64GetGenericSCPixel(img, bmoffs, scroffs, shift, rasterY & 7, bitmap, 0);
961 } 961 }
962 962
963 963
964 static BOOL fmtECIGetLaceType(DMC64Image *img, const DMC64EncDecOp *op, 964 static BOOL fmtECIGetLaceType(const DMC64EncDecOp *op, DMC64Image *img,
965 const DMGrowBuf *buf, const DMC64ImageCommonFormat *fmt) 965 const DMGrowBuf *buf, const DMC64ImageCommonFormat *fmt)
966 { 966 {
967 (void) op; 967 (void) op;
968 (void) buf; 968 (void) buf;
969 (void) fmt; 969 (void) fmt;