Searched refs:aTmpPoly (Results 1 – 5 of 5) sorted by relevance
/trunk/main/drawinglayer/source/primitive3d/ |
H A D | sdrcubeprimitive3d.cxx | 105 basegfx::B3DPolygon aTmpPoly(aFill.getB3DPolygon(a)); in create3DDecomposition() local 107 if(aTmpPoly.count() >= 4L) in create3DDecomposition() 111 basegfx::B2DPoint aPoint(aTmpPoly.getTextureCoordinate(b)); in create3DDecomposition() 123 aTmpPoly.setTextureCoordinate(b, aPoint); in create3DDecomposition() 126 aFill.setB3DPolygon(a, aTmpPoly); in create3DDecomposition()
|
/trunk/main/svx/source/svdraw/ |
H A D | svdedtv2.cxx | 1076 basegfx::B2DPolyPolygon aTmpPoly(pPathObj->GetPathPoly()); in MergeMarkedObjects() local 1081 aTmpPoly = basegfx::tools::simplifyCurveSegments(aTmpPoly); in MergeMarkedObjects() 1085 aTmpPoly = basegfx::tools::prepareForPolygonOperation(aTmpPoly); in MergeMarkedObjects() 1093 … aMergePolyPolygonA = basegfx::tools::solvePolygonOperationOr(aMergePolyPolygonA, aTmpPoly); in MergeMarkedObjects() 1097 aMergePolyPolygonA = aTmpPoly; in MergeMarkedObjects() 1107 … aMergePolyPolygonB = basegfx::tools::solvePolygonOperationOr(aMergePolyPolygonB, aTmpPoly); in MergeMarkedObjects() 1111 aMergePolyPolygonB = aTmpPoly; in MergeMarkedObjects() 1278 …basegfx::B2DPolyPolygon aTmpPoly(basegfx::tools::simplifyCurveSegments(ImpGetPolyPolygon(pObj, sal… in CombineMarkedObjects() local 1279 aPolyPolygon.insert(0L, aTmpPoly); in CombineMarkedObjects()
|
/trunk/main/chart2/source/view/charttypes/ |
H A D | AreaChart.cxx | 349 drawing::PolyPolygonShape3D aTmpPoly(*pSeriesPoly); in impl_createLine() local 350 …wing::Position3D aLast(aScaledLogicClipDoubleRect.getMaxX(),aTmpPoly.SequenceY[0][0],aTmpPoly.Sequ… in impl_createLine() 352 AddPointToPoly( aTmpPoly, aLast, pSeriesPoly->SequenceX.getLength() - 1 ); in impl_createLine() 353 Clipping::clipPolygonAtRectangle( aTmpPoly, aScaledLogicClipDoubleRect, aPoly ); in impl_createLine()
|
/trunk/main/editeng/source/editeng/ |
H A D | impedit.cxx | 333 Polygon aTmpPoly( 4 ); in ImplDrawHighlightRect() local 334 aTmpPoly[0] = aRect.TopLeft(); in ImplDrawHighlightRect() 335 aTmpPoly[1] = aRect.TopRight(); in ImplDrawHighlightRect() 336 aTmpPoly[2] = aRect.BottomRight(); in ImplDrawHighlightRect() 337 aTmpPoly[3] = aRect.BottomLeft(); in ImplDrawHighlightRect() 338 pPolyPoly->Insert( aTmpPoly ); in ImplDrawHighlightRect()
|
/trunk/main/filter/source/flash/ |
H A D | swfwriter1.cxx | 628 Polygon aTmpPoly( aPoly ); in Impl_writeText() 629 …sal_uInt16 nID = FlashGeometryExporter::writePolygonShape( aMovieStream, aTmpPoly, false, Color(CO… in Impl_writeText()
|
Completed in 197 milliseconds