Searched refs:GdipIsVisibleRectI (Results 1 – 5 of 5) sorted by relevance
/reactos/sdk/include/psdk/ |
H A D | gdiplusgraphics.h | 1184 …SetStatus(DllExports::GdipIsVisibleRectI(nativeGraphics, rect.X, rect.Y, rect.Width, rect.Height, … in IsVisible() 1208 SetStatus(DllExports::GdipIsVisibleRectI(nativeGraphics, x, y, width, height, &result)); in IsVisible()
|
H A D | gdiplusflat.h | 547 GdipIsVisibleRectI(GpGraphics *, INT, INT, INT, INT, BOOL *);
|
/reactos/dll/win32/gdiplus/ |
H A D | gdiplus.spec | 414 414 stdcall GdipIsVisibleRectI(ptr long long long long ptr)
|
H A D | graphics.c | 5200 GpStatus WINGDIPAPI GdipIsVisibleRectI(GpGraphics *graphics, INT x, INT y, INT width, INT height, B… in GdipIsVisibleRectI() function
|
/reactos/modules/rostests/winetests/gdiplus/ |
H A D | graphics.c | 2882 status = GdipIsVisibleRectI(NULL, 0, 0, 0, 0, &val); in test_GdipIsVisibleRect() 2885 status = GdipIsVisibleRectI(graphics, 0, 0, 0, 0, NULL); in test_GdipIsVisibleRect() 3010 status = GdipIsVisibleRectI(graphics, (INT)x, (INT)y, (INT)width, (INT)height, &val); in test_GdipIsVisibleRect() 3016 status = GdipIsVisibleRectI(graphics, (INT)x, (INT)y, (INT)width, (INT)height, &val); in test_GdipIsVisibleRect()
|