Home
last modified time | relevance | path

Searched defs:GpBitmap (Results 1 – 2 of 2) sorted by relevance

/reactos/dll/win32/gdiplus/
H A Dgdiplus_private.h426 struct GpBitmap{ struct
427 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 …]
/reactos/sdk/include/psdk/
H A Dgdiplusgpstubs.h113 typedef struct GpBitmap GpBitmap; typedef