Searched refs:ImageLockModeRead (Results 1 – 6 of 6) sorted by relevance
/reactos/modules/rostests/winetests/gdiplus/ |
H A D | image.c | 587 stat = GdipBitmapLockBits(bm, &rect, ImageLockModeRead, PixelFormat24bppRGB, &bd); in test_LockBits() 608 stat = GdipBitmapLockBits(bm, NULL, ImageLockModeRead, PixelFormat24bppRGB, &bd); in test_LockBits() 625 stat = GdipBitmapLockBits(bm, &rect, ImageLockModeRead, PixelFormat24bppRGB, &bd); in test_LockBits() 639 stat = GdipBitmapLockBits(bm, &rect, ImageLockModeRead, PixelFormat24bppRGB, &bd); in test_LockBits() 641 stat = GdipBitmapLockBits(bm, &rect, ImageLockModeRead, PixelFormat24bppRGB, &bd); in test_LockBits() 672 stat = GdipBitmapLockBits(bm, &rect, ImageLockModeRead, PixelFormat32bppARGB, &bd); in test_LockBits() 793 stat = GdipBitmapLockBits(bm, &rect, ImageLockModeRead, PixelFormat24bppRGB, &bd); in test_LockBits() 1882 stat = GdipBitmapLockBits(bitmap, NULL, ImageLockModeRead | ImageLockModeWrite, in test_createhbitmap() 4005 { PixelFormat24bppRGB, 24, ImageLockModeRead, 24, 48, pixels_24, pixels_00 }, in test_bitmapbits() 4013 { PixelFormat8bppIndexed, 8, ImageLockModeRead, 8, 16, pixels_8, pixels_24 }, in test_bitmapbits() [all …]
|
H A D | graphics.c | 4118 status = GdipBitmapLockBits(u.bitmap, NULL, ImageLockModeRead, PixelFormat24bppRGB, &bd); in test_pen_thickness() 4194 status = GdipBitmapLockBits(u.bitmap, NULL, ImageLockModeRead, PixelFormat24bppRGB, &bd); in test_pen_thickness()
|
/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 | 40 ImageLockModeRead = 1, enumerator
|
/reactos/dll/win32/gdiplus/ |
H A D | image.c | 1079 bitmap->lockmode = flags | ImageLockModeRead; in GdipBitmapLockBits() 1086 if (flags & ImageLockModeRead) in GdipBitmapLockBits() 1130 if (flags & ImageLockModeRead) in GdipBitmapLockBits() 1155 bitmap->lockmode = flags | ImageLockModeRead; in GdipBitmapLockBits() 2014 stat = GdipBitmapLockBits(bitmap, NULL, ImageLockModeRead, in GdipCreateHICONFromBitmap() 4601 stat = GdipBitmapLockBits(bitmap, &rc, ImageLockModeRead, gdipformat, in encode_image_wic() 5468 stat = GdipBitmapLockBits(bitmap, NULL, ImageLockModeRead, bitmap->format, &src_lock); in GdipImageRotateFlip() 5705 status = GdipBitmapLockBits(bitmap, NULL, ImageLockModeRead, PixelFormat24bppRGB, &data); in create_optimal_palette()
|
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()
|