Home
last modified time | relevance | path

Searched refs:GdipFillEllipse_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.cs210GdipFillEllipse_ptr = FunctionWrapper.Load<GdipFillEllipse_delegate>(s_gdipModule, "GdipFillEllips… in LoadFunctionPointers()
985 private static FunctionWrapper<GdipFillEllipse_delegate> GdipFillEllipse_ptr; field in System.Drawing.SafeNativeMethods.Gdip
986 …, HandleRef brush, float x, float y, float width, float height) => GdipFillEllipse_ptr.Delegate(gr… in GdipFillEllipse()
H A DGdiplusNative.Unix.cs114GdipFillEllipse_ptr = FunctionWrapper.Load<GdipFillEllipse_delegate>(s_gdipModule, "GdipFillEllips… in LoadFunctionPointers()
447 private static FunctionWrapper<GdipFillEllipse_delegate> GdipFillEllipse_ptr; field in System.Drawing.SafeNativeMethods.Gdip
448 …phics, IntPtr pen, float x, float y, float width, float height) => GdipFillEllipse_ptr.Delegate(gr… in GdipFillEllipse()