Home
last modified time | relevance | path

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

/external/icu4c/samples/layout/
DGDIFontInstance.cpp110 FLOAT dpiX, dpiY; in GDIFontInstance() local
127 dpiY = (FLOAT) GetDeviceCaps(hdc, LOGPIXELSY); in GDIFontInstance()
131 pt.y = (int) (pointSize * dpiY / 72); in GDIFontInstance()
195 FLOAT dpiX, dpiY; in GDIFontInstance() local
212 dpiY = (FLOAT) GetDeviceCaps(hdc, LOGPIXELSY); in GDIFontInstance()
215 fDeviceScaleY = dpiY / 72; in GDIFontInstance()