Searched refs:setB2DPoint (Results 1 – 14 of 14) sorted by relevance
/trunk/main/vcl/unx/headless/ |
H A D | svpgdi.cxx | 351 aPoly.setB2DPoint( i, B2DPoint( pPtAry[i].mnX, pPtAry[i].mnY ) ); in drawPolyLine() 365 aPoly.setB2DPoint( i, B2DPoint( pPtAry[i].mnX, pPtAry[i].mnY ) ); in drawPolygon() 396 aPoly.setB2DPoint( i, B2DPoint( pPoints[i].mnX, pPoints[i].mnY ) ); in drawPolyPolygon() 583 aPoly.setB2DPoint( i, B2DPoint( pPtAry[i].mnX, pPtAry[i].mnY ) ); in invert()
|
/trunk/main/slideshow/source/engine/transitions/ |
H A D | waterfallwipe.cxx | 65 poly.setB2DPoint( 0, ::basegfx::B2DPoint( 0.0, -1.0 ) ); in operator ()() 66 poly.setB2DPoint( poly.count()-1, ::basegfx::B2DPoint( 1.0, -1.0 ) ); in operator ()()
|
/trunk/main/basegfx/source/tools/ |
H A D | unopolypolygon.cxx | 271 aPoly.setB2DPoint( nPointIndex, in setPoint() 352 aPoly.setB2DPoint( nPointIndex, in setBezierSegment()
|
/trunk/main/basegfx/source/polygon/ |
H A D | b2dlinegeometry.cxx | 761 aEdgePolygon.setB2DPoint(0, aStartPoint); in createAreaGeometryForJoin() 762 aEdgePolygon.setB2DPoint(aEdgePolygon.count() - 1, aEndPoint); in createAreaGeometryForJoin()
|
H A D | b2dpolypolygoncutter.cxx | 703 aTemp.setB2DPoint(b, maCorrectionTable[c].second); in getB2DPolyPolygon()
|
H A D | b2dpolygon.cxx | 1257 void B2DPolygon::setB2DPoint(sal_uInt32 nIndex, const B2DPoint& rValue) in setB2DPoint() function in basegfx::B2DPolygon
|
H A D | b2dpolygontools.cxx | 3610 aRetval.setB2DPoint(a, aSnappedPoint); in snapPointsOfHorizontalOrVerticalEdges()
|
/trunk/main/basegfx/inc/basegfx/polygon/ |
H A D | b2dpolygon.hxx | 81 void setB2DPoint(sal_uInt32 nIndex, const basegfx::B2DPoint& rValue);
|
/trunk/main/sd/source/ui/func/ |
H A D | fumorph.cxx | 272 aPoly2.setB2DPoint((a + nCnt - nInd) % nCnt, aPoly1.getB2DPoint(a)); in ImpEqualizePolyPointCount()
|
/trunk/main/svx/source/svdraw/ |
H A D | svdpoev.cxx | 652 aNewXP.setB2DPoint(nPointNum, basegfx::B2DPoint(aPos.X(), aPos.Y())); in ImpTransformMarkedPoints()
|
H A D | svdopath.cxx | 2529 aNewPolygon.setB2DPoint(nPnt, basegfx::B2DPoint(rPnt.X(), rPnt.Y())); in NbcSetPoint()
|
/trunk/main/canvas/source/cairo/ |
H A D | cairo_canvashelper.cxx | 1071 aEdge.setB2DPoint(1, aCandidate.getB2DPoint(nNextIndex)); in doPolyPolygonPath() 1082 aEdge.setB2DPoint(0, aEdge.getB2DPoint(1)); in doPolyPolygonPath()
|
/trunk/main/sdext/source/pdfimport/tree/ |
H A D | drawtreevisiting.cxx | 338 b2dPolygon.setB2DPoint( j, point ); in visit()
|
H A D | writertreevisiting.cxx | 264 b2dPolygon.setB2DPoint( j, point ); in visit()
|
Completed in 117 milliseconds