Home
last modified time | relevance | path

Searched defs:VideoMode (Results 1 – 25 of 101) sorted by relevance

12345

/dports/games/quakeforge/quakeforge-0.7.2/include/
H A Dfbset.h43 __u32 xres;
44 __u32 yres;
45 __u32 vxres;
46 __u32 vyres;
47 __u32 depth;
53 __u32 left;
54 __u32 right;
55 __u32 upper;
56 __u32 lower;
57 __u32 hslen;
[all …]
/dports/net-im/qTox/qTox-1.17.4/src/video/
H A Dvideomode.h26 struct VideoMode struct
33 VideoMode(int width = 0, int height = 0, int x = 0, int y = 0, float FPS = -1.0f); argument
H A Dvideomode.cpp38 VideoMode::VideoMode(int width, int height, int x, int y, float FPS) in VideoMode() function in VideoMode
47 VideoMode::VideoMode(QRect rect) in VideoMode() function in VideoMode
/dports/audio/praat/praat-6.2.03/fon/
H A DFormantTier.cpp98 pointLeft = my points.at [ileft];
99 pointRight = my points.at [iright];
102 const double tright = pointRight -> number;
105 : isundef (fright) ? fleft
113 if (n == 0 || iformant < 1)
115 FormantPoint pointRight = my points.at [1];
116 if (t <= pointRight -> number) {
118 return undefined;
121 FormantPoint pointLeft = my points.at [n];
122 if (t >= pointLeft -> number) {
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/backends/graphics/openglsdl/
H A Dopenglsdl-graphics.h88 struct VideoMode { struct
89 VideoMode() : width(0), height(0) {} in VideoMode() argument
90 VideoMode(uint w, uint h) : width(w), height(h) {} in VideoMode() argument
112 typedef Common::Array<VideoMode> VideoModeArray; argument
/dports/games/scummvm/scummvm-2.5.1/backends/graphics/openglsdl/
H A Dopenglsdl-graphics.h98 struct VideoMode { struct
99 VideoMode() : width(0), height(0) {} in VideoMode() function
100 VideoMode(uint w, uint h) : width(w), height(h) {} in VideoMode() function
122 typedef Common::Array<VideoMode> VideoModeArray; argument
/dports/games/abstreet/winit-a87ae2661263ff241e8868cbf3ce65aab205863a/src/platform_impl/windows/
H A Dmonitor.rs25 pub struct VideoMode { struct
33 impl PartialEq for VideoMode { argument
42 impl Eq for VideoMode {} implementation
44 impl std::hash::Hash for VideoMode { implementation
53 impl std::fmt::Debug for VideoMode { implementation
64 impl VideoMode { implementation
/dports/x11/alacritty/alacritty-0.9.0/cargo-crates/winit-0.24.0/src/platform_impl/windows/
H A Dmonitor.rs25 pub struct VideoMode { struct
33 impl PartialEq for VideoMode { argument
42 impl Eq for VideoMode {} implementation
44 impl std::hash::Hash for VideoMode { implementation
53 impl std::fmt::Debug for VideoMode { implementation
64 impl VideoMode { implementation
/dports/games/abstreet/winit-a87ae2661263ff241e8868cbf3ce65aab205863a/src/
H A Dmonitor.rs24 pub struct VideoMode { struct
25 pub(crate) video_mode: platform_impl::VideoMode, argument
28 impl std::fmt::Debug for VideoMode { implementation
34 impl PartialOrd for VideoMode { implementation
40 impl Ord for VideoMode { implementation
58 impl VideoMode { impl
94 impl std::fmt::Display for VideoMode { implementation
/dports/x11/alacritty/alacritty-0.9.0/cargo-crates/winit-0.24.0/src/
H A Dmonitor.rs24 pub struct VideoMode { struct
25 pub(crate) video_mode: platform_impl::VideoMode, argument
28 impl std::fmt::Debug for VideoMode { implementation
34 impl PartialOrd for VideoMode { implementation
40 impl Ord for VideoMode { implementation
58 impl VideoMode { impl
94 impl std::fmt::Display for VideoMode { implementation
/dports/games/violetland/violetland-0.5/src/system/
H A DConfiguration.h11 struct VideoMode { struct
27 VideoMode Screen; argument
/dports/games/abstreet/winit-a87ae2661263ff241e8868cbf3ce65aab205863a/src/platform_impl/macos/
H A Dmonitor.rs25 pub struct VideoMode { struct
33 impl PartialEq for VideoMode { argument
42 impl Eq for VideoMode {} implementation
44 impl std::hash::Hash for VideoMode { implementation
53 impl std::fmt::Debug for VideoMode { implementation
85 impl VideoMode { impl
/dports/x11/alacritty/alacritty-0.9.0/cargo-crates/winit-0.24.0/src/platform_impl/macos/
H A Dmonitor.rs25 pub struct VideoMode { struct
33 impl PartialEq for VideoMode { argument
42 impl Eq for VideoMode {} implementation
44 impl std::hash::Hash for VideoMode { implementation
53 impl std::fmt::Debug for VideoMode { implementation
85 impl VideoMode { implementation
/dports/games/abstreet/winit-a87ae2661263ff241e8868cbf3ce65aab205863a/src/platform_impl/ios/
H A Dmonitor.rs17 pub struct VideoMode { struct
18 pub(crate) size: (u32, u32),
19 pub(crate) bit_depth: u16,
20 pub(crate) refresh_rate: u16,
21 pub(crate) screen_mode: NativeDisplayMode,
22 pub(crate) monitor: MonitorHandle,
47 impl Clone for VideoMode { implementation
48 fn clone(&self) -> VideoMode { in clone()
59 impl VideoMode { implementation
60 unsafe fn retained_new(uiscreen: id, screen_mode: id) -> VideoMode { in retained_new()
/dports/x11/alacritty/alacritty-0.9.0/cargo-crates/winit-0.24.0/src/platform_impl/ios/
H A Dmonitor.rs17 pub struct VideoMode { struct
18 pub(crate) size: (u32, u32),
19 pub(crate) bit_depth: u16,
20 pub(crate) refresh_rate: u16,
21 pub(crate) screen_mode: NativeDisplayMode,
22 pub(crate) monitor: MonitorHandle,
47 impl Clone for VideoMode { implementation
48 fn clone(&self) -> VideoMode { in clone()
59 impl VideoMode { implementation
60 unsafe fn retained_new(uiscreen: id, screen_mode: id) -> VideoMode { in retained_new()
/dports/graphics/ogre3d/ogre-1.11.6/RenderSystems/GLSupport/include/
H A DOgreGLRenderSystemCommon.h60 struct VideoMode { struct
68 typedef std::vector<VideoMode> VideoModes; argument
/dports/x11/alacritty/alacritty-0.9.0/cargo-crates/winit-0.24.0/src/platform_impl/linux/wayland/
H A Doutput.rs194 pub struct VideoMode { struct
201 impl VideoMode { impl
/dports/games/pioneer/pioneer-20210723/src/graphics/
H A DGraphics.h48 struct VideoMode { struct
49 VideoMode(int w, int h) : in VideoMode() argument
53 int width;
54 int height;
/dports/games/abstreet/winit-a87ae2661263ff241e8868cbf3ce65aab205863a/src/platform_impl/linux/x11/
H A Dmonitor.rs31 pub struct VideoMode { struct
39 impl VideoMode { implementation
/dports/x11/alacritty/alacritty-0.9.0/cargo-crates/winit-0.24.0/src/platform_impl/linux/x11/
H A Dmonitor.rs31 pub struct VideoMode { struct
39 impl VideoMode { implementation
/dports/devel/godot/godot-3.2.3-stable/core/os/
H A Dos.h97 struct VideoMode { struct
109VideoMode(int p_width = 1024, int p_height = 600, bool p_fullscreen = false, bool p_resizable = tr… argument
/dports/devel/godot-tools/godot-3.2.3-stable/core/os/
H A Dos.h97 struct VideoMode { struct
109VideoMode(int p_width = 1024, int p_height = 600, bool p_fullscreen = false, bool p_resizable = tr… argument
/dports/devel/godot2/godot-2.1.6-stable/core/os/
H A Dos.h75 struct VideoMode { struct
83VideoMode(int p_width = 1024, int p_height = 600, bool p_fullscreen = false, bool p_resizable = tr… argument
/dports/devel/godot2-tools/godot-2.1.6-stable/core/os/
H A Dos.h75 struct VideoMode { struct
83VideoMode(int p_width = 1024, int p_height = 600, bool p_fullscreen = false, bool p_resizable = tr… argument
/dports/devel/sfml/SFML-2.5.1/src/SFML/Window/OSX/
H A DSFWindowController.mm134 {
168 {
237 {

12345