Home
last modified time | relevance | path

Searched refs:rPt2 (Results 1 – 19 of 19) sorted by path

/trunk/main/basebmp/inc/basebmp/
H A Dbitmapdevice.hxx202 const basegfx::B2IPoint& rPt2,
228 const basegfx::B2IPoint& rPt2,
571 const basegfx::B2IPoint& rPt2,
576 const basegfx::B2IPoint& rPt2,
H A Dlinerenderer.hxx71 const basegfx::B2IPoint& rPt2, in renderLine() argument
80 const sal_Int32 x2 = rPt2.getX(); in renderLine()
82 const sal_Int32 y2 = rPt2.getY(); in renderLine()
H A Dpolypolygonrenderer.hxx75 basegfx::B2DPoint const& rPt2, in Vertex()
77 mnYCounter( basegfx::fround(rPt2.getY()) - in Vertex()
81 ((rPt2.getX() - rPt1.getX()) / in Vertex()
/trunk/main/basebmp/source/
H A Dbitmapdevice.cxx436 rPt2, in implRenderLine2()
445 const basegfx::B2IPoint& rPt2, in implRenderLine() argument
452 implRenderLine2( rPt1,rPt2,rBounds, in implRenderLine()
461 const basegfx::B2IPoint& rPt2, in implDrawLine() argument
470 implRenderLine( rPt1, rPt2, rBounds, col, in implDrawLine()
473 implRenderLine( rPt1, rPt2, rBounds, col, in implDrawLine()
483 implDrawLine(rPt1,rPt2,rBounds,lineColor, in drawLine_i()
504 implDrawLine(rPt1,rPt2,rBounds,lineColor, in drawLine_i()
1149 rPt2, in drawLine()
1163 drawLine(rPt1,rPt2,lineColor,drawMode); in drawLine()
[all …]
/trunk/main/editeng/source/misc/
H A Dtxtrange.cxx167 long Cut( long nY, const Point& rPt1, const Point& rPt2 );
172 long CalcMax( const Point& rPt1, const Point& rPt2, long nRange, long nFar );
220 long SvxBoundArgs::CalcMax( const Point& rPt1, const Point& rPt2, in CalcMax() argument
223 double nDa = Cut( nRange, rPt1, rPt2 ) - Cut( nFarRange, rPt1, rPt2 ); in CalcMax()
237 if( nB < B(rPt2) ) in CalcMax()
643 long SvxBoundArgs::Cut( long nB, const Point& rPt1, const Point& rPt2 ) in Cut() argument
648 nQuot /= ( rPt2.X() - rPt1.X() ); in Cut()
649 nQuot *= ( rPt2.Y() - rPt1.Y() ); in Cut()
653 nQuot /= ( rPt2.Y() - rPt1.Y() ); in Cut()
654 nQuot *= ( rPt2.X() - rPt1.X() ); in Cut()
/trunk/main/filter/source/flash/
H A Dswfwriter.hxx372 void Impl_writeLine( const Point& rPt1, const Point& rPt2, const Color* pLineColor = NULL );
H A Dswfwriter1.cxx1181 void Writer::Impl_writeLine( const Point& rPt1, const Point& rPt2, const Color* pLineColor ) in Impl_writeLine() argument
1187 const Point aPtAry[2] = { rPt1, rPt2 }; in Impl_writeLine()
/trunk/main/filter/source/svg/
H A Dsvgwriter.cxx545 void SVGActionWriter::ImplWriteLine( const Point& rPt1, const Point& rPt2, in ImplWriteLine() argument
553 ImplMap( rPt2, aPt2 ); in ImplWriteLine()
558 aPt2 = rPt2; in ImplWriteLine()
H A Dsvgwriter.hxx201 void ImplWriteLine( const Point& rPt1, const Point& rPt2, const Color* pLineColor = NULL,
/trunk/main/oox/source/drawingml/
H A Dcustomshapegeometry.cxx895 …mShapeProperties, EnhancedCustomShapeParameterPair& rPt1, EnhancedCustomShapeParameterPair& rPt2 );
908 EnhancedCustomShapeParameterPair& rPt2 ) in Path2DQuadBezierToContext() argument
911 , mrPt2( rPt2 ) in Path2DQuadBezierToContext()
/trunk/main/svx/inc/svx/
H A Dsvdoedge.hxx209 const Point& rPt2, long nAngle2, const Rectangle& rBoundRect2, const Rectangle& rBewareRect2,
H A Dsvdomeas.hxx94 SdrMeasureObj(const Point& rPt1, const Point& rPt2);
/trunk/main/svx/source/customshapes/
H A DEnhancedCustomShapeFontWork.cxx649 const Point& rPt2 = rPoly[ nIdx - 1 ]; in GetPoint() local
650 double fWidth = rPt.X() - rPt2.X(); in GetPoint()
651 double fHeight= rPt.Y() - rPt2.Y(); in GetPoint()
654 fx1 = rPt2.X() + fWidth; in GetPoint()
655 fy1 = rPt2.Y() + fHeight; in GetPoint()
/trunk/main/svx/source/svdraw/
H A Dsvdoedge.cxx846 const Point& rPt2, long nAngle2, const Rectangle& rBoundRect2, const Rectangle& rBewareRect2, in ImpCalcEdgeTrack() argument
872 Point aPt2(rPt2); in ImpCalcEdgeTrack()
883 aXP[1]=rPt2; in ImpCalcEdgeTrack()
885 *pnQuality=Abs(rPt1.X()-rPt2.X())+Abs(rPt1.Y()-rPt2.Y()); in ImpCalcEdgeTrack()
892 aXP[2]=rPt2; in ImpCalcEdgeTrack()
893 aXP[3]=rPt2; in ImpCalcEdgeTrack()
H A Dsvdomeas.cxx220 SdrMeasureObj::SdrMeasureObj(const Point& rPt1, const Point& rPt2): in SdrMeasureObj() argument
222 aPt2(rPt2), in SdrMeasureObj()
/trunk/main/sw/source/core/layout/
H A Dtrvlfrm.cxx1100 sal_uLong CalcDiff( const Point &rPt1, const Point &rPt2 ) in CalcDiff() argument
1104 sal_uInt32 dX = Max( rPt1.X(), rPt2.X() ) - in CalcDiff()
1105 Min( rPt1.X(), rPt2.X() ), in CalcDiff()
1106 dY = Max( rPt1.Y(), rPt2.Y() ) - in CalcDiff()
1107 Min( rPt1.Y(), rPt2.Y() ); in CalcDiff()
/trunk/main/tools/source/generic/
H A Dpoly.cxx1726 const Point& rPt2 = mpImplPolygon->mpPointAry[ ( i < nCount ) ? i : 0 ]; in IsInside() local
1728 if ( aLine.Intersection( Line( aPt1, rPt2 ), aIntersection ) ) in IsInside()
1747 aPt1 = rPt2; in IsInside()
/trunk/main/vcl/inc/vcl/
H A Doutdev.hxx479 …st Rectangle& rRect, long nDist, sal_uInt16 nAngle10, Point& rPt1, Point& rPt2, Size& rInc, Point&…
/trunk/main/vcl/source/gdi/
H A Doutdev4.cxx1225 Point& rPt1, Point& rPt2, Size& rInc, Point& rEndPt1 ) in ImplCalcHatchValues() argument
1240 rPt2 = rRect.TopRight(); in ImplCalcHatchValues()
1249 rPt2.Y() -= nOffset; in ImplCalcHatchValues()
1255 rPt2 = rRect.BottomLeft(); in ImplCalcHatchValues()
1264 rPt2.X() -= nOffset; in ImplCalcHatchValues()
1278 rPt2 = Point( rRect.Right(), rRect.Top() - nYOff ); in ImplCalcHatchValues()
1285 rPt2 = Point( rRect.Left(), rRect.Top() - nYOff ); in ImplCalcHatchValues()
1296 rPt2.Y() -= nOffset; in ImplCalcHatchValues()
1310 rPt2 = Point( rRect.Left() - nXOff, rRect.Bottom() ); in ImplCalcHatchValues()
1317 rPt2 = Point( rRect.Left() - nXOff, rRect.Top() ); in ImplCalcHatchValues()
[all …]

Completed in 208 milliseconds