Source position: agraphics.pas line 476
type TLayer = record |
Front: PLayer; |
Back: PLayer; |
ClipRect: PClipRect; |
Rp: PRastPort; |
Bounds: TRectangle; |
Parent: PLayer; |
Priority: Word; |
Flags: Word; |
SuperBitMap: PBitMap; |
SuperClipRect: PClipRect; |
Window: APTR; |
Scroll_X: SmallInt; |
Scroll_Y: SmallInt; |
cr: PClipRect; |
cr2: PClipRect; |
crnew: PClipRect; |
SuperSaveClipRects: PClipRect; |
_cliprects: PClipRect; |
LayerInfo: PLayer_Info; |
Lock: TSignalSemaphore; |
BackFill: PHook; |
VisibleRegion: PRegion; |
ClipRegion: PRegion; |
SaveClipRects: PRegion; |
Width: SmallInt; |
Height: SmallInt; |
Shape: PRegion; |
ShapeRegion: PRegion; |
VisibleShape: PRegion; |
Nesting: Word; |
SuperSaveClipRectCounter: Byte; |
Visible: Byte; |
Reserved2: array [0..1] of Byte; |
DamageList: PRegion; |
end; |