Searched refs:aPosInMe (Results 1 – 1 of 1) sorted by relevance
1636 Point aPosInMe = ScreenToOutputPixel( rPos ); in IsToBeDocked() local1638 if ( ( aPosInMe.X() > 0 ) && ( aPosInMe.X() < aSz.Width() ) && in IsToBeDocked()1639 ( aPosInMe.Y() > 0 ) && ( aPosInMe.Y() < aSz.Height() ) ) in IsToBeDocked()1645 if ( ( aPosInMe.Y() > nVSplitPos ) && ( aPosInMe.X() < nHSplitPos ) ) in IsToBeDocked()1654 if ( ( aPosInMe.Y() > nVSplitPos ) && ( aPosInMe.X() > nHSplitPos ) ) in IsToBeDocked()
Completed in 454 milliseconds