/aoo42x/main/vcl/source/control/ |
H A D | fixed.cxx | 528 Point aStartPt( aOutSize.Width()/2, aOutSize.Height()-1 ); in ImplDraw() local 530 aStartPt.Y() -= (aOutSize.Height() - nWidth)/2; in ImplDraw() 531 Point aTextPt( aStartPt ); in ImplDraw() 535 if( aOutSize.Height() - aStartPt.Y() > FIXEDLINE_TEXT_BORDER ) in ImplDraw() 536 aDecoView.DrawSeparator( Point( aStartPt.X(), aOutSize.Height()-1 ), in ImplDraw() 537 Point( aStartPt.X(), aStartPt.Y() + FIXEDLINE_TEXT_BORDER ) ); in ImplDraw() 538 if( aStartPt.Y() - nWidth - FIXEDLINE_TEXT_BORDER > 0 ) in ImplDraw() 539 … aDecoView.DrawSeparator( Point( aStartPt.X(), aStartPt.Y() - nWidth - FIXEDLINE_TEXT_BORDER ), in ImplDraw() 540 Point( aStartPt.X(), 0 ) ); in ImplDraw()
|
H A D | button.cxx | 1033 Point aStartPt( nX, aInRect.Top()+nDistance ); in ImplDrawPushButtonContent() local 1035 aDecoView.DrawSeparator( aStartPt, aEndPt ); in ImplDrawPushButtonContent()
|
/aoo42x/main/vcl/source/gdi/ |
H A D | outdev.cxx | 1537 const Point aStartPt(ImplLogicToDevicePixel(rStartPt)); in DrawLine() local 1540 mpGraphics->DrawLine( aStartPt.X(), aStartPt.Y(), aEndPt.X(), aEndPt.Y(), this ); in DrawLine() 1713 const Point aStartPt( ImplLogicToDevicePixel( rStartPt ) ); in DrawLine() local 1725 aLinePolygon.append(basegfx::B2DPoint(aStartPt.X(), aStartPt.Y())); in DrawLine() 1732 mpGraphics->DrawLine( aStartPt.X(), aStartPt.Y(), aEndPt.X(), aEndPt.Y(), this ); in DrawLine()
|
H A D | impvect.cxx | 1089 const Point aStartPt( nX++, nY ); in ImplCalculate() local 1092 aChain.ImplBeginAdd( aStartPt ); in ImplCalculate() 1093 ImplGetChain( pMap, aStartPt, aChain ); in ImplCalculate()
|
H A D | outdev3.cxx | 4161 const Point aStartPt = rSalLayout.DrawBase(); in ImplDrawTextLines() local 4178 nDist = aPos.X() - aStartPt.X(); in ImplDrawTextLines() 4181 const long nDY = aPos.Y() - aStartPt.Y(); in ImplDrawTextLines() 4193 ImplDrawTextLine( aStartPt.X(), aStartPt.Y(), nDist, nWidth, in ImplDrawTextLines() 4202 ImplDrawTextLine( aStartPt.X(), aStartPt.Y(), nDist, nWidth, in ImplDrawTextLines() 4208 Point aStartPt = rSalLayout.GetDrawPosition(); in ImplDrawTextLines() local 4210 ImplDrawTextLine( aStartPt.X(), aStartPt.Y(), 0, nWidth, in ImplDrawTextLines() 5515 Point aStartPt = ImplLogicToDevicePixel( rStartPos ); in DrawWaveLine() local 5517 long nStartX = aStartPt.X(); in DrawWaveLine() 5518 long nStartY = aStartPt.Y(); in DrawWaveLine()
|
H A D | cvtsvm.cxx | 1302 Point aStartPt; in ImplConvertFromSVM1() local 1308 rIStm >> aStartPt >> nWidth >> nStrikeout >> nUnderline >> nFollowingActionCount; in ImplConvertFromSVM1() 1310 rMtf.AddAction( new MetaTextLineAction( aStartPt, nWidth, in ImplConvertFromSVM1()
|
H A D | pdfwriter_impl.cxx | 7574 Point aPos, aStartPt; in drawLayout() local 7585 aStartPt = aPos; in drawLayout() 7591 drawTextLine( m_pReferenceDevice->PixelToLogic( aStartPt ), in drawLayout() 7600 drawTextLine( m_pReferenceDevice->PixelToLogic( aStartPt ), in drawLayout() 7607 Point aStartPt = rLayout.GetDrawPosition(); in drawLayout() local 7609 drawTextLine( m_pReferenceDevice->PixelToLogic( aStartPt ), in drawLayout()
|
/aoo42x/main/vcl/aqua/source/gdi/ |
H A D | ctfonts.cxx | 248 const basegfx::B2DPoint aStartPt = rPolygon.getB2DPoint( nPointCount-1 ); in MyCGPathApplierFunc() local 249 const basegfx::B2DPoint aCtrPt1( (aStartPt.getX() + 2* pElement->points[0].x) / 3.0, in MyCGPathApplierFunc() 250 (aStartPt.getY() - 2 * pElement->points[0].y) / 3.0 ); in MyCGPathApplierFunc()
|
/aoo42x/main/filter/source/graphicfilter/epict/ |
H A D | epict.cxx | 399 Point aStartPt = OutputDevice::LogicToLogic( rStartPt, in WriteArcAngles() local 419 fdx=(double)(aStartPt.X()-aCenter.X()); in WriteArcAngles() 420 fdy=(double)(aStartPt.Y()-aCenter.Y()); in WriteArcAngles()
|
/aoo42x/main/filter/source/msfilter/ |
H A D | msdffimp.cxx | 4622 Point aStartPt( 0,0 ); in ImportShape() local 4642 aStartPt = aXP[2]; in ImportShape() 4670 if ( aStartPt.Y() == cent.Y() ) in ImportShape() 4671 fNumber = ( aStartPt.X() >= cent.X() ) ? 0:180.0; in ImportShape() 4672 else if ( aStartPt.X() == cent.X() ) in ImportShape() 4673 fNumber = ( aStartPt.Y() >= cent.Y() ) ? 90.0: 270.0; in ImportShape() 4676 …fNumber = atan2( double( aStartPt.X() - cent.X() ),double( aStartPt.Y() - cent.Y() ) )+ F_PI; // 0… in ImportShape()
|