Searched refs:dpiY (Results 1 – 1 of 1) sorted by relevance
110 FLOAT dpiX, dpiY; in GDIFontInstance() local127 dpiY = (FLOAT) GetDeviceCaps(hdc, LOGPIXELSY); in GDIFontInstance()131 pt.y = (int) (pointSize * dpiY / 72); in GDIFontInstance()195 FLOAT dpiX, dpiY; in GDIFontInstance() local212 dpiY = (FLOAT) GetDeviceCaps(hdc, LOGPIXELSY); in GDIFontInstance()215 fDeviceScaleY = dpiY / 72; in GDIFontInstance()