Home
last modified time | relevance | path

Searched refs:GdipBitmapGetPixel (Results 1 – 8 of 8) sorted by relevance

/reactos/modules/rostests/winetests/gdiplus/
H A Dmetafile.c643 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 Dimage.c389 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 Dgraphics.c3711 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 Dgdiplus.spec38 38 stdcall GdipBitmapGetPixel(ptr long long ptr)
H A Dimage.c288 GpStatus WINGDIPAPI GdipBitmapGetPixel(GpBitmap* bitmap, INT x, INT y, in GdipBitmapGetPixel() function
5672 GdipBitmapGetPixel(bitmap, x, y, &color); in GdipBitmapGetHistogram()
H A Dgraphics.c408 GdipBitmapGetPixel(dst_bitmap, x+dst_x, y+dst_y, &dst_color); in alpha_blend_bmp_pixels()
/reactos/sdk/include/psdk/
H A Dgdiplusheaders.h565 Status s = SetStatus(DllExports::GdipBitmapGetPixel(GetNativeBitmap(), x, y, &argb)); in GetPixel()
H A Dgdiplusflat.h61 GdipBitmapGetPixel(GpBitmap *, INT, INT, ARGB *);