Home
last modified time | relevance | path

Searched refs:Windowed (Results 1 – 25 of 2138) sorted by relevance

12345678910>>...86

/dports/www/carbonapi/carbonapi-0.14.1/vendor/github.com/dgryski/go-onlinestats/
H A Dwindow.go7 type Windowed struct { struct
15 func NewWindowed(capacity int) *Windowed {
16 return &Windowed{
21 func (w *Windowed) Push(n float64) float64 { argument
38 func (w *Windowed) Len() int { argument
46 func (w *Windowed) Mean() float64 { argument
50 func (w *Windowed) Var() float64 { argument
67 func (w *Windowed) Stddev() float64 { argument
72 func (w *Windowed) Set(data []float64) { argument
/dports/www/carbonapi/carbonapi-0.14.1/expr/types/
H A Dwindowed.go15 type Windowed struct { struct
25 func (w *Windowed) Push(n float64) { argument
56 func (w *Windowed) Len() int { argument
65 func (w *Windowed) Stdev() float64 { argument
77 func (w *Windowed) SumSQ() float64 { argument
82 func (w *Windowed) Sum() float64 { argument
87 func (w *Windowed) Mean() float64 { return w.sum / float64(w.Len()) } argument
90 func (w *Windowed) Max() float64 { argument
101 func (w *Windowed) Min() float64 { argument
/dports/games/ags/ags_linux_v.3.4.4.1/Engine/main/
H A Dgraphics_mode.cpp81 , Windowed(false) in DisplayModeSetup()
246 Size device_size = get_max_display_size(dm_setup.Windowed); in precalc_screen_size()
286 const Size device_size = get_max_display_size(dm.Windowed); in try_init_compatible_mode()
287 if (dm.Windowed) in try_init_compatible_mode()
294 if (dm.Windowed) in try_init_compatible_mode()
319 dm_compat.Windowed = false; in try_init_compatible_mode()
323 if (!result && dm.Windowed) in try_init_compatible_mode()
331 dm_compat.Windowed = true; in try_init_compatible_mode()
411 dm_setup_alt.Windowed = !dm_setup.Windowed; in create_gfx_driver_and_init_mode_any()
580 if (rdm.Windowed) in graphics_mode_set_dm()
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/ags/engine/main/
H A Dgraphics_mode.cpp75 , Windowed(false) { in DisplayModeSetup()
221 Size device_size = get_max_display_size(dm_setup.Windowed); in precalc_screen_size()
262 if (dm.Windowed) in try_init_compatible_mode()
269 if (dm.Windowed) { in try_init_compatible_mode()
288 dm_compat.Windowed = false; in try_init_compatible_mode()
292 if (!result && dm.Windowed) { in try_init_compatible_mode()
298 dm_compat.Windowed = true; in try_init_compatible_mode()
312 dm_setup.Windowed, dm_setup.RefreshRate, dm_setup.VSync); in try_init_mode_using_setup()
372 dm_setup_alt.Windowed = !dm_setup.Windowed; in create_gfx_driver_and_init_mode_any()
524 if (rdm.Windowed) in graphics_mode_set_dm()
[all …]
/dports/games/vavoom/vavoom-1.33/source/
H A Dgl_win32.cpp37 bool Windowed; member in VWin32OpenGLDrawer
76 Windowed = true; in Init()
119 Windowed = AWindowed; in SetResolution()
121 if (!Windowed) in SetResolution()
140 Windowed ? WS_OVERLAPPEDWINDOW | WS_CLIPCHILDREN | WS_CLIPSIBLINGS : WS_POPUP, in SetResolution()
171 if (Windowed) in SetResolution()
352 if (!Windowed) in Shutdown()
H A Dgl_sdl.cpp86 bool Windowed) in SetResolution() argument
113 if (!Windowed) in SetResolution()
/dports/games/vavoom/vavoom-1.33/progs/common/uibase/
H A DMenuScreenScreenResolution.vc41 MenuChoiceEnum Windowed;
89 Windowed = MenuChoiceEnum(NewChild(MenuChoice_OnOff));
90 Windowed.SetOrigin(ChoicesStartX, ChoicesStartY);
91 Windowed.Text = "Windowed";
92 Windowed.SetInitialValue(GetCvar('screen_windowed'));
93 ChoicesStartY += Windowed.Height;
171 SetCvar('screen_windowed', Windowed.Value);
/dports/games/sarien/sarien-0.7.0/doc/
H A DREADME.ports5 Graphics Sound Windowed Fullscreen
47 Graphics Sound Windowed Fullscreen
58 Graphics Sound Windowed Fullscreen
69 Graphics Sound Windowed Fullscreen
82 Graphics Sound Windowed Fullscreen
90 Graphics Sound Windowed Fullscreen
/dports/graphics/rx/rx-0.4.0/cargo-crates/glfw-0.34.0/examples/
H A Derror.rs33 let _ = glfw.create_window(300, 300, "Hey this won't work.", glfw::WindowMode::Windowed); in main()
34 let _ = glfw.create_window(300, 300, "Nope, not working.", glfw::WindowMode::Windowed); in main()
35 let _ = glfw.create_window(300, 300, "Stop it! :(", glfw::WindowMode::Windowed); in main()
/dports/games/ags/ags_linux_v.3.4.4.1/Engine/gfx/
H A Dgfxdefines.h62 bool Windowed; member
67 , Windowed(false) in DisplayMode()
74 , Windowed(windowed) in GraphicResolution()
/dports/games/scummvm/scummvm-2.5.1/engines/ags/engine/gfx/
H A Dgfx_defines.h66 bool Windowed; member
71 , Windowed(false) { in DisplayMode()
78 , Windowed(windowed) { in GraphicResolution()
/dports/emulators/nestopia/nestopia-1.51.1/source/win32/
H A DNstManagerVideo.hpp159 bool Windowed() const in Windowed() function in Nestopia::Managers::Video
161 return direct2d.Windowed(); in Windowed()
166 return !Windowed(); in Fullscreen()
178 if (direct2d.Windowed()) in GetScreenRect()
H A DNstWindowMain.cpp166 inline bool Main::Windowed() const in Windowed() function in Nestopia::Window::Main
168 return video.Windowed(); in Windowed()
177 show[ "window-menu" ].YesNo() = (Windowed() ? menu.Visible() : window.menu); in Save()
290 …&& (CanRunInBackground() || (window.Active() && !window.Minimized() && (Windowed() || !menu.Visibl… in OnStartEmulation()
407 if (Windowed()) in OnSysCommand()
506 if (Windowed()) in OnCmdViewSwitchScreen()
559 NST_ASSERT( Windowed() ); in OnCmdViewShowOnTop()
H A DNstManagerVideo.cpp295 if (Windowed() || !SwitchFullscreen( dialog->GetMode() )) in OnCmdOptionsVideo()
301 if (Windowed() && window.Restored()) in OnCmdOptionsVideo()
319 if (Windowed()) in OnCmdViewTvAspect()
329 NST_VERIFY( Windowed() ); in OnCmdViewStatusBar()
331 if (Windowed()) in OnCmdViewStatusBar()
636 sizingMoving = Windowed(); in OnEnterSizeMove()
787 if (Windowed()) in SwitchScreen()
864 if (Windowed()) in UpdateScreen()
918 if (Windowed()) in UpdateScreen()
946 else if (Windowed()) in UpdateScreen()
[all …]
/dports/graphics/qt5-wayland/kde-qtwayland-5.15.2p37/src/compositor/extensions/
H A Dqwaylandwlshellintegration_p.h107 Windowed, enumerator
112 State currentState = State::Windowed;
113 State nextState = State::Windowed;
/dports/games/zdoom/zdoom-2.8.1/src/win32/
H A Dfb_ddraw.cpp172 Windowed = !(static_cast<Win32Video *>(Video)->GoFullscreen (fullscreen)); in DDrawFB()
233 if (!Windowed) in CreateResources()
617 if (Windowed) in MaybeCreatePalette()
720 if (!Windowed) in PaletteChanged()
745 if (GDIPalette == NULL && Windowed) in QueryNewPalette()
792 if (Windowed) in Is8BitMode()
970 if (hr == DDERR_SURFACELOST && Windowed) in LockSurf()
1009 if (hr == DDERR_WRONGMODE && Windowed) in AttemptRestore()
1131 if ((Windowed || AppActive) && !SessionState && !PaintToWindow()) in Update()
1228 if (Windowed && LockCount == 0) in PaintToWindow()
[all …]
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/glutin-0.21.0/src/platform/linux/
H A Dwayland.rs27 Windowed(EglContext, EglSurface), enumerator
37 Context::Windowed(ctx, _) => ctx, in deref()
144 Context::Windowed(context, EglSurface(Arc::new(egl_surface))); in new_raw_context()
181 Context::Windowed(_, surface) => { in resize()
/dports/games/dose-response/dose-response-179c326/cargo-crates/glutin-0.21.0/src/platform/linux/
H A Dwayland.rs27 Windowed(EglContext, EglSurface), enumerator
37 Context::Windowed(ctx, _) => ctx, in deref()
144 Context::Windowed(context, EglSurface(Arc::new(egl_surface))); in new_raw_context()
181 Context::Windowed(_, surface) => { in resize()
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/glutin-0.24.1/src/platform_impl/unix/
H A Dwayland.rs32 Windowed(EglContext, EglSurface), enumerator
42 Context::Windowed(ctx, _) => ctx, in deref()
151 Context::Windowed(context, EglSurface(Arc::new(egl_surface))); in new_raw_context()
188 Context::Windowed(_, surface) => { in resize()
/dports/x11/alacritty/alacritty-0.9.0/cargo-crates/glutin-0.26.0/src/platform_impl/unix/
H A Dwayland.rs30 Windowed(EglContext, EglSurface),
40 Context::Windowed(ctx, _) => ctx,
129 let context = Context::Windowed(context, EglSurface(Arc::new(egl_surface)));
166 Context::Windowed(_, surface) => surface.0.resize(width as i32, height as i32, 0, 0),
/dports/math/scilab/scilab-6.1.1/scilab/modules/signal_processing/demos/
H A Dwinfilt.dem.sce22 xtitle([_("Windowed FIR Low pass Filter"); ..
36 xtitle([_("Windowed FIR Low pass Filter"); ..
50 xtitle([_("Windowed FIR Band pass Filter"); ..
/dports/astro/py-astropy/astropy-5.0/astropy/io/ascii/tests/data/
H A Dsextractor2.dat2 # 2 XWIN_IMAGE Windowed position estimate along x [pixel]
3 # 3 YWIN_IMAGE Windowed position estimate along y [pixel]
/dports/devel/tokamak/tokamak_release/d3dapp/dxut/
H A DDXUT.cpp1029 deviceSettings.pp.Windowed = TRUE; in DXUTCreateDevice()
1241 deviceSettings.pp.Windowed = !deviceSettings.pp.Windowed; in DXUTToggleFullScreen()
1286 deviceSettings.pp.Windowed = !deviceSettings.pp.Windowed; in DXUTToggleFullScreen()
1559 pOptimalDeviceSettings->pp.Windowed = pDeviceSettingsIn->pp.Windowed; in DXUTBuildOptimalDeviceSettings()
1729 (pDeviceSettingsCombo->Windowed != pDeviceSettingsIn->pp.Windowed) ) in DXUTDoesDeviceComboMatchPreserveOptions()
1945 if( pDeviceSettingsCombo->Windowed == pOptimalDeviceSettings->pp.Windowed ) in DXUTRankDeviceCombo()
1963 if( !pDeviceSettingsCombo->Windowed ) in DXUTRankDeviceCombo()
2528 pValidDeviceSettings->pp.Windowed = pBestDeviceSettingsCombo->Windowed; in DXUTBuildValidDeviceSettings()
2608 pDeviceSettingsCombo->Windowed == Windowed ) in DXUTFindAdapterFormat()
2697 if( pNewDeviceSettings->pp.Windowed ) in DXUTChangeDevice()
[all …]
H A DDXUTenum.h54 …iceSettings->AdapterFormat, pDeviceSettings->pp.BackBufferFormat, pDeviceSettings->pp.Windowed ); } in GetDeviceSettingsCombo()
55 …nal, D3DDEVTYPE DeviceType, D3DFORMAT AdapterFormat, D3DFORMAT BackBufferFormat, BOOL Windowed );
149 BOOL Windowed; member
H A DDXUTSettingsDlg.cpp184 SetWindowed( FALSE != g_DeviceSettings.pp.Windowed ); in Refresh()
338 if( g_DeviceSettings.pp.Windowed ) in OnEvent()
387 g_DeviceSettings.pp.Windowed = pRadioButton->GetChecked(); in SetDeviceSettingsFromUI()
394 if( g_DeviceSettings.pp.Windowed ) in SetDeviceSettingsFromUI()
505 if( pDeviceSettingsCombo->Windowed ) in OnDeviceTypeChanged()
515 SetWindowed( g_DeviceSettings.pp.Windowed && bHasWindowedDeviceCombo ); in OnDeviceTypeChanged()
532 g_DeviceSettings.pp.Windowed = bWindowed; in OnWindowedFullScreenChanged()
547 if( g_DeviceSettings.pp.Windowed ) in OnWindowedFullScreenChanged()
710 if( pDeviceCombo->Windowed == bWindowed && in OnAdapterFormatChanged()
728 if( g_DeviceSettings.pp.Windowed ) in OnAdapterFormatChanged()
[all …]

12345678910>>...86