Searched refs:s_BaseUnitsX (Results 1 – 1 of 1) sorted by relevance
282 static int s_BaseUnitsX; variable286 …SDL_assert(s_BaseUnitsX != 0); /* we init in WIN_ShowMessageBox(), which is the only public functi… in Vec2ToDLU()288 *x = MulDiv(*x, 4, s_BaseUnitsX); in Vec2ToDLU()646 s_BaseUnitsX = (extent.cx / 26 + 1) / 2; in WIN_ShowOldMessageBox()
Completed in 4 milliseconds