Searched refs:WarpCoords (Results 1 – 2 of 2) sorted by relevance
/reactos/modules/rosapps/applications/net/tsclient/rdesktop/uiports/ |
H A D | qtewin.cpp | 1100 bool WarpCoords(int * x, int * y, int * cx, int * cy, int * srcx, int * srcy) in WarpCoords() function 1252 if (WarpCoords(&x, &y, &cx, &cy, NULL, NULL)) in redraw() 1610 if (WarpCoords(&x, &y, &cx, &cy, 0, 0)) in fill_rect() 1686 if (WarpCoords(&x, &y, &cx, &cy, &srcx, &srcy)) in ui_screenblt() 1789 if (WarpCoords(&x, &y, &cx, &cy, &srcx, &srcy)) in ui_memblt()
|
H A D | qtwin.cpp | 818 int WarpCoords(int * x, int * y, int * cx, int * cy, int * srcx, int * srcy) in WarpCoords() function 847 if (WarpCoords(&dx, &dy, &sw, &sh, &sx, &sy)) in bitBltClip()
|