Home
last modified time | relevance | path

Searched refs:rPolygon (Results 1 – 25 of 64) sorted by last modified time

123

/trunk/main/vcl/aqua/source/gdi/
H A Dsalgdi.cxx458 const int nPointCount = rPolygon.count(); in AddPolygonToPath()
465 const bool bHasCurves = rPolygon.areControlPointsUsed(); in AddPolygonToPath()
478 ::basegfx::B2DPoint aPoint = rPolygon.getB2DPoint( nClosedIdx ); in AddPolygonToPath()
498 bPendingCurve = rPolygon.isNextControlPointUsed( nPrevIdx ); in AddPolygonToPath()
499 bPendingCurve |= rPolygon.isPrevControlPointUsed( nClosedIdx ); in AddPolygonToPath()
506 basegfx::B2DPoint aCP1 = rPolygon.getNextControlPoint( nPrevIdx ); in AddPolygonToPath()
507 basegfx::B2DPoint aCP2 = rPolygon.getPrevControlPoint( nClosedIdx ); in AddPolygonToPath()
532 const ::basegfx::B2DPolygon rPolygon = rPolyPoly.getB2DPolygon( nPolyIdx ); in AddPolyPolygonToPath() local
533 AddPolygonToPath( xPath, rPolygon, true, bPixelSnap, bLineDraw ); in AddPolyPolygonToPath()
947 const ::basegfx::B2DPolygon rPolygon = rPolyPoly.getB2DPolygon( nPolyIdx ); in drawPolyPolygon() local
[all …]
H A Dctfonts.cxx225 basegfx::B2DPolygon& rPolygon = static_cast<GgoData*>(pData)->maPolygon; in MyCGPathApplierFunc() local
226 const int nPointCount = rPolygon.count(); in MyCGPathApplierFunc()
233 static_cast<GgoData*>(pData)->mpPolyPoly->append( rPolygon ); in MyCGPathApplierFunc()
234 rPolygon.clear(); in MyCGPathApplierFunc()
240 rPolygon.append( basegfx::B2DPoint( +pElement->points[0].x, -pElement->points[0].y ) ); in MyCGPathApplierFunc()
243 rPolygon.append( basegfx::B2DPoint( +pElement->points[2].x, -pElement->points[2].y ) ); in MyCGPathApplierFunc()
244rPolygon.setNextControlPoint( nPointCount-1, basegfx::B2DPoint( pElement->points[0].x, -pElement->… in MyCGPathApplierFunc()
248 const basegfx::B2DPoint aStartPt = rPolygon.getB2DPoint( nPointCount-1 ); in MyCGPathApplierFunc()
253 rPolygon.append( basegfx::B2DPoint( +pElement->points[1].x, -pElement->points[1].y ) ); in MyCGPathApplierFunc()
254 rPolygon.setNextControlPoint( nPointCount-1, aCtrPt1 ); in MyCGPathApplierFunc()
[all …]
H A Datsfonts.cxx270 basegfx::B2DPolygon& rPolygon = static_cast<GgoData*>(pData)->maPolygon; in GgoLineToProc() local
272 rPolygon.append( aB2DPoint ); in GgoLineToProc()
279 basegfx::B2DPolygon& rPolygon = static_cast<GgoData*>(pData)->maPolygon; in GgoCurveToProc() local
280 const sal_uInt32 nPointCount = rPolygon.count(); in GgoCurveToProc()
282 rPolygon.setNextControlPoint( nPointCount-1, aB2DControlPoint1 ); in GgoCurveToProc()
284 rPolygon.append( aB2DEndPoint ); in GgoCurveToProc()
286 rPolygon.setPrevControlPoint( nPointCount, aB2DControlPoint2 ); in GgoCurveToProc()
293 basegfx::B2DPolygon& rPolygon = pGgoData->maPolygon; in GgoClosePathProc() local
294 if( rPolygon.count() > 0 ) in GgoClosePathProc()
295 pGgoData->mpPolyPoly->append( rPolygon ); in GgoClosePathProc()
[all …]
/trunk/main/filter/source/graphicfilter/eps/
H A Deps.cxx202 void ImplWriteLine( const Polygon & rPolygon );
203 void ImplAddPath( const Polygon & rPolygon );
212 void ImplPolyLine( const Polygon & rPolygon );
1507 void PSWriter::ImplAddPath( const Polygon & rPolygon ) in ImplAddPath() argument
1510 sal_uInt16 nPointCount = rPolygon.GetSize(); in ImplAddPath()
1513 ImplMoveTo( rPolygon.GetPoint( 0 ) ); in ImplAddPath()
1516 if ( ( rPolygon.GetFlags( i ) == POLY_CONTROL ) in ImplAddPath()
1518 && ( rPolygon.GetFlags( i + 1 ) == POLY_CONTROL ) in ImplAddPath()
1519 && ( rPolygon.GetFlags( i + 2 ) != POLY_CONTROL ) ) in ImplAddPath()
1521 ImplCurveTo( rPolygon[ i ], rPolygon[ i + 1 ], rPolygon[ i + 2 ], PS_WRAP ); in ImplAddPath()
[all …]
/trunk/main/basegfx/inc/basegfx/polygon/
H A Db2dpolygon.hxx62 B2DPolygon(const B2DPolygon& rPolygon);
63 B2DPolygon(const B2DPolygon& rPolygon, sal_uInt32 nIndex, sal_uInt32 nCount);
67 B2DPolygon& operator=(const B2DPolygon& rPolygon);
73 bool operator==(const B2DPolygon& rPolygon) const;
74 bool operator!=(const B2DPolygon& rPolygon) const;
/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx558 const Polygon& rPolygon = aPolyPoly.GetObject( k ); in SolveSolver() local
559 for ( j = 0; bNotFound && ( j < rPolygon.GetSize() ); j++ ) in SolveSolver()
561 PolyFlags eFlags = rPolygon.GetFlags( j ); in SolveSolver()
566 const Point& rPoint = rPolygon.GetPoint( j ); in SolveSolver()
/trunk/main/vcl/win/source/gdi/
H A Dsalgdi_gdiplus.cxx61 sal_uInt32 nCount(rPolygon.count()); in impAddB2DPolygonToGDIPlusGraphicsPathReal()
66 const bool bControls(rPolygon.areControlPointsUsed()); in impAddB2DPolygonToGDIPlusGraphicsPathReal()
67 basegfx::B2DPoint aCurr(rPolygon.getB2DPoint(0)); in impAddB2DPolygonToGDIPlusGraphicsPathReal()
76 …if(bControls && (rPolygon.isNextControlPointUsed(a) || rPolygon.isPrevControlPointUsed(nNextIndex)… in impAddB2DPolygonToGDIPlusGraphicsPathReal()
107 sal_uInt32 nCount(rPolygon.count()); in impAddB2DPolygonToGDIPlusGraphicsPathInteger()
112 const bool bControls(rPolygon.areControlPointsUsed()); in impAddB2DPolygonToGDIPlusGraphicsPathInteger()
113 basegfx::B2DPoint aCurr(rPolygon.getB2DPoint(0)); in impAddB2DPolygonToGDIPlusGraphicsPathInteger()
122 …if(bControls && (rPolygon.isNextControlPointUsed(a) || rPolygon.isPrevControlPointUsed(nNextIndex)… in impAddB2DPolygonToGDIPlusGraphicsPathInteger()
217 const basegfx::B2DPolygon& rPolygon, in drawPolyLine() argument
223 const sal_uInt32 nCount(rPolygon.count()); in drawPolyLine()
[all …]
/trunk/main/svx/source/customshapes/
H A DEnhancedCustomShapeFontWork.cxx145 double GetLength( const Polygon& rPolygon ) in GetLength() argument
148 if ( rPolygon.GetSize() > 1 ) in GetLength()
150 sal_uInt16 nCount = rPolygon.GetSize(); in GetLength()
152 fLength += ((Polygon&)rPolygon).CalcDistance( nCount, nCount - 1 ); in GetLength()
/trunk/main/basegfx/source/polygon/
H A Db2dtrapezoid.cxx1144 const B2DPolygon& rPolygon, in createLineTrapezoidFromB2DPolygon() argument
1153 B2DPolygon aSource(rPolygon); in createLineTrapezoidFromB2DPolygon()
/trunk/main/vcl/source/gdi/
H A Dregion.cxx343 Region::Region(const Polygon& rPolygon) in Region() argument
349 DBG_CHKOBJ( &rPolygon, Polygon, NULL ); in Region()
351 if(rPolygon.GetSize()) in Region()
353 ImplCreatePolyPolyRegion(rPolygon); in Region()
H A Doutdev6.cxx325 const ::basegfx::B2DPolygon& rPolygon = aB2DPolyPolygon.getB2DPolygon( nPolyIdx ); in DrawTransparent() local
326 …bDrawn = mpGraphics->DrawPolyLine( rPolygon, fTransparency, aLineWidths, ::basegfx::B2DLINEJOIN_NO… in DrawTransparent()
/trunk/main/drawinglayer/source/primitive2d/
H A Dmetafileprimitive2d.cxx741 const basegfx::B2DPolygon& rPolygon, in createHairlineAndFillPrimitive() argument
747 createFillPrimitive(basegfx::B2DPolyPolygon(rPolygon), rTarget, rProperties); in createHairlineAndFillPrimitive()
752 createHairlinePrimitive(rPolygon, rTarget, rProperties); in createHairlineAndFillPrimitive()
/trunk/main/slideshow/source/engine/transitions/
H A Dshapetransitionfactory.cxx65 const ParametricPolyPolygonSharedPtr& rPolygon,
97 const ParametricPolyPolygonSharedPtr& rPolygon, in ClippingAnimation() argument
105 maClippingFunctor( rPolygon, in ClippingAnimation()
/trunk/main/vcl/unx/generic/gdi/
H A Dsalgdi.cxx1213 const ::basegfx::B2DPolygon& rPolygon, in drawPolyLine()
1222 if( !bIsHairline && (rPolygon.count() > 1000) ) in drawPolyLine()
1239 basegfx::B2DPolygon aPolygon = rPolygon; in drawPolyLine()
/trunk/main/vcl/inc/vcl/
H A Dregion.hxx70 Region(const Polygon& rPolygon);
/trunk/main/tools/source/generic/
H A Dpoly.cxx2276 Polygon::Polygon(const basegfx::B2DPolygon& rPolygon) in Polygon() argument
2281 const bool bCurve(rPolygon.areControlPointsUsed()); in Polygon()
2282 const bool bClosed(rPolygon.isClosed()); in Polygon()
2283 sal_uInt32 nB2DLocalCount(rPolygon.count()); in Polygon()
2306 aBezier.setStartPoint(rPolygon.getB2DPoint(0)); in Polygon()
2319 aBezier.setEndPoint(rPolygon.getB2DPoint(nNextIndex)); in Polygon()
2320 aBezier.setControlPointA(rPolygon.getNextControlPoint(a)); in Polygon()
2321 aBezier.setControlPointB(rPolygon.getPrevControlPoint(nNextIndex)); in Polygon()
2338 const basegfx::B2VectorContinuity eCont(rPolygon.getContinuityInPoint(a)); in Polygon()
2364 const basegfx::B2DPoint aClosingPoint(rPolygon.getB2DPoint(nB2DLocalCount - 1L)); in Polygon()
[all …]
/trunk/main/tools/inc/tools/
H A Dpoly.hxx241 explicit Polygon(const ::basegfx::B2DPolygon& rPolygon);
/trunk/main/svx/source/xoutdev/
H A D_xpoly.cxx1478 XPolygon::XPolygon(const basegfx::B2DPolygon& rPolygon) in XPolygon() argument
1485 const Polygon aSource(rPolygon); in XPolygon()
/trunk/main/svx/source/sdr/primitive2d/
H A Dsdrdecompositiontools.cxx156 const basegfx::B2DPolygon& rPolygon, in createPolygonLinePrimitive() argument
165 if(!rPolygon.isClosed() && !rStroke.isDefault()) in createPolygonLinePrimitive()
171 …pNewLinePrimitive = new PolygonStrokeArrowPrimitive2D(rPolygon, aLineAttribute, aStrokeAttribute, … in createPolygonLinePrimitive()
176 pNewLinePrimitive = new PolygonStrokePrimitive2D(rPolygon, aLineAttribute, aStrokeAttribute); in createPolygonLinePrimitive()
/trunk/main/svx/source/sdr/contact/
H A Dviewcontactofe3dpolygon.cxx41 ViewContactOfE3dPolygon::ViewContactOfE3dPolygon(E3dPolygonObj& rPolygon) in ViewContactOfE3dPolygon() argument
42 : ViewContactOfE3d(rPolygon) in ViewContactOfE3dPolygon()
/trunk/main/svx/source/engine3d/
H A Dhelperminimaldepth3d.cxx96 const basegfx::B3DPolygon& rPolygon = rPrimitive.getB3DPolygon(); in processBasePrimitive3D() local
97 const sal_uInt32 nCount(rPolygon.count()); in processBasePrimitive3D()
101 …basegfx::B3DPoint aPointInView(getViewInformation3D().getObjectToView() * rPolygon.getB3DPoint(a)); in processBasePrimitive3D()
/trunk/main/svx/inc/svx/
H A Dxpoly.hxx138 explicit XPolygon(const basegfx::B2DPolygon& rPolygon);
/trunk/main/svx/inc/svx/sdr/primitive2d/
H A Dsdrdecompositiontools.hxx66 const basegfx::B2DPolygon& rPolygon,
/trunk/main/svx/inc/svx/sdr/contact/
H A Dviewcontactofe3dpolygon.hxx46 ViewContactOfE3dPolygon(E3dPolygonObj& rPolygon);
/trunk/main/svtools/source/filter/wmf/
H A Dwinmtf.cxx576 rPolygon[ i ] = ImplMap( rPolygon[ i ] ); in ImplMap()
578 return rPolygon; in ImplMap()
1343 ImplMap( rPolygon ); in DrawPolygon()
1345 aPathObj.AddPolygon( rPolygon ); in DrawPolygon()
1364 if ( rPolygon[ nCount - 1 ] != rPolygon[ 0 ] ) in DrawPolygon()
1418 ImplMap( rPolygon ); in DrawPolyLine()
1421 rPolygon[ 0 ] = maActPos; in DrawPolyLine()
1422 maActPos = rPolygon[ rPolygon.GetSize() - 1 ]; in DrawPolyLine()
1425 aPathObj.AddPolyLine( rPolygon ); in DrawPolyLine()
1442 ImplMap( rPolygon ); in DrawPolyBezier()
[all …]

Completed in 216 milliseconds

123