1 #ifndef GRAPHICS_SCALE_H
2 #define GRAPHICS_SCALE_H
5 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
10 # include <exec/types.h>
13 /* BitScaleArgs structure used by BitMapScale() */
26 UWORD bsa_XDestFactor
;
27 UWORD bsa_YDestFactor
;
28 struct BitMap
*bsa_SrcBitMap
;
29 struct BitMap
*bsa_DestBitMap
;
38 #endif /* GRAPHICS_SCALE_H */