Home
last modified time | relevance | path

Searched refs:iWindowWidth (Results 1 – 14 of 14) sorted by relevance

/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Windows/
H A DMainWindow.cpp200 g_Config.iWindowWidth = rc.right - rc.left; in SavePosition()
223 g_Config.iWindowWidth = width; in SetWindowSize()
378 …MoveWindow(hwndMain, g_Config.iWindowX, g_Config.iWindowY, g_Config.iWindowWidth, g_Config.iWindow… in ToggleFullscreen()
415 if (g_Config.iWindowWidth > 0 && g_Config.iWindowHeight > 0 && !g_Config.bFullScreen) { in DetermineWindowRectangle()
416 bool visibleHorizontally = ((g_Config.iWindowX + g_Config.iWindowWidth) >= virtualScreenX) && in DetermineWindowRectangle()
417 ((g_Config.iWindowX + g_Config.iWindowWidth) < (virtualScreenWidth + g_Config.iWindowWidth)); in DetermineWindowRectangle()
433 int windowWidth = g_Config.iWindowWidth; in DetermineWindowRectangle()
/dports/emulators/ppsspp/ppsspp-1.12.3/Windows/
H A DMainWindow.cpp200 g_Config.iWindowWidth = rc.right - rc.left; in SavePosition()
223 g_Config.iWindowWidth = width; in SetWindowSize()
378 …MoveWindow(hwndMain, g_Config.iWindowX, g_Config.iWindowY, g_Config.iWindowWidth, g_Config.iWindow… in ToggleFullscreen()
415 if (g_Config.iWindowWidth > 0 && g_Config.iWindowHeight > 0 && !g_Config.bFullScreen) { in DetermineWindowRectangle()
416 bool visibleHorizontally = ((g_Config.iWindowX + g_Config.iWindowWidth) >= virtualScreenX) && in DetermineWindowRectangle()
417 ((g_Config.iWindowX + g_Config.iWindowWidth) < (virtualScreenWidth + g_Config.iWindowWidth)); in DetermineWindowRectangle()
433 int windowWidth = g_Config.iWindowWidth; in DetermineWindowRectangle()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Windows/
H A DMainWindow.cpp200 g_Config.iWindowWidth = rc.right - rc.left; in SavePosition()
223 g_Config.iWindowWidth = width; in SetWindowSize()
378 …MoveWindow(hwndMain, g_Config.iWindowX, g_Config.iWindowY, g_Config.iWindowWidth, g_Config.iWindow… in ToggleFullscreen()
415 if (g_Config.iWindowWidth > 0 && g_Config.iWindowHeight > 0 && !g_Config.bFullScreen) { in DetermineWindowRectangle()
416 bool visibleHorizontally = ((g_Config.iWindowX + g_Config.iWindowWidth) >= virtualScreenX) && in DetermineWindowRectangle()
417 ((g_Config.iWindowX + g_Config.iWindowWidth) < (virtualScreenWidth + g_Config.iWindowWidth)); in DetermineWindowRectangle()
433 int windowWidth = g_Config.iWindowWidth; in DetermineWindowRectangle()
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Qt/
H A Dmainwindow.cpp103 if (g_Config.iWindowWidth == width && g_Config.iWindowHeight == height) { in updateMenus()
452 if (zoom == -1 && (g_Config.iWindowWidth <= 0 || g_Config.iWindowHeight <= 0)) { in SetWindowScale()
458 width = g_Config.iWindowWidth; in SetWindowScale()
471 g_Config.iWindowWidth = width; in SetWindowScale()
475 emugl->setFixedSize(g_Config.iWindowWidth, g_Config.iWindowHeight); in SetWindowScale()
477 emugl->resizeGL(g_Config.iWindowWidth, g_Config.iWindowHeight); in SetWindowScale()
480 resize(g_Config.iWindowWidth, g_Config.iWindowHeight); in SetWindowScale()
/dports/emulators/ppsspp/ppsspp-1.12.3/Qt/
H A Dmainwindow.cpp103 if (g_Config.iWindowWidth == width && g_Config.iWindowHeight == height) { in updateMenus()
452 if (zoom == -1 && (g_Config.iWindowWidth <= 0 || g_Config.iWindowHeight <= 0)) { in SetWindowScale()
458 width = g_Config.iWindowWidth; in SetWindowScale()
471 g_Config.iWindowWidth = width; in SetWindowScale()
475 emugl->setFixedSize(g_Config.iWindowWidth, g_Config.iWindowHeight); in SetWindowScale()
477 emugl->resizeGL(g_Config.iWindowWidth, g_Config.iWindowHeight); in SetWindowScale()
480 resize(g_Config.iWindowWidth, g_Config.iWindowHeight); in SetWindowScale()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Qt/
H A Dmainwindow.cpp103 if (g_Config.iWindowWidth == width && g_Config.iWindowHeight == height) { in updateMenus()
452 if (zoom == -1 && (g_Config.iWindowWidth <= 0 || g_Config.iWindowHeight <= 0)) { in SetWindowScale()
458 width = g_Config.iWindowWidth; in SetWindowScale()
471 g_Config.iWindowWidth = width; in SetWindowScale()
475 emugl->setFixedSize(g_Config.iWindowWidth, g_Config.iWindowHeight); in SetWindowScale()
477 emugl->resizeGL(g_Config.iWindowWidth, g_Config.iWindowHeight); in SetWindowScale()
480 resize(g_Config.iWindowWidth, g_Config.iWindowHeight); in SetWindowScale()
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Core/
H A DConfig.h186 int iWindowWidth; // Windows and other windowed environments member
H A DConfig.cpp586 …ConfigSetting("WindowWidth", &g_Config.iWindowWidth, 0), // 0 will be automatically reset later …
/dports/emulators/ppsspp/ppsspp-1.12.3/Core/
H A DConfig.h186 int iWindowWidth; // Windows and other windowed environments member
H A DConfig.cpp586 …ConfigSetting("WindowWidth", &g_Config.iWindowWidth, 0), // 0 will be automatically reset later …
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Core/
H A DConfig.h186 int iWindowWidth; // Windows and other windowed environments member
H A DConfig.cpp586 …ConfigSetting("WindowWidth", &g_Config.iWindowWidth, 0), // 0 will be automatically reset later …
/dports/editors/abiword/abiword-3.0.5/src/wp/ap/win/
H A Dap_Win32FrameImpl.cpp521 const UT_uint32 iWindowWidth = r.right - r.left; in _setXScrollRange() local
532 si.nPage = iWindowWidth; in _setXScrollRange()
541 if (iWidth <= iWindowWidth || tZoom == XAP_Frame::z_PAGEWIDTH || tZoom == XAP_Frame::z_WHOLEPAGE) in _setXScrollRange()
/dports/editors/abiword/abiword-3.0.5/src/text/fmt/xp/
H A Dfv_View.cpp13559 UT_sint32 iWindowWidth = getWindowWidth(); in calculateZoomPercentForPageWidth() local
13560 if(iWindowWidth == 0) in calculateZoomPercentForPageWidth()
13578 if ( ( iWindowWidth - (2 * getPageViewLeftMargin()) ) <= 0 ) in calculateZoomPercentForPageWidth()
14006 …UT_uint32 iWindowWidth = getWindowWidth() - iLeftGrayWidth > 0 ? getWindowWidth() - iLeftGrayWid… in getVisibleDocumentPagesAndRectangles() local
14030 UT_uint32 iPortWidth = UT_MIN(static_cast<UT_uint32>(iPageWidth), iWindowWidth); in getVisibleDocumentPagesAndRectangles()