Home
last modified time | relevance | path

Searched refs:aCandidate (Results 26 – 39 of 39) sorted by relevance

12

/trunk/main/basegfx/source/polygon/
H A Db3dpolygonclipper.cxx509 B3DPolygon aCandidate(rCandidate); in clipPolygonOnPlane() local
510 aCandidate.transform(aMatrixTransform); in clipPolygonOnPlane()
513 …aRetval = clipPolygonOnOrthogonalPlane(aCandidate, tools::B3DORIENTATION_X, bClipPositive, 0.0, bS… in clipPolygonOnPlane()
H A Db2dpolygon.cxx1136 basegfx::B2DPoint aCandidate = maPoints.getCoordinate(a); in transform() local
1156 aCandidate *= rMatrix; in transform()
1157 maPoints.setCoordinate(a, aCandidate); in transform()
/trunk/main/canvas/source/cairo/
H A Dcairo_canvashelper.cxx1058 const basegfx::B2DPolygon aCandidate(rPolyPoly.getB2DPolygon(a)); in doPolyPolygonPath() local
1059 const sal_uInt32 nPointCount(aCandidate.count()); in doPolyPolygonPath()
1063 … const sal_uInt32 nEdgeCount(aCandidate.isClosed() ? nPointCount + 1: nPointCount); in doPolyPolygonPath()
1065 aEdge.append(aCandidate.getB2DPoint(0)); in doPolyPolygonPath()
1071 aEdge.setB2DPoint(1, aCandidate.getB2DPoint(nNextIndex)); in doPolyPolygonPath()
1072 aEdge.setNextControlPoint(0, aCandidate.getNextControlPoint(b)); in doPolyPolygonPath()
1073 aEdge.setPrevControlPoint(1, aCandidate.getPrevControlPoint(nNextIndex)); in doPolyPolygonPath()
/trunk/main/sd/source/ui/animations/
H A Dmotionpathtag.cxx432 ::basegfx::B2DPolygon aCandidate; in updatePathAttributes()
435 aCandidate = mxPolyPoly.getB2DPolygon(0); in updatePathAttributes()
436 ::basegfx::tools::checkClosed( aCandidate ); in updatePathAttributes()
439 if( !aCandidate.isClosed() ) in updatePathAttributes()
/trunk/main/svx/source/engine3d/
H A Ddragmt3d.cxx280 const basegfx::B3DPolyPolygon aCandidate(rCandidate.maWireframePoly); in CreateOverlayGeometry() local
281 const sal_uInt32 nPlyCnt(aCandidate.count()); in CreateOverlayGeometry()
291 …lygon aPolyPolygon(basegfx::tools::createB2DPolyPolygonFromB3DPolyPolygon(aCandidate, aTransform)); in CreateOverlayGeometry()
/trunk/main/filter/source/graphicfilter/epict/
H A Depict.cxx1384 const basegfx::B2DPolygon aCandidate(aLinePolyPolygon.getB2DPolygon(a)); in HandleLineInfoPolyPolygons() local
1385 const sal_uInt32 nPointCount(aCandidate.count()); in HandleLineInfoPolyPolygons()
1389 const sal_uInt32 nEdgeCount(aCandidate.isClosed() ? nPointCount + 1 : nPointCount); in HandleLineInfoPolyPolygons()
1390 const basegfx::B2DPoint aCurr(aCandidate.getB2DPoint(0)); in HandleLineInfoPolyPolygons()
1396 const basegfx::B2DPoint aNext(aCandidate.getB2DPoint(nNextIndex)); in HandleLineInfoPolyPolygons()
/trunk/main/tools/source/generic/
H A Dpoly2.cxx883 basegfx::B2DPolygon aCandidate(rPolyPolygon.getB2DPolygon(sal_uInt32(a))); in PolyPolygon() local
884 mpImplPolyPolygon->mpPolyAry[a] = new Polygon( aCandidate ); in PolyPolygon()
/trunk/main/vcl/source/gdi/
H A Dcvtsvm.cxx461 Polygon aCandidate(nPointCount); in ImplReadExtendedPolyPolygonAction() local
467 rIStm >> aCandidate[b]; in ImplReadExtendedPolyPolygonAction()
480 aCandidate.SetFlags(c, (PolyFlags)aPolyFlags); in ImplReadExtendedPolyPolygonAction()
485 rPolyPoly.Insert(aCandidate); in ImplReadExtendedPolyPolygonAction()
H A Doutdev.cxx1632 const basegfx::B2DPolygon aCandidate(aLinePolyPolygon.getB2DPolygon(a)); in impPaintLineGeometryWithEvtlExpand() local
1637 …bDone = mpGraphics->DrawPolyLine( aCandidate, 0.0, basegfx::B2DVector(1.0,1.0), basegfx::B2DLINEJO… in impPaintLineGeometryWithEvtlExpand()
1642 const Polygon aPolygon(aCandidate); in impPaintLineGeometryWithEvtlExpand()
/trunk/main/xmloff/source/draw/
H A Dximpcustomshape.cxx422 const sal_Unicode aCandidate(rParaString[nIndex]); in GetNextParameter() local
424 if(aSpace == aCandidate || aCommata == aCandidate) in GetNextParameter()
/trunk/main/svtools/source/filter/wmf/
H A Demfwr.cxx871 const basegfx::B2DPolygon aCandidate(aLinePolyPolygon.getB2DPolygon(a)); in Impl_handleLineInfoPolyPolygons() local
872 ImplWritePolygonRecord( Polygon(aCandidate), sal_False ); in Impl_handleLineInfoPolyPolygons()
H A Dwmfwr.cxx1148 const basegfx::B2DPolygon aCandidate(aLinePolyPolygon.getB2DPolygon(a)); in HandleLineInfoPolyPolygons() local
1149 WMFRecord_PolyLine(Polygon(aCandidate)); in HandleLineInfoPolyPolygons()
/trunk/main/svx/source/xoutdev/
H A D_xpoly.cxx2125 basegfx::B2DPolygon aCandidate = rPolyPolygon.getB2DPolygon(a); in XPolyPolygon() local
2126 XPolygon aNewPoly(aCandidate); in XPolyPolygon()
/trunk/main/filter/source/flash/
H A Dswfwriter1.cxx1408 const basegfx::B2DPolygon aCandidate(aLinePolyPolygon.getB2DPolygon(a)); in Impl_handleLineInfoPolyPolygons() local
1409 Impl_writePolygon(Polygon(aCandidate), sal_False ); in Impl_handleLineInfoPolyPolygons()

Completed in 180 milliseconds

12