Home
last modified time | relevance | path

Searched refs:bitmapbits (Results 1 – 2 of 2) sorted by relevance

/reactos/dll/win32/gdiplus/
H A Dimage.c1119 bitmap->bitmapbits = heap_alloc_zero(lockeddata->Stride * act_rect.Height); in GdipBitmapLockBits()
1121 if (!bitmap->bitmapbits) in GdipBitmapLockBits()
1127 lockeddata->Scan0 = bitmap->bitmapbits; in GdipBitmapLockBits()
1148 heap_free(bitmap->bitmapbits); in GdipBitmapLockBits()
1149 bitmap->bitmapbits = NULL; in GdipBitmapLockBits()
1198 heap_free(bitmap->bitmapbits); in GdipBitmapUnlockBits()
1199 bitmap->bitmapbits = NULL; in GdipBitmapUnlockBits()
1229 heap_free(bitmap->bitmapbits); in GdipBitmapUnlockBits()
1230 bitmap->bitmapbits = NULL; in GdipBitmapUnlockBits()
2086 heap_free(dst->bitmapbits); in move_bitmap()
[all …]
H A Dgdiplus_private.h432 BYTE *bitmapbits; /* pointer to the buffer we passed in BitmapLockBits */ member