Home
last modified time | relevance | path

Searched refs:GdipFillRectangle (Results 1 – 22 of 22) sorted by relevance

/dports/x11-toolkits/libgdiplus/libgdiplus-6.0.4/tests/
H A Dtestsolidbrush.c167 status = GdipFillRectangle (graphics, brush, 0, 0, 1, 1); in test_fill()
182 status = GdipFillRectangle (graphics, brush, 0, 0, 1, 1); in test_fill()
200 status = GdipFillRectangle (graphics, brush, 0, 0, 1, 1); in test_fill()
214 status = GdipFillRectangle (graphics, brush, 0, 0, 1, 1); in test_fill()
231 status = GdipFillRectangle (graphics, brush, 0, 0, 1, 1); in test_fill()
246 status = GdipFillRectangle (graphics, brush, 0, 0, 1, 1); in test_fill()
264 status = GdipFillRectangle (graphics, brush, 0, 0, 1, 1); in test_fill()
278 status = GdipFillRectangle (graphics, brush, 0, 0, 1, 1); in test_fill()
305 status = GdipFillRectangle (graphics, brush, 0, 0, 1, 1); in test_fill()
320 status = GdipFillRectangle (graphics, brush, 0, 0, 1, 1); in test_fill()
[all …]
H A Dtestgraphicsfill.c3290 status = GdipFillRectangle (graphics, brush, 0, 0, 0, 0); in test_fillRectangle()
3302 status = GdipFillRectangle (NULL, brush, 0, 0, 1, 1); in test_fillRectangle()
3305 status = GdipFillRectangle (graphics, NULL, 0, 0, 1, 1); in test_fillRectangle()
3308 status = GdipFillRectangle (graphics, NULL, 0, 0, 0, 1); in test_fillRectangle()
3311 status = GdipFillRectangle (graphics, NULL, 0, 0, -1, 1); in test_fillRectangle()
3314 status = GdipFillRectangle (graphics, NULL, 0, 0, 1, 0); in test_fillRectangle()
3317 status = GdipFillRectangle (graphics, NULL, 0, 0, 1, -1); in test_fillRectangle()
3335 status = GdipFillRectangle (graphics, NULL, 0, 0, 1, 1); in test_fillRectangle()
3338 status = GdipFillRectangle (graphics, NULL, 0, 0, 0, 1); in test_fillRectangle()
3344 status = GdipFillRectangle (graphics, NULL, 0, 0, 1, 0); in test_fillRectangle()
[all …]
/dports/x11-toolkits/libgdiplus/libgdiplus-6.0.4/src/
H A Demfplus.c116 status = GdipFillRectangle (context->graphics, brush, x, y, w, h); in EmfPlusFillRects()
H A Dgraphics.h104 GpStatus WINGDIPAPI GdipFillRectangle (GpGraphics *graphics, GpBrush *brush, REAL x, REAL y, REAL w…
H A Dgraphics.c1350 GdipFillRectangle (GpGraphics *graphics, GpBrush *brush, REAL x, REAL y, REAL width, REAL height) in GdipFillRectangle() function
1359 return GdipFillRectangle (graphics, brush, x, y, width, height); in GdipFillRectangleI()
H A Dmetafile.c617 status = GdipFillRectangle (context->graphics, fill, x, y, 1, 1); in gdip_metafile_SetPixel()
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/gdiplus/
H A Dgdiplusgraphics.h973 return updateStatus(DllExports::GdipFillRectangle( in FillRectangle()
988 return updateStatus(DllExports::GdipFillRectangle( in FillRectangle()
H A Dgdiplusflat.h221 GpStatus WINGDIPAPI GdipFillRectangle(GpGraphics*,GpBrush*,REAL,REAL,REAL,REAL);
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/include/gdiplus/
H A Dgdiplusgraphics.h978 return updateStatus(DllExports::GdipFillRectangle( in FillRectangle()
993 return updateStatus(DllExports::GdipFillRectangle( in FillRectangle()
H A Dgdiplusflat.h226 GpStatus WINGDIPAPI GdipFillRectangle(GpGraphics*,GpBrush*,REAL,REAL,REAL,REAL);
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/mingw32/include/gdiplus/
H A Dgdiplusgraphics.h978 return updateStatus(DllExports::GdipFillRectangle( in FillRectangle()
993 return updateStatus(DllExports::GdipFillRectangle( in FillRectangle()
H A Dgdiplusflat.h226 GpStatus WINGDIPAPI GdipFillRectangle(GpGraphics*,GpBrush*,REAL,REAL,REAL,REAL);
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/gdiplus/
H A Dgdiplusgraphics.h973 return updateStatus(DllExports::GdipFillRectangle( in FillRectangle()
988 return updateStatus(DllExports::GdipFillRectangle( in FillRectangle()
H A Dgdiplusflat.h221 GpStatus WINGDIPAPI GdipFillRectangle(GpGraphics*,GpBrush*,REAL,REAL,REAL,REAL);
/dports/lang/spidermonkey60/firefox-60.9.0/modules/pdfium/pdfium/core/fxge/win32/
H A Dfx_win32_gdipext.cpp549 CallFunc(GdipFillRectangle)(pGraphics, solidBrush, (float)dest_left, in OutputImageMask()
/dports/editors/texmaker/texmaker-5.0.3/pdfium/core/fxge/win32/
H A Dfx_win32_gdipext.cpp546 CallFunc(GdipFillRectangle)(pGraphics, solidBrush, (float)dest_left, in OutputImageMask()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Drawing.Common/src/System/Drawing/
H A DGraphics.Unix.cs1606 …int status = SafeNativeMethods.Gdip.GdipFillRectangle(nativeObject, brush.NativeBrush, x, y, width… in FillRectangle()
H A DGraphics.Windows.cs1498 …int status = SafeNativeMethods.Gdip.GdipFillRectangle(new HandleRef(this, NativeGraphics), new Han… in FillRectangle()
H A DGdiplusNative.Windows.cs962 …internal static int GdipFillRectangle(HandleRef graphics, HandleRef brush, float x, float y, float… in GdipFillRectangle() method in System.Drawing.SafeNativeMethods.Gdip
H A DGdiplusNative.Unix.cs468 …internal static int GdipFillRectangle(IntPtr graphics, IntPtr brush, float x1, float y1, float x2,… in GdipFillRectangle() method in System.Drawing.SafeNativeMethods.Gdip
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Drawing/System.Drawing/
H A DGraphics.cs1626 Status status = GDIPlus.GdipFillRectangle (nativeObject, brush.NativeBrush, x, y, width, height); in FillRectangle()
H A DgdipFunctions.cs632 …static internal extern Status GdipFillRectangle (IntPtr graphics, IntPtr brush, float x1, float y1… in GdipFillRectangle() method in System.Drawing.GDIPlus