Searched refs:s_x (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/x11/
H A Dwindow.cpp632 int s_x = 0; local
638 s_x = rect->x;
646 s_x = 0;
655 s_x += offset.x;
669 if (dx < 0) rect.x = cw+dx + offset.x; else rect.x = s_x;
674 int d_x = s_x;
677 if (dx < 0) s_x += -dx;
682 XCopyArea( xdisplay, xwindow, xwindow, xgc, s_x, s_y, w, h, d_x, d_y );
684 // wxLogDebug( "Copy: s_x %d s_y %d w %d h %d d_x %d d_y %d", s_x, s_
[all...]

Completed in 101 milliseconds