Searched refs:root_x (Results 1 – 3 of 3) sorted by relevance
/trunk/main/vcl/unx/generic/window/ |
H A D | salframe.cxx | 397 int root_x = 0, root_y = 0, lx, ly; in Init() local 402 &root_x, &root_y, &lx, &ly, &mask ); in Init() 405 if( rScreens[i].IsInside( Point( root_x, root_y ) ) ) in Init() 1467 int root_x, root_y, x, y; in Center() local 1471 root_x = mpParent->maGeometry.nX + mpParent->maGeometry.nWidth/2; in Center() 1478 &root_x, &root_y, in Center() 1483 if( rScreens[i].IsInside( Point( root_x, root_y ) ) ) in Center() 2994 int root_x, root_y, win_x, win_y; in HandleMouseEvent() local 2999 &root_x, &root_y, in HandleMouseEvent() 3016 …if( root_x >= pFrame->maGeometry.nX && root_x < sal::static_int_cast< int >(pFrame->maGeometry.nX+… in HandleMouseEvent()
|
/trunk/main/vcl/unx/generic/dtrans/ |
H A D | X11_selection.cxx | 2706 int root_x = rMessage.type == MotionNotify ? rMessage.xmotion.x_root : rMessage.xcrossing.x_root; in handleDragEvent() local 2716 updateDragWindow( root_x, root_y, root ); in handleDragEvent() 3255 int root_x(0), root_y(0), win_x, win_y; in startDrag() local 3264 &root_x, &root_y, in startDrag() 3292 … XTranslateCoordinates( m_pDisplay, aRoot, aParent, root_x, root_y, &win_x, &win_y, &aChild ); in startDrag() 3419 updateDragWindow( root_x, root_y, aRoot ); in startDrag()
|
/trunk/main/vcl/unx/generic/app/ |
H A D | wmadaptor.cxx | 2254 int root_x = 0, root_y = 0, lx, ly; in showFullScreen() local 2259 &root_x, &root_y, &lx, &ly, &mask ); in showFullScreen() 2261 Point aMousePoint( root_x, root_y ); in showFullScreen()
|
Completed in 87 milliseconds