/reactos/modules/rostests/winetests/gdiplus/ |
H A D | metafile.c | 643 stat = GdipBitmapGetPixel(bitmap, 15, 15, &color); in test_getdc() 647 stat = GdipBitmapGetPixel(bitmap, 50, 50, &color); in test_getdc() 656 stat = GdipBitmapGetPixel(bitmap, 15, 15, &color); in test_getdc() 660 stat = GdipBitmapGetPixel(bitmap, 50, 50, &color); in test_getdc() 671 stat = GdipBitmapGetPixel(bitmap, 15, 15, &color); in test_getdc() 675 stat = GdipBitmapGetPixel(bitmap, 50, 50, &color); in test_getdc() 852 stat = GdipBitmapGetPixel(bitmap, 15, 15, &color); in test_emfonly() 856 stat = GdipBitmapGetPixel(bitmap, 50, 50, &color); in test_emfonly() 867 stat = GdipBitmapGetPixel(bitmap, 15, 15, &color); in test_emfonly() 1190 stat = GdipBitmapGetPixel(bitmap, 5, 5, &color); in test_clear() [all …]
|
H A D | image.c | 389 stat = GdipBitmapGetPixel(bm, 0, 0, &color); in test_GdipImageGetFrameDimensionsCount() 600 stat = GdipBitmapGetPixel(bm, 2, 3, &color); in test_LockBits() 620 stat = GdipBitmapGetPixel(bm, 2, 3, &color); in test_LockBits() 688 stat = GdipBitmapGetPixel(bm, 2, 3, &color); in test_LockBits() 707 stat = GdipBitmapGetPixel(bm, 2, 3, &color); in test_LockBits() 735 stat = GdipBitmapGetPixel(bm, 2, 3, &color); in test_LockBits() 739 stat = GdipBitmapGetPixel(bm, 2, 8, &color); in test_LockBits() 783 stat = GdipBitmapGetPixel(bm, 2, 3, &color); in test_LockBits() 841 stat = GdipBitmapGetPixel(bm, 2, 3, &color); in test_LockBits_UserBuf() 857 stat = GdipBitmapGetPixel(bm, 2, 3, &color); in test_LockBits_UserBuf() [all …]
|
H A D | graphics.c | 3711 status = GdipBitmapGetPixel(bitmap, 3, 3, &color); in test_getdc_scaled() 3715 status = GdipBitmapGetPixel(bitmap, 8, 8, &color); in test_getdc_scaled() 6581 status = GdipBitmapGetPixel(dst_img.bitmap, 0, 0, &color[0]); in test_GdipFillRectanglesOnBitmapTextureBrush() 6583 status = GdipBitmapGetPixel(dst_img.bitmap, 0, 1, &color[1]); in test_GdipFillRectanglesOnBitmapTextureBrush() 6585 status = GdipBitmapGetPixel(dst_img.bitmap, 1, 0, &color[2]); in test_GdipFillRectanglesOnBitmapTextureBrush() 6587 status = GdipBitmapGetPixel(dst_img.bitmap, width/2, 0, &color[3]); in test_GdipFillRectanglesOnBitmapTextureBrush() 6589 status = GdipBitmapGetPixel(dst_img.bitmap, width/2, height/2, &color[4]); in test_GdipFillRectanglesOnBitmapTextureBrush() 6591 status = GdipBitmapGetPixel(dst_img.bitmap, 0, height/2, &color[5]); in test_GdipFillRectanglesOnBitmapTextureBrush()
|
/reactos/dll/win32/gdiplus/ |
H A D | gdiplus.spec | 38 38 stdcall GdipBitmapGetPixel(ptr long long ptr)
|
H A D | image.c | 288 GpStatus WINGDIPAPI GdipBitmapGetPixel(GpBitmap* bitmap, INT x, INT y, in GdipBitmapGetPixel() function 5672 GdipBitmapGetPixel(bitmap, x, y, &color); in GdipBitmapGetHistogram()
|
H A D | graphics.c | 408 GdipBitmapGetPixel(dst_bitmap, x+dst_x, y+dst_y, &dst_color); in alpha_blend_bmp_pixels()
|
/reactos/sdk/include/psdk/ |
H A D | gdiplusheaders.h | 565 Status s = SetStatus(DllExports::GdipBitmapGetPixel(GetNativeBitmap(), x, y, &argb)); in GetPixel()
|
H A D | gdiplusflat.h | 61 GdipBitmapGetPixel(GpBitmap *, INT, INT, ARGB *);
|