Searched refs:LogicalPixelsY (Results 1 – 1 of 1) sorted by relevance
438 int LogicalPixelsY = GetDeviceCaps(ScreenDC, LOGPIXELSY); in CreateDialogData() local439 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