Home
last modified time | relevance | path

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

/reactos/base/applications/notepad/
H A Dsettings.c19 LONG lHeight; in HeightFromPointSize() local
23 lHeight = -MulDiv(dwPointSize, GetDeviceCaps(hDC, LOGPIXELSY), 720); in HeightFromPointSize()
26 return lHeight; in HeightFromPointSize()
29 static DWORD PointSizeFromHeight(LONG lHeight) in PointSizeFromHeight() argument
35 dwPointSize = -MulDiv(lHeight, 720, GetDeviceCaps(hDC, LOGPIXELSY)); in PointSizeFromHeight()
/reactos/win32ss/include/
H A Dntgdityp.h438 LONG lHeight; // Precomputed logical height. member