Home
last modified time | relevance | path

Searched refs:root_y (Results 1 – 3 of 3) sorted by last modified time

/trunk/main/vcl/unx/generic/window/
H A Dsalframe.cxx397 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
1472 root_y = mpParent->maGeometry.nY + mpParent->maGeometry.nHeight/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()
3017root_y >= pFrame->maGeometry.nY && root_y < sal::static_int_cast< int >(pFrame->maGeometry.nX+pFra… in HandleMouseEvent()
/trunk/main/vcl/unx/generic/app/
H A Dwmadaptor.cxx2254 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()
/trunk/main/vcl/unx/generic/dtrans/
H A DX11_selection.cxx2707 int root_y = rMessage.type == MotionNotify ? rMessage.xmotion.y_root : rMessage.xcrossing.y_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()

Completed in 77 milliseconds