Searched refs:bitmapbits (Results 1 – 2 of 2) sorted by relevance
1119 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 …]
432 BYTE *bitmapbits; /* pointer to the buffer we passed in BitmapLockBits */ member