Searched refs:s_BaseUnitsX (Results 1 – 6 of 6) sorted by relevance
/dports/emulators/mess/mame-mame0226/3rdparty/SDL2/src/video/windows/ |
H A D | SDL_windowsmessagebox.c | 167 static int s_BaseUnitsX; variable 171 …SDL_assert(s_BaseUnitsX != 0); /* we init in WIN_ShowMessageBox(), which is the only public functi… in Vec2ToDLU() 173 *x = MulDiv(*x, 4, s_BaseUnitsX); in Vec2ToDLU() 414 s_BaseUnitsX = TM.tmAveCharWidth + 1; in WIN_ShowMessageBox()
|
/dports/emulators/mame/mame-mame0226/3rdparty/SDL2/src/video/windows/ |
H A D | SDL_windowsmessagebox.c | 167 static int s_BaseUnitsX; variable 171 …SDL_assert(s_BaseUnitsX != 0); /* we init in WIN_ShowMessageBox(), which is the only public functi… in Vec2ToDLU() 173 *x = MulDiv(*x, 4, s_BaseUnitsX); in Vec2ToDLU() 414 s_BaseUnitsX = TM.tmAveCharWidth + 1; in WIN_ShowMessageBox()
|
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/SDL/src/video/windows/ |
H A D | SDL_windowsmessagebox.c | 167 static int s_BaseUnitsX; variable 171 …SDL_assert(s_BaseUnitsX != 0); /* we init in WIN_ShowMessageBox(), which is the only public functi… in Vec2ToDLU() 173 *x = MulDiv(*x, 4, s_BaseUnitsX); in Vec2ToDLU() 414 s_BaseUnitsX = TM.tmAveCharWidth + 1; in WIN_ShowMessageBox()
|
/dports/graphics/milton/milton-1.9.1/third_party/SDL2-2.0.8/src/video/windows/ |
H A D | SDL_windowsmessagebox.c | 167 static int s_BaseUnitsX; variable 171 …SDL_assert(s_BaseUnitsX != 0); /* we init in WIN_ShowMessageBox(), which is the only public functi… in Vec2ToDLU() 173 *x = MulDiv(*x, 4, s_BaseUnitsX); in Vec2ToDLU() 422 s_BaseUnitsX = (extent.cx / 26 + 1) / 2; in WIN_ShowMessageBox()
|
/dports/x11/controllermap/SDL2-2.0.18/src/video/windows/ |
H A D | SDL_windowsmessagebox.c | 280 static int s_BaseUnitsX; variable 284 …SDL_assert(s_BaseUnitsX != 0); /* we init in WIN_ShowMessageBox(), which is the only public functi… in Vec2ToDLU() 286 *x = MulDiv(*x, 4, s_BaseUnitsX); in Vec2ToDLU() 641 s_BaseUnitsX = (extent.cx / 26 + 1) / 2; in WIN_ShowOldMessageBox()
|
/dports/devel/sdl20/SDL2-2.0.18/src/video/windows/ |
H A D | SDL_windowsmessagebox.c | 280 static int s_BaseUnitsX; variable 284 …SDL_assert(s_BaseUnitsX != 0); /* we init in WIN_ShowMessageBox(), which is the only public functi… in Vec2ToDLU() 286 *x = MulDiv(*x, 4, s_BaseUnitsX); in Vec2ToDLU() 641 s_BaseUnitsX = (extent.cx / 26 + 1) / 2; in WIN_ShowOldMessageBox()
|