#include <BeBuild.h>
#include <Archivable.h>
#include <InterfaceDefs.h>
#include <Rect.h>
Go to the source code of this file.
Namespaces | |
| namespace | BPrivate |
Classes | |
| class | BBitmap |
| A BBitmap describes a rectangular image as a two-dimensional array of pixel data (or bitmap). More... | |
Defines | |
| #define | B_ANY_BYTES_PER_ROW -1 |
Enumerations | |
| enum | { B_BITMAP_CLEAR_TO_WHITE = 0x00000001, B_BITMAP_ACCEPTS_VIEWS = 0x00000002, B_BITMAP_IS_AREA = 0x00000004, B_BITMAP_IS_LOCKED = 0x00000008 | B_BITMAP_IS_AREA, B_BITMAP_IS_CONTIGUOUS = 0x00000010 | B_BITMAP_IS_LOCKED, B_BITMAP_IS_OFFSCREEN = 0x00000020, B_BITMAP_WILL_OVERLAY = 0x00000040 | B_BITMAP_IS_OFFSCREEN, B_BITMAP_RESERVE_OVERLAY_CHANNEL = 0x00000080, B_BITMAP_RESERVED_0 = 0x00000100, B_BITMAP_RESERVED_1 = 0x00000200, B_BITMAP_IS_ROTATED = 0x40000000 } |
|
|
|
|
|
|