Home
last modified time | relevance | path

Searched refs:GdipFillRectangleI (Results 1 – 6 of 6) sorted by relevance

/reactos/modules/rostests/winetests/gdiplus/
H A Dmetafile.c1063 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 Dgraphics.c1785 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 Dgdiplusgraphics.h896 return SetStatus(DllExports::GdipFillRectangleI( in FillRectangle()
918 …DllExports::GdipFillRectangleI(nativeGraphics, brush ? getNat(brush) : NULL, x, y, width, height)); in FillRectangle()
H A Dgdiplusflat.h475 GdipFillRectangleI(GpGraphics *, GpBrush *, INT, INT, INT, INT);
/reactos/dll/win32/gdiplus/
H A Dgdiplus.spec219 219 stdcall GdipFillRectangleI(ptr ptr long long long long)
H A Dgraphics.c4556 GpStatus WINGDIPAPI GdipFillRectangleI(GpGraphics *graphics, GpBrush *brush, in GdipFillRectangleI() function