Home
last modified time | relevance | path

Searched refs:trueratio (Results 1 – 9 of 9) sorted by relevance

/dports/games/zdoom/zdoom-2.8.1/src/
H A Dr_swrenderer.cpp48 void R_SWRSetWindow(int windowSize, int fullWidth, int fullHeight, int stHeight, int trueratio);
231 …areRenderer::SetWindow (int windowSize, int fullWidth, int fullHeight, int stHeight, int trueratio) in SetWindow() argument
233 R_SWRSetWindow(windowSize, fullWidth, fullHeight, stHeight, trueratio); in SetWindow()
H A Dr_swrenderer.h32 void SetWindow (int windowSize, int fullWidth, int fullHeight, int stHeight, int trueratio);
H A Dr_main.cpp341 void R_SWRSetWindow(int windowSize, int fullWidth, int fullHeight, int stHeight, int trueratio) in R_SWRSetWindow() argument
365 if (trueratio & 4) in R_SWRSetWindow()
367 virtheight2 = virtheight2 * BaseRatioSizes[trueratio][3] / 48; in R_SWRSetWindow()
371 virtwidth2 = virtwidth2 * BaseRatioSizes[trueratio][3] / 48; in R_SWRSetWindow()
H A Dr_renderer.h58 …virtual void SetWindow (int windowSize, int fullWidth, int fullHeight, int stHeight, int trueratio in SetWindow()
H A Dr_utility.cpp404 int trueratio; in R_SetWindow() local
425 WidescreenRatio = CheckRatio (fullWidth, fullHeight, &trueratio); in R_SetWindow()
456 Renderer->SetWindow(windowSize, fullWidth, fullHeight, stHeight, trueratio); in R_SetWindow()
H A Dv_video.cpp1648 int CheckRatio (int width, int height, int *trueratio) in CheckRatio() argument
1711 if (trueratio != NULL) in CheckRatio()
1713 *trueratio = ratio; in CheckRatio()
H A Dv_video.h504 int CheckRatio (int width, int height, int *trueratio=NULL);
/dports/games/ecwolf/ecwolf-1.3.3-src/src/
H A Dwl_main.h52 int CheckRatio (int width, int height, int *trueratio=NULL);
H A Dwl_main.cpp826 int CheckRatio (int width, int height, int *trueratio) in CheckRatio() argument
881 if (trueratio != NULL) in CheckRatio()
883 *trueratio = ratio; in CheckRatio()