2 Copyright 1995-2017, The AROS Development Team. All rights reserved.
5 Desc: Android bitmap class definitions
9 #define AO(x) (aoHidd_BitMap_ ## x)
10 #define GOT_BM_ATTR(code) GOT_ATTR(code, aoHidd_BitMap, bitmap)
11 #define IS_BM_ATTR(attr, idx) (((idx) = (attr) - HiddBitMapAttrBase) < num_Hidd_BitMap_Attrs)
15 LONG bm_left
; /* Physical coordinates of top-left corner */
17 ULONG win_width
; /* Display window size */
19 ULONG bm_width
; /* Bitmap size */
21 ULONG mod
; /* Bytes per line */
22 IPTR pixels
; /* Address in memory */