Source position: agraphics.pas line 489
type tRastPort = record |
Layer: pLayer; |
BitMap: pBitMap; |
AreaPtrn: Pointer; |
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: Pointer; |
longreserved: array [0..1] of ULONG; |
wordreserved: array [0..6] of Word; |
reserved: array [0..7] of Byte; |
end; |