Home
last modified time | relevance | path

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

/reactos/dll/cpl/desk/
H A Dbackground.c785 int posY, desY; in DrawBackgroundPreview() local
829 desY = 0; in DrawBackgroundPreview()
832 if (posY < 0) { desY = -posY / 2; posY = 0; } in DrawBackgroundPreview()
846 desY, in DrawBackgroundPreview()
848 pData->pWallpaperBitmap->height - (int)(desY * scaleY), in DrawBackgroundPreview()
955desY = (((fitFillHeight - MONITOR_HEIGHT) * pData->pWallpaperBitmap->height) / (2 * fitFillHeight)… in DrawBackgroundPreview()
963 desY, in DrawBackgroundPreview()
/reactos/dll/win32/usp10/
H A Dopentype.c1637 int desX, int desY, double *devX, double *devY) in GPOS_convert_design_units_to_device() argument
1643 *devY = (desY * emHeight) / (double)otm->otmEMSquare; in GPOS_convert_design_units_to_device()