1 #ifndef DEVICES_PRTGFX_H
2 #define DEVICES_PRTGFX_H
5 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
8 Desc: graphics printer driver structures
12 #ifndef GRAPHICS_RASTPORT_H
13 # include <graphics/rastport.h>
20 #define PCMBLUE PCMYELLOW
21 #define PCMGREEN PCMMAGENTA
22 #define PCMRED PCMCYAN
23 #define PCMWHITE PCMBLACK
32 /****************************************************************************/
37 struct RastPort
*pi_rp
;
38 struct RastPort
*pi_temprp
;
41 union colorEntry
*pi_ColorMap
;
42 union colorEntry
*pi_ColorInt
;
43 union colorEntry
*pi_HamInt
;
44 union colorEntry
*pi_Dest1Int
;
45 union colorEntry
*pi_Dest2Int
;
54 UWORD pi_ColorMapSize
;
55 UWORD pi_ColorIntSize
;
57 UWORD pi_Dest1IntSize
;
58 UWORD pi_Dest2IntSize
;
60 UWORD pi_ScaleXAltSize
;
80 UWORD pi_ReduceBufSize
;
81 struct Hook
*pi_SourceHook
;
82 ULONG
*pi_InvertHookBuf
;
86 #endif /* DEVICES_PRTGFX_H */