comparison tools/lib64gfx.h @ 2325:ddd29161d258

Add argument names to prototypes.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 04 Sep 2019 13:00:42 +0300
parents dc79c64f158c
children 9f150c0e1467
comparison
equal deleted inserted replaced
2324:dc79c64f158c 2325:ddd29161d258
263 int mode, // Format mode/type flags, see D64_FMT_* 263 int mode, // Format mode/type flags, see D64_FMT_*
264 width, height, // Width and height in pixels 264 width, height, // Width and height in pixels
265 chWidth, chHeight, // Width and height in charblocks 265 chWidth, chHeight, // Width and height in charblocks
266 aspectX, aspectY; // Pixel aspectX/Y 266 aspectX, aspectY; // Pixel aspectX/Y
267 267
268 int (*convertFrom)(DMImage *, const DMC64Image *, const DMC64ImageConvSpec *spec); 268 int (*convertFrom)(DMImage *dst, const DMC64Image *src, const DMC64ImageConvSpec *spec);
269 int (*convertTo)(DMC64Image *, const DMImage *, const DMC64ImageFormat *fmt, const DMC64ImageConvSpec *spec); 269 int (*convertTo)(DMC64Image *dst, const DMImage *src, const DMC64ImageFormat *fmt, const DMC64ImageConvSpec *spec);
270 270
271 DMC64GetPixelFunc getPixel; 271 DMC64GetPixelFunc getPixel;
272 272
273 DMC64EncDecOpList encdecOps; 273 DMC64EncDecOpList encdecOps;
274 } DMC64ImageCommonFormat; 274 } DMC64ImageCommonFormat;