Home
last modified time | relevance | path

Searched defs:CGDisplayBounds (Results 1 – 21 of 21) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/library/
H A Dos_custom.c63 JNIEXPORT void JNICALL OS_NATIVE(CGDisplayBounds) in OS_NATIVE() argument
/dports/lang/fpc-source/fpc-3.2.2/packages/univint/src/
H A DCGDirectDisplay.pas309 function CGDisplayBounds( display: CGDirectDisplayID ): CGRect; external name '_CGDisplayBounds'; in CGDisplayBounds() function
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Drawing/System.Drawing/
H A DmacFunctions.cs208 internal static extern Rect CGDisplayBounds (IntPtr display); in CGDisplayBounds() 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.cs230 internal static extern Rect CGDisplayBounds(IntPtr display); in CGDisplayBounds() method in System.Drawing.MacSupport
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/rust/core-graphics/src/
H A Ddisplay.rs435 pub fn CGDisplayBounds(display: CGDirectDisplayID) -> CGRect; in CGDisplayBounds() function
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/core-graphics-0.17.1/src/
H A Ddisplay.rs618 pub fn CGDisplayBounds(display: CGDirectDisplayID) -> CGRect; in CGDisplayBounds() function
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/core-graphics-0.17.3/src/
H A Ddisplay.rs618 pub fn CGDisplayBounds(display: CGDirectDisplayID) -> CGRect; in CGDisplayBounds() function
/dports/games/dose-response/dose-response-179c326/cargo-crates/core-graphics-0.17.3/src/
H A Ddisplay.rs618 pub fn CGDisplayBounds(display: CGDirectDisplayID) -> CGRect; in CGDisplayBounds() function
/dports/textproc/cast2gif/cast2gif-0.1.0/cargo-crates/core-graphics-0.17.3/src/
H A Ddisplay.rs618 pub fn CGDisplayBounds(display: CGDirectDisplayID) -> CGRect; in CGDisplayBounds() function
/dports/graphics/rx/rx-0.4.0/cargo-crates/core-graphics-0.17.3/src/
H A Ddisplay.rs618 pub fn CGDisplayBounds(display: CGDirectDisplayID) -> CGRect; in CGDisplayBounds() function
/dports/www/firefox/firefox-99.0/third_party/rust/core-graphics/src/
H A Ddisplay.rs658 pub fn CGDisplayBounds(display: CGDirectDisplayID) -> CGRect; in CGDisplayBounds() function
/dports/x11/wmfocus/wmfocus-1.2.0/cargo-crates/core-graphics-0.22.2/src/
H A Ddisplay.rs654 pub fn CGDisplayBounds(display: CGDirectDisplayID) -> CGRect; in CGDisplayBounds() function
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/core-graphics/src/
H A Ddisplay.rs654 pub fn CGDisplayBounds(display: CGDirectDisplayID) -> CGRect; in CGDisplayBounds() function
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/core-graphics-0.19.0/src/
H A Ddisplay.rs654 pub fn CGDisplayBounds(display: CGDirectDisplayID) -> CGRect; in CGDisplayBounds() function
/dports/x11/alacritty/alacritty-0.9.0/cargo-crates/core-graphics-0.22.2/src/
H A Ddisplay.rs654 pub fn CGDisplayBounds(display: CGDirectDisplayID) -> CGRect; in CGDisplayBounds() function
/dports/x11/alacritty/alacritty-0.9.0/cargo-crates/core-graphics-0.19.2/src/
H A Ddisplay.rs654 pub fn CGDisplayBounds(display: CGDirectDisplayID) -> CGRect; in CGDisplayBounds() function
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/core-graphics/src/
H A Ddisplay.rs654 pub fn CGDisplayBounds(display: CGDirectDisplayID) -> CGRect; in CGDisplayBounds() function
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/core-graphics/src/
H A Ddisplay.rs654 pub fn CGDisplayBounds(display: CGDirectDisplayID) -> CGRect; in CGDisplayBounds() function
/dports/textproc/cast2gif/cast2gif-0.1.0/cargo-crates/core-graphics-0.19.0/src/
H A Ddisplay.rs654 pub fn CGDisplayBounds(display: CGDirectDisplayID) -> CGRect; in CGDisplayBounds() function
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms/System.Windows.Forms/
H A DXplatUICarbon.cs2396 extern static Carbon.HIRect CGDisplayBounds (IntPtr displayID); in CGDisplayBounds() method in System.Windows.Forms.XplatUICarbon
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/
H A DOS.java424 public static final native void CGDisplayBounds(int display, CGRect rect); in CGDisplayBounds() method in OS