Home
last modified time | relevance | path

Searched refs:aPt (Results 1 – 25 of 150) sorted by last modified time

123456

/aoo41x/main/vcl/win/source/window/
H A Dsalframe.cxx2406 POINT aPt; in SetPointerPos() local
2407 aPt.x = (int)nX; in SetPointerPos()
2410 SetCursorPos( aPt.x, aPt.y ); in SetPointerPos()
3320 POINT aPt; in EndSetClipRegion() local
3321 aPt.x=0; in EndSetClipRegion()
3322 aPt.y=0; in EndSetClipRegion()
4220 POINT aPt; in UpdateFrameGeometry() local
4221 aPt.x=0; in UpdateFrameGeometry()
4222 aPt.y=0; in UpdateFrameGeometry()
5784 POINT aPt; in SalTestMouseLeave() local
[all …]
/aoo41x/main/vcl/workben/
H A Dvcldemo.cxx159 Point aPt; in Paint() local
160 Rectangle r(aPt, aSz); in Paint()
/aoo41x/main/vcl/win/source/gdi/
H A Dsalgdi2.cxx179 POINT aPt; in copyArea() local
180 aPt.x = 0; in copyArea()
181 aPt.y = 0; in copyArea()
182 ClientToScreen( mhWnd, &aPt ); in copyArea()
183 aSrcRect.left += aPt.x; in copyArea()
184 aSrcRect.top += aPt.y; in copyArea()
185 aSrcRect.right += aPt.x; in copyArea()
186 aSrcRect.bottom += aPt.y; in copyArea()
282 OffsetRgn( hInvalidateRgn, nOffX-aPt.x, nOffY-aPt.y ); in copyArea()
H A Dsalgdi.cxx923 basegfx::B2DPoint aPt(aPoly.getB2DPoint(b)); in setClipRegion() local
927 aPt = aExpand * aPt; in setClipRegion()
932 aPOINT.x = basegfx::fround(aPt.getX()); in setClipRegion()
933 aPOINT.y = basegfx::fround(aPt.getY()); in setClipRegion()
/aoo41x/main/vcl/source/window/
H A Dtoolbox.cxx339 Point aPt; in ImplDrawGrip() local
553 Point aPt; in ImplDrawNativeBackground() local
554 Rectangle aCtrlRegion( aPt, pThis->GetOutputSizePixel() ); in ImplDrawNativeBackground()
4869 aTempRect.Left() = aPt.X(); in RequestHelp()
4870 aTempRect.Top() = aPt.Y(); in RequestHelp()
4872 aTempRect.Right() = aPt.X(); in RequestHelp()
4873 aTempRect.Bottom() = aPt.Y(); in RequestHelp()
4917 aTempRect.Left() = aPt.X(); in RequestHelp()
4918 aTempRect.Top() = aPt.Y(); in RequestHelp()
4920 aTempRect.Right() = aPt.X(); in RequestHelp()
[all …]
H A Dmenu.cxx760 Point aPt; in ImplAddNWFSeparator() local
761 Rectangle aRect( aPt, pThis->GetOutputSizePixel() ); in ImplAddNWFSeparator()
5674 Point aPt; in HighlightItem() local
5675 Rectangle aCtrlRect( aPt, GetOutputSizePixel() ); in HighlightItem()
5907 Point aPt; in Paint() local
5908 Rectangle aCtrlRegion( aPt, GetOutputSizePixel() ); in Paint()
H A Dsplitwin.cxx2804 Point aPt = OutputToScreenPixel( aHelpRect.TopLeft() ); in RequestHelp() local
2805 aHelpRect.Left() = aPt.X(); in RequestHelp()
2806 aHelpRect.Top() = aPt.Y(); in RequestHelp()
2807 aPt = OutputToScreenPixel( aHelpRect.BottomRight() ); in RequestHelp()
2808 aHelpRect.Right() = aPt.X(); in RequestHelp()
2809 aHelpRect.Bottom() = aPt.Y(); in RequestHelp()
H A Dstatus.cxx872 Point aPt = OutputToScreenPixel( aItemRect.TopLeft() ); in RequestHelp() local
873 aItemRect.Left() = aPt.X(); in RequestHelp()
874 aItemRect.Top() = aPt.Y(); in RequestHelp()
875 aPt = OutputToScreenPixel( aItemRect.BottomRight() ); in RequestHelp()
876 aItemRect.Right() = aPt.X(); in RequestHelp()
877 aItemRect.Bottom() = aPt.Y(); in RequestHelp()
H A Ddockmgr.cxx197 Point aPt; in IMPL_LINK() local
198 Rectangle aBorderRect( aPt, pBorder->GetSizePixel() ); in IMPL_LINK()
640 …Point aPt( 1, 1 + ((mbGripAtBottom || !hasGrip()) ? 0 : GetDragRect().getHeight()) ); // grip +… in GetToolboxPosition() local
642 return aPt; in GetToolboxPosition()
647 Point aPt( maTearOffPosition ); in GetTearOffPosition() local
649 return aPt; in GetTearOffPosition()
655 Point aPt; in DrawBorder() local
656 Rectangle aRect( aPt, GetOutputSizePixel() ); in DrawBorder()
765 Point aPt; in Paint() local
766 Rectangle aRect( aPt, GetOutputSizePixel() ); in Paint()
H A Dfloatwin.cxx490 Point aPt; // the top-left corner in output coordinates ie (0,0) in ImplFloatHitTest() local
491 …Rectangle devRect( pBorderWin->ImplOutputToUnmirroredAbsoluteScreenPixel( Rectangle( aPt, pBorderW… in ImplFloatHitTest()
H A Darrange.cxx802 Point aPt( m_aManagedArea.TopLeft() ); in resize() local
803 aPt.X() += nOuterBorder + nIndent; in resize()
804 aPt.Y() += nOuterBorder; in resize()
808 m_aElement.setPosSize( aPt, aSz ); in resize()
/aoo41x/main/vcl/source/gdi/
H A Doutmap.cxx699 Point aPt; in ImplLogicToDevicePixel() local
714 aPt.X() += mnOutOffX; in ImplLogicToDevicePixel()
715 aPt.Y() += mnOutOffY; in ImplLogicToDevicePixel()
1011 MapMode aNewMapMode( MAP_RELATIVE, Point( -aPt.X(), -aPt.Y() ), aXF, aYF ); in SetRelativeMapMode()
1216 Point aPt; in LogicToPixel() local
1223 aPoly[i] = aPt; in LogicToPixel()
1424 Point aPt; in LogicToPixel() local
1431 aPoly[i] = aPt; in LogicToPixel()
1611 Point aPt; in PixelToLogic() local
1618 aPoly[i] = aPt; in PixelToLogic()
[all …]
H A Doutdev2.cxx1732 Point aPt = ImplLogicToDevicePixel( rPt ); in DrawPixel() local
1749 mpGraphics->DrawPixel( aPt.X(), aPt.Y(), this ); in DrawPixel()
1803 Point aPt = ImplLogicToDevicePixel( rPt ); in DrawPixel() local
1817 mpGraphics->DrawPixel( aPt.X(), aPt.Y(), ImplColorToSal( aColor ), this ); in DrawPixel()
1857 const Point aPt( ImplLogicToDevicePixel( rPts[ i ] ) ); in DrawPixel() local
1858 mpGraphics->DrawPixel( aPt.X(), aPt.Y(), ImplColorToSal( pColors[ i ] ), this ); in DrawPixel()
2378 Point aPt; in ImplPrintTransparent() local
2410 if( aSrcRect != Rectangle( aPt, aPaint.GetSizePixel() ) ) in ImplPrintTransparent()
2492 Point aPt; in ImplPrintMask() local
2524 if( aSrcRect != Rectangle( aPt, aMask.GetSizePixel() ) ) in ImplPrintMask()
H A Dgdimtf.cxx1660 Point aPt( pAct->GetPoint() ); in GetBoundRect() local
1661 aRect.Move( aPt.X(), aPt.Y() ); in GetBoundRect()
1673 Point aPt( pAct->GetPoint() ); in GetBoundRect() local
1674 aRect.Move( aPt.X(), aPt.Y() ); in GetBoundRect()
1686 Point aPt( pAct->GetPoint() ); in GetBoundRect() local
1687 aRect.Move( aPt.X(), aPt.Y() ); in GetBoundRect()
1701 Point aPt( pAct->GetStartPoint() ); in GetBoundRect() local
1702 aRect.Move( aPt.X(), aPt.Y() ); in GetBoundRect()
H A Dcvtsvm.cxx546 Point aPt, aPt1; in ImplConvertFromSVM1() local
575 rIStm >> aPt; in ImplConvertFromSVM1()
583 rIStm >> aPt; in ImplConvertFromSVM1()
584 rMtf.AddAction( new MetaPointAction( aPt ) ); in ImplConvertFromSVM1()
590 rIStm >> aPt >> aPt1; in ImplConvertFromSVM1()
735 rIStm >> aPt >> aPt1; in ImplConvertFromSVM1()
755 rIStm >> aPt >> aPt1; in ImplConvertFromSVM1()
891 rIStm >> aPt >> nIndex >> nLen >> nTmp; in ImplConvertFromSVM1()
987 rIStm >> aPt; in ImplConvertFromSVM1()
997 rIStm >> aPt >> aSz; in ImplConvertFromSVM1()
[all …]
/aoo41x/main/vcl/source/control/
H A Dspinfld.cxx111 Point aPt; in ImplDrawNativeSpinfield() local
114 Rectangle aNatRgn( aPt, aSize ); in ImplDrawNativeSpinfield()
122 Rectangle aRgn( aPt, aSize ); in ImplDrawNativeSpinfield()
H A Dtabctrl.cxx1342 aItemRect.Left() = aPt.X(); in RequestHelp()
1343 aItemRect.Top() = aPt.Y(); in RequestHelp()
1345 aItemRect.Right() = aPt.X(); in RequestHelp()
1346 aItemRect.Bottom() = aPt.Y(); in RequestHelp()
1374 aItemRect.Left() = aPt.X(); in RequestHelp()
1375 aItemRect.Top() = aPt.Y(); in RequestHelp()
1377 aItemRect.Right() = aPt.X(); in RequestHelp()
1378 aItemRect.Bottom() = aPt.Y(); in RequestHelp()
1399 aItemRect.Left() = aPt.X(); in RequestHelp()
1400 aItemRect.Top() = aPt.Y(); in RequestHelp()
[all …]
H A Dilstbox.cxx1299 Point aPt( aMEvt.GetPosPixel() ); in Tracking() local
1304 if( aPt.Y() < 0 ) in Tracking()
1313 else if( aPt.Y() > GetOutputSizePixel().Height() ) in Tracking()
1324 nSelect = (sal_uInt16) ( ( aPt.Y() + mnBorder ) / mnMaxHeight ) + (sal_uInt16) mnTop; in Tracking()
H A Dbutton.cxx1722 Point aPt; in PreNotify() local
1723 Rectangle aClipRect( aPt, GetOutputSizePixel() ); in PreNotify()
/aoo41x/main/vcl/os2/source/window/
H A Dsalframe.cxx1691 POINTL aPt; in SetPointerPos() local
1692 aPt.x = nX; in SetPointerPos()
1695 WinSetPointerPos( HWND_DESKTOP, aPt.x, aPt.y ); in SetPointerPos()
2359 POINTL aPt; in SalTestMouseLeave() local
2362 … WinSendMsg( pSalData->mhWantLeaveMsg, SAL_MSG_MOUSELEAVE, 0, MPFROM2SHORT( aPt.x, aPt.y ) ); in SalTestMouseLeave()
2460 POINTL aPt; in ImplHandleMouseMsg() local
2464 aPt.y = pFrame->mnHeight - aPt.y - 1; in ImplHandleMouseMsg()
2465 aMouseEvt.mnX = aPt.x; in ImplHandleMouseMsg()
2466 aMouseEvt.mnY = aPt.y; in ImplHandleMouseMsg()
2554 POINTL aPt; in ImplHandleWheelMsg() local
[all …]
/aoo41x/main/vcl/os2/source/gdi/
H A Dsalgdi.cxx416 POINTL aPt; in drawPixel() local
418 aPt.x = nX; in drawPixel()
448 POINTL aPt; in drawPixel() local
449 aPt.x = nX; in drawPixel()
466 POINTL aPt; in drawLine() local
467 aPt.x = nX1; in drawLine()
470 aPt.x = nX2; in drawLine()
479 POINTL aPt; in drawRect() local
497 aPt.x = nX; in drawRect()
868 aPt.x = 0; in drawEPS()
[all …]
H A Dsalgdi2.cxx150 POINTL aPt; in copyArea() local
153 aPt.x = 0; in copyArea()
154 aPt.y = 0; in copyArea()
252 aPt.x = nOffX-aPt.x; in copyArea()
253 aPt.y = nOffY-aPt.y; in copyArea()
696 POINTL aPt; in invert() local
698 aPt.x = nX; in invert()
699 aPt.y = TY( nY ); in invert()
727 POINTL aPt; in invert() local
729 aPt.x = nX; in invert()
[all …]
H A Dos2layout.cxx586 POINTL aPt; local
589 aPt.x = aPos.X();
590 aPt.y = static_cast<Os2SalGraphics&>(rGraphics).mnHeight - aPos.Y();
599 &aPt, NULL, CHS_VECTOR, mnGlyphCount, (PSZ)str.GetBuffer(),
604 &aPt, NULL, CHS_VECTOR, mnGlyphCount, (LPWSTR)mpOutGlyphs,
614 &aPt, NULL, CHS_VECTOR, mnGlyphCount, (PSZ)str.GetBuffer(),
/aoo41x/main/vcl/aqua/source/window/
H A Dsalframeview.mm199 NSPoint aPt = [NSEvent mouseLocation];
553 NSPoint aPt = [NSEvent mouseLocation];
556 if ( ! NSPointInRect( aPt, aFrameRect ) )
585 NSPoint aPt = [NSEvent mouseLocation];
586 pDispatchFrame->CocoaToVCL( aPt );
754 NSPoint aPt = [NSEvent mouseLocation];
755 mpFrame->CocoaToVCL( aPt );
811 NSPoint aPt = [NSEvent mouseLocation];
812 mpFrame->CocoaToVCL( aPt );
871 NSPoint aPt = [NSEvent mouseLocation];
[all …]
H A Dsalframe.cxx1473 NSPoint aPt = [mpNSWindow mouseLocationOutsideOfEventStream]; in GetPointerState() local
1474 CocoaToVCL( aPt, false ); in GetPointerState()
1475 state.maPos = Point(static_cast<long>(aPt.x), static_cast<long>(aPt.y)); in GetPointerState()

Completed in 313 milliseconds

123456