•  Back 
  •  VDI structures 
  •  Index 
  •  Tree View 
  •  Cross references 
  •  Help page 
  •  Show info about hypertext 
  •  View a new file 
Topic       : TOS - The Operating System
Author      : 
Version     : tos.hyp (December 19, 2008)
Subject     : Programmieren/Atari
Nodes       : 3010
Index Size  : 93790
HCP-Version : 5
Compiled on : Atari
@charset    : atarist
@lang       : 
@default    : Title
@help       : 
@options    : +g -i -s +x +zz -t4
@width      : 70
View Ref-File7.13.6  GCBITMAP                                                   TOS

typedef struct _gcbitmap /* Published bitmap description (structure     */
                         /* with version header)                        */
{
   LONG       magic;      /* Structure identifier 'cbtm'                 */
   LONG       length;     /* Structure length                            */
   LONG       format;     /* Structure format (0)                        */
   LONG       reserved;   /* Reserved (0)                                */
   BYTE       *addr;      /* Address of bitmap                           */
   LONG       width;      /* Width of a line in bytes                    */
   LONG       bits;       /* Bit-depth                                   */
   ULONG      px_format;  /* Pixel format                                */
   LONG       xmin;       /* Minimum discrete X-coordinate of bitmap     */
   LONG       ymin;       /* Minimum discrete Y-coordinate of bitmap     */
   LONG       xmax;       /* Maximum discrete X-coordinate of bitmap + 1 */
   LONG       ymax;       /* Maximum discrete Y-coordinate of bitmap + 1 */
   CTAB_REF   ctab;       /* Reference to colour table, or 0L            */
   ITAB_REF   itab;       /* Reference to inverse colour table, or 0L    */
   LONG       reserved0;  /* Reserved, must be 0                         */
   LONG       reserved1;  /* Reserved, must be 0                         */
} GCBITMAP;

See Also: NVDI   v_open_bm   vr_transfer_bits