Searched refs:GdipFillRectangleI (Results 1 – 6 of 6) sorted by relevance
/reactos/modules/rostests/winetests/gdiplus/ |
H A D | metafile.c | 1063 stat = GdipFillRectangleI(graphics, brush, 25, 25, 75, 75); in test_fillrect() 1256 stat = GdipFillRectangleI(graphics, brush, 25, 25, 75, 75); in test_nullframerect() 1412 stat = GdipFillRectangleI(graphics, brush, 1, 2, 1, 1); in test_pagetransform() 1429 stat = GdipFillRectangleI(graphics, brush, 0, 1, 1, 1); in test_pagetransform() 1446 stat = GdipFillRectangleI(graphics, brush, 0, 1, 2, 2); in test_pagetransform() 1599 stat = GdipFillRectangleI(graphics, brush, 0, 0, 1, 1); in test_worldtransform()
|
H A D | graphics.c | 1785 status = GdipFillRectangleI(graphics, (GpBrush*)brush, 0, 0, 100, 100); in test_Get_Release_DC() 6405 status = GdipFillRectangleI(graphics, (GpBrush*)brush, 0, 0, rect.right, rect.bottom); in test_GdipFillRectanglesOnMemoryDCSolidBrush() 6489 status = GdipFillRectangleI(graphics, (GpBrush*)brush, 0, 0, rect.right, rect.bottom); in test_GdipFillRectanglesOnMemoryDCTextureBrush() 6575 status = GdipFillRectangleI(graphics, (GpBrush*)brush, 0, 0, width/2, height/2); in test_GdipFillRectanglesOnBitmapTextureBrush() 6765 status = GdipFillRectangleI(graphics, brush, 0, 0, 4, 4); in test_hdc_caching() 6778 status = GdipFillRectangleI(graphics, brush, 0, 0, 4, 4); in test_hdc_caching()
|
/reactos/sdk/include/psdk/ |
H A D | gdiplusgraphics.h | 896 return SetStatus(DllExports::GdipFillRectangleI( in FillRectangle() 918 …DllExports::GdipFillRectangleI(nativeGraphics, brush ? getNat(brush) : NULL, x, y, width, height)); in FillRectangle()
|
H A D | gdiplusflat.h | 475 GdipFillRectangleI(GpGraphics *, GpBrush *, INT, INT, INT, INT);
|
/reactos/dll/win32/gdiplus/ |
H A D | gdiplus.spec | 219 219 stdcall GdipFillRectangleI(ptr ptr long long long long)
|
H A D | graphics.c | 4556 GpStatus WINGDIPAPI GdipFillRectangleI(GpGraphics *graphics, GpBrush *brush, in GdipFillRectangleI() function
|