Searched refs:screen_x (Results 1 – 2 of 2) sorted by relevance
688 int screen_x = FXSYS_round(posx), screen_y = FXSYS_round(posy); in _SetPathToDC() local691 MoveToEx(hDC, screen_x, screen_y, NULL); in _SetPathToDC()694 screen_x ++; in _SetPathToDC()696 LineTo(hDC, screen_x, screen_y); in _SetPathToDC()699 lppt[0].x = screen_x; in _SetPathToDC()
524 REGION_TRANSLATE(pScrn->pScreen, dstRegion, -pPixmap->screen_x, in display_video()557 offset_x += pPixmap->screen_x; in display_video()