Home
last modified time | relevance | path

Searched refs:GdipFillRectangles_ptr (Results 1 – 2 of 2) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Drawing.Common/src/System/Drawing/
H A DGdiplusNative.Windows.cs206GdipFillRectangles_ptr = FunctionWrapper.Load<GdipFillRectangles_delegate>(s_gdipModule, "GdipFill… in LoadFunctionPointers()
969 private static FunctionWrapper<GdipFillRectangles_delegate> GdipFillRectangles_ptr; field in System.Drawing.SafeNativeMethods.Gdip
970 …dleRef graphics, HandleRef brush, HandleRef rects, int count) => GdipFillRectangles_ptr.Delegate(g… in GdipFillRectangles()
H A DGdiplusNative.Unix.cs121GdipFillRectangles_ptr = FunctionWrapper.Load<GdipFillRectangles_delegate>(s_gdipModule, "GdipFill… in LoadFunctionPointers()
475 private static FunctionWrapper<GdipFillRectangles_delegate> GdipFillRectangles_ptr; field in System.Drawing.SafeNativeMethods.Gdip
476 …IntPtr graphics, IntPtr brush, RectangleF[] rects, int count) => GdipFillRectangles_ptr.Delegate(g… in GdipFillRectangles()