Home
last modified time | relevance | path

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

/external/icu/icu4c/source/samples/layout/
DGDIFontInstance.cpp116 FLOAT dpiX, dpiY; in GDIFontInstance() local
133 dpiY = (FLOAT) GetDeviceCaps(hdc, LOGPIXELSY); in GDIFontInstance()
137 pt.y = (int) (pointSize * dpiY / 72); in GDIFontInstance()
201 FLOAT dpiX, dpiY; in GDIFontInstance() local
218 dpiY = (FLOAT) GetDeviceCaps(hdc, LOGPIXELSY); in GDIFontInstance()
221 fDeviceScaleY = dpiY / 72; in GDIFontInstance()