Home
last modified time | relevance | path

Searched refs:aStartPt (Results 1 – 10 of 10) sorted by relevance

/trunk/main/vcl/source/control/
H A Dfixed.cxx528 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 Dbutton.cxx1033 Point aStartPt( nX, aInRect.Top()+nDistance ); in ImplDrawPushButtonContent() local
1035 aDecoView.DrawSeparator( aStartPt, aEndPt ); in ImplDrawPushButtonContent()
/trunk/main/vcl/source/gdi/
H A Doutdev.cxx1537 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 Dimpvect.cxx1089 const Point aStartPt( nX++, nY ); in ImplCalculate() local
1092 aChain.ImplBeginAdd( aStartPt ); in ImplCalculate()
1093 ImplGetChain( pMap, aStartPt, aChain ); in ImplCalculate()
H A Doutdev3.cxx4161 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 Dcvtsvm.cxx1302 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 Dpdfwriter_impl.cxx7574 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()
/trunk/main/vcl/aqua/source/gdi/
H A Dctfonts.cxx248 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()
/trunk/main/filter/source/graphicfilter/epict/
H A Depict.cxx399 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()
/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx4622 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()

Completed in 196 milliseconds