Home
last modified time | relevance | path

Searched defs:GetWindowPort (Results 1 – 4 of 4) sorted by relevance

/dports/x11/eaglemode/eaglemode-0.95.0/include/emCore/
H A DemWindow.h306 inline emWindowPort & emWindow::GetWindowPort() const in GetWindowPort() function
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Drawing/System.Drawing/
H A DmacFunctions.cs221 internal static extern IntPtr GetWindowPort (IntPtr hWnd); in GetWindowPort() method in System.Drawing.MacSupport
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Drawing.Common/src/System/Drawing/
H A DmacFunctions.cs243 internal static extern IntPtr GetWindowPort(IntPtr hWnd); in GetWindowPort() method in System.Drawing.MacSupport
/dports/lang/fpc-source/fpc-3.2.2/packages/univint/src/
H A DMacWindows.pas10230 function GetWindowPort( window: WindowRef ): CGrafPtr; external name '_GetWindowPort'; in GetWindowPort() function