NEWS APPS DOCS ABOUT | ||||
Autodocs Include classes clib datatypes devices diskfont dos exec gadgets graphics clip.i / .h coerce.i / .h collide.h copper.i / .h display.i / .h displayinfo.i / .h gels.i / .h gfx.i / .h gfxbase.i / .h gfxmacros.h gfxnodes.i / .h graphint.h layers.i / .h modeid.i / .h monitor.i / .h rastport.i / .h regions.i / .h rpattr.i / .h scale.i / .h sprite.i / .h text.i / .h videocontrol.i / .h view.i / .h hardware images intuition libraries pragma pragmas prefs proto reaction resources rexx utility workbench GuruMeditation | IFND GRAPHICS_GFX_I GRAPHICS_GFX_I SET 1 ** ** $VER: gfx.i 39.3 (20.2.1992) ** Includes Release 45.1 ** ** (C) Copyright 1985-2001 Amiga, Inc. ** All Rights Reserved ** IFND EXEC_TYPES_I include 'exec/types.i' ENDC BITSET equ $8000 BITCLR equ 0 AGNUS equ 1 DENISE equ 1 STRUCTURE BitMap,0 WORD bm_BytesPerRow WORD bm_Rows BYTE bm_Flags BYTE bm_Depth WORD bm_Pad STRUCT bm_Planes,8*4 LABEL bm_SIZEOF STRUCTURE Rectangle,0 WORD ra_MinX WORD ra_MinY WORD ra_MaxX WORD ra_MaxY LABEL ra_SIZEOF STRUCTURE Rect32,0 LONG r32_MinX LONG r32_MinY LONG r32_MaxX LONG r32_MaxY LABEL r32_SIZEOF STRUCTURE tPoint,0 WORD tpt_x WORD tpt_y LABEL tpt_SIZEOF BITDEF BM,CLEAR,0 BITDEF BM,DISPLAYABLE,1 BITDEF BM,INTERLEAVED,2 BITDEF BM,STANDARD,3 BITDEF BM,MINPLANES,4 BMA_HEIGHT equ 0 BMA_DEPTH equ 4 BMA_WIDTH equ 8 BMA_FLAGS equ 12 ENDC ; GRAPHICS_GFX_I Comments |
$VER: d0.se 1.14 Copyright © 2011-2024 Tobias Geijersson support at d0 dot se |