Home
last modified time | relevance | path

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

/external/icu/icu4c/source/samples/layout/
DGDIFontInstance.cpp116 FLOAT dpiX, dpiY; in GDIFontInstance() local
132 dpiX = (FLOAT) GetDeviceCaps(hdc, LOGPIXELSX); in GDIFontInstance()
136 pt.x = (int) (pointSize * dpiX / 72); in GDIFontInstance()
201 FLOAT dpiX, dpiY; in GDIFontInstance() local
217 dpiX = (FLOAT) GetDeviceCaps(hdc, LOGPIXELSX); in GDIFontInstance()
220 fDeviceScaleX = dpiX / 72; in GDIFontInstance()