Searched defs:GpBitmap (Results 1 – 2 of 2) sorted by relevance
426 struct GpBitmap{ struct427 GpImage image;428 INT width;429 INT height;430 PixelFormat format;431 ImageLockMode lockmode;433 HBITMAP hbitmap;434 HDC hdc;436 INT stride; /* stride of bits if this is a DIB */438 INT lockx, locky; /* X and Y coordinates of the rect when a bitmap is locked for writing. */[all …]
113 typedef struct GpBitmap GpBitmap; typedef