Home
last modified time | relevance | path

Searched refs:nCurrPoint (Results 1 – 4 of 4) sorted by path

/trunk/main/basegfx/source/tools/
H A Dcanvastools.cxx221 for( sal_Int32 nCurrPoint=0; nCurrPoint<nCurrSize; ++nCurrPoint ) in polygonFromPoint2DSequence() local
222 aPoly.append( b2DPointFromRealPoint2D( points[nCurrPoint] ) ); in polygonFromPoint2DSequence()
/trunk/main/canvas/source/directx/
H A Ddx_impltools.cxx214 for( sal_uInt32 nCurrPoint=0; nCurrPoint<nPoints; ++nCurrPoint ) in graphicsPathFromB2DPolygon() local
216 const ::basegfx::B2DPoint& rPoint( rPoly.getB2DPoint( nCurrPoint ) ); in graphicsPathFromB2DPolygon()
220 … const ::basegfx::B2DPoint& rControlPointA( rPoly.getNextControlPoint( nCurrPoint ) ); in graphicsPathFromB2DPolygon()
224 …const ::basegfx::B2DPoint& rControlPointB( rPoly.getPrevControlPoint( (nCurrPoint + 1) % nPoints) … in graphicsPathFromB2DPolygon()
281 for( sal_uInt32 nCurrPoint=0; nCurrPoint<nPoints; ++nCurrPoint ) in graphicsPathFromB2DPolygon() local
283 const ::basegfx::B2DPoint& rPoint( rPoly.getB2DPoint( nCurrPoint ) ); in graphicsPathFromB2DPolygon()
284 … rPoints[nCurrPoint] = Gdiplus::PointF( static_cast<Gdiplus::REAL>(rPoint.getX()), in graphicsPathFromB2DPolygon()
/trunk/main/vcl/source/helper/
H A Dcanvastools.cxx119 sal_uInt16 nCurrPoint; in polygonFromPoint2DSequence() local
120 for( nCurrPoint=0; nCurrPoint<nCurrSize; ++nCurrPoint ) in polygonFromPoint2DSequence()
121 aPoly[nCurrPoint] = pointFromRealPoint2D( points[nCurrPoint] ); in polygonFromPoint2DSequence()
/trunk/main/vcl/win/source/gdi/
H A Dsalgdi.cxx638 sal_uLong nCurrPoint; in ImplPreparePolyDraw() local
647 for( nCurrPoint=1; nCurrPoint<nCurrPoints; ) in ImplPreparePolyDraw()
651 ( nCurrPoint + 2 ) < nCurrPoints ) in ImplPreparePolyDraw()
671 nCurrPoint += 3; in ImplPreparePolyDraw()
681 ++nCurrPoint; in ImplPreparePolyDraw()

Completed in 31 milliseconds