Home
last modified time | relevance | path

Searched refs:GdipDrawEllipse_delegate (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.cs186 …GdipDrawEllipse_ptr = FunctionWrapper.Load<GdipDrawEllipse_delegate>(s_gdipModule, "GdipDrawEllips… in LoadFunctionPointers()
888 …private delegate int GdipDrawEllipse_delegate(HandleRef graphics, HandleRef pen, float x, float y,… in GdipDrawEllipse_delegate() method in System.Drawing.SafeNativeMethods.Gdip
889 private static FunctionWrapper<GdipDrawEllipse_delegate> GdipDrawEllipse_ptr;
H A DGdiplusNative.Unix.cs99 …GdipDrawEllipse_ptr = FunctionWrapper.Load<GdipDrawEllipse_delegate>(s_gdipModule, "GdipDrawEllips… in LoadFunctionPointers()
386 …private delegate int GdipDrawEllipse_delegate(IntPtr graphics, IntPtr pen, float x, float y, float… in GdipDrawEllipse_delegate() method in System.Drawing.SafeNativeMethods.Gdip
387 private static FunctionWrapper<GdipDrawEllipse_delegate> GdipDrawEllipse_ptr;