Lines Matching refs:screenInfo
347 screenInfo.x, in updateSlaveDeviceCoords()
348 screenInfo.width); in updateSlaveDeviceCoords()
354 screenInfo.y, in updateSlaveDeviceCoords()
355 screenInfo.height); in updateSlaveDeviceCoords()
764 double screen_ratio = 1.0 * screenInfo.width/screenInfo.height; in scale_for_device_resolution()
856 screenInfo.x, screenInfo.width); in scale_from_screen()
865 screenInfo.y, screenInfo.height); in scale_from_screen()
910 screenInfo.x, screenInfo.width); in scale_to_desktop()
912 screenInfo.y, screenInfo.height); in scale_to_desktop()
969 screenInfo.x, screenInfo.width); in positionSprite()
973 screenInfo.y, screenInfo.height); in positionSprite()
2082 x += screenInfo.screens[0]->x - screenInfo.screens[screen]->x; in PostSyntheticMotion()
2083 y += screenInfo.screens[0]->y - screenInfo.screens[screen]->y; in PostSyntheticMotion()