Home | History | Annotate | Download | only in dev

Lines Matching defs:bitmap

65 typedef struct bitmap bmap_t;
75 * Bitmap stuff.
106 struct bitmap {
110 u_short depth; /* depth of bitmap. */
114 u_char **plane; /* plane data for bitmap. */
130 /* Use these macros to find misc. sizes of actual bitmap */
205 bmap_t *bitmap; /* bitmap. */
218 #define VDISPLAY_LINE(v, p, l) ((v)->bitmap->plane[(p)] +\
219 (((v)->bitmap->bytes_per_row + (v)->bitmap->row_mod) * l))