Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/video/windows/
A DSDL_windowsmessagebox.c438 int LogicalPixelsY = GetDeviceCaps(ScreenDC, LOGPIXELSY); in CreateDialogData() local
439 if (!LogicalPixelsY) /* This can happen if the application runs out of GDI handles */ in CreateDialogData()
440 LogicalPixelsY = 72; in CreateDialogData()
441 WordToPass = (WORD)(-72 * NCM.lfMessageFont.lfHeight / LogicalPixelsY); in CreateDialogData()

Completed in 3 milliseconds