Searched refs:desY (Results 1 – 2 of 2) sorted by relevance
785 int posY, desY; in DrawBackgroundPreview() local829 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()955 …desY = (((fitFillHeight - MONITOR_HEIGHT) * pData->pWallpaperBitmap->height) / (2 * fitFillHeight)… in DrawBackgroundPreview()963 desY, in DrawBackgroundPreview()
1637 int desX, int desY, double *devX, double *devY) in GPOS_convert_design_units_to_device() argument1643 *devY = (desY * emHeight) / (double)otm->otmEMSquare; in GPOS_convert_design_units_to_device()