Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/video/windows/
A DSDL_windowsmessagebox.c282 static int s_BaseUnitsX; variable
286 …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