Searched refs:ImageLockModeUserInputBuf (Results 1 – 5 of 5) sorted by relevance
/reactos/dll/cpl/desk/ |
H A D | dibitmap.c | 73 …if (GdipBitmapLockBits(bitmap, NULL, ImageLockModeRead | ImageLockModeUserInputBuf, PixelFormat32b… in DibLoadImage()
|
/reactos/sdk/include/psdk/ |
H A D | gdiplusimaging.h | 42 ImageLockModeUserInputBuf = 4 enumerator
|
/reactos/modules/rostests/winetests/gdiplus/ |
H A D | image.c | 828 …stat = GdipBitmapLockBits(bm, &rect, ImageLockModeRead|ImageLockModeUserInputBuf, PixelFormat32bpp… in test_LockBits_UserBuf() 846 …stat = GdipBitmapLockBits(bm, &rect, ImageLockModeWrite|ImageLockModeUserInputBuf, PixelFormat32bp… in test_LockBits_UserBuf() 4008 …{ PixelFormat24bppRGB, 24, ImageLockModeRead|ImageLockModeUserInputBuf, 32, 64, pixels_24_77, pixe… in test_bitmapbits() 4009 …{ PixelFormat24bppRGB, 24, ImageLockModeWrite|ImageLockModeUserInputBuf, 32, 64, pixels_77, pixels… in test_bitmapbits() 4010 { PixelFormat24bppRGB, 24, ImageLockModeUserInputBuf, 32, 64, pixels_77, pixels_24 }, in test_bitmapbits() 4017 …{ PixelFormat8bppIndexed, 8, ImageLockModeWrite|ImageLockModeUserInputBuf, 32, 64, pixels_77, pixe… in test_bitmapbits() 4018 { PixelFormat8bppIndexed, 8, ImageLockModeUserInputBuf, 32, 64, pixels_77, pixels_24 }, in test_bitmapbits() 4025 …{ PixelFormat1bppIndexed, 1, ImageLockModeWrite|ImageLockModeUserInputBuf, 32, 64, pixels_77, pixe… in test_bitmapbits() 4026 { PixelFormat1bppIndexed, 1, ImageLockModeUserInputBuf, 32, 64, pixels_77, pixels_24 }, in test_bitmapbits() 4056 if (td[i].mode & ImageLockModeUserInputBuf) in test_bitmapbits() [all …]
|
/reactos/dll/win32/gdiplus/ |
H A D | image.c | 1068 if (bitmap->bits && bitmap->format == format && !(flags & ImageLockModeUserInputBuf)) in GdipBitmapLockBits() 1115 if(!(flags & ImageLockModeUserInputBuf)) in GdipBitmapLockBits() 1204 if (!bitmap->bitmapbits && !(lockeddata->Reserved & ImageLockModeUserInputBuf)) in GdipBitmapUnlockBits()
|
H A D | graphics.c | 1385 … stat = GdipBitmapLockBits(bitmap, &src_area, ImageLockModeRead|ImageLockModeUserInputBuf, in brush_fill_pixels() 3249 … stat = GdipBitmapLockBits(bitmap, &src_area, ImageLockModeRead|ImageLockModeUserInputBuf, in GdipDrawImagePointsRect()
|