Home
last modified time | relevance | path

Searched defs:GdipCreateSolidFill (Results 1 – 3 of 3) sorted by relevance

/dports/x11-toolkits/libgdiplus/libgdiplus-6.0.4/src/
H A Dsolidbrush.c128 GdipCreateSolidFill (ARGB color, GpSolidFill **brush) in GdipCreateSolidFill() function
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Drawing/System.Drawing/
H A DgdipFunctions.cs395 static internal extern int GdipCreateSolidFill (int color, out IntPtr brush); in GdipCreateSolidFill() method in System.Drawing.GDIPlus
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Drawing.Common/src/System/Drawing/
H A DGdiplusNative.cs832 …internal static int GdipCreateSolidFill(int color, out IntPtr brush) => GdipCreateSolidFill_ptr.De… in GdipCreateSolidFill() method in System.Drawing.SafeNativeMethods.Gdip