Source position: agraphics.pas line 602
type TRastPort = record |
Layer: PLayer; |
BitMap: PBitMap; |
AreaPtrn: PWord; |
TmpRas: PTmpRas; |
AreaInfo: PAreaInfo; |
GelsInfo: PGelsInfo; |
Mask: Byte; |
FgPen: ShortInt; |
BgPen: ShortInt; |
AOlPen: ShortInt; |
DrawMode: ShortInt; |
AreaPtSz: ShortInt; |
LinPatCnt: ShortInt; |
dummy: ShortInt; |
Flags: Word; |
LinePtrn: Word; |
cp_x: SmallInt; |
cp_y: SmallInt; |
minterms: array [0..7] of Byte; |
PenWidth: SmallInt; |
PenHeight: SmallInt; |
Font: PTextFont; |
AlgoStyle: Byte; |
TxFlags: Byte; |
TxHeight: Word; |
TxWidth: Word; |
TxBaseline: Word; |
TxSpacing: SmallInt; |
RP_User: APTR; |
RP_Extra: APTR; |
longreserved: array [0..5] of IPTR; |
reserved: array [0..1] of Byte; |
end; |