Home
last modified time | relevance | path

Searched refs:GdipGetInterpolationMode_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.cs162 …GdipGetInterpolationMode_ptr = FunctionWrapper.Load<GdipGetInterpolationMode_delegate>(s_gdipModul… in LoadFunctionPointers()
792 … private delegate int GdipGetInterpolationMode_delegate(HandleRef graphics, out int mode); in GdipGetInterpolationMode_delegate() method in System.Drawing.SafeNativeMethods.Gdip
793 … private static FunctionWrapper<GdipGetInterpolationMode_delegate> GdipGetInterpolationMode_ptr;
H A DGdiplusNative.Unix.cs155 …GdipGetInterpolationMode_ptr = FunctionWrapper.Load<GdipGetInterpolationMode_delegate>(s_gdipModul… in LoadFunctionPointers()
611 …private delegate int GdipGetInterpolationMode_delegate(IntPtr graphics, out InterpolationMode inte… in GdipGetInterpolationMode_delegate() method in System.Drawing.SafeNativeMethods.Gdip
612 … private static FunctionWrapper<GdipGetInterpolationMode_delegate> GdipGetInterpolationMode_ptr;