Home
last modified time | relevance | path

Searched refs:aClippedPoly (Results 1 – 2 of 2) sorted by relevance

/trunk/main/chart2/source/view/charttypes/
H A DAreaChart.cxx457 drawing::PolyPolygonShape3D aClippedPoly; in impl_createArea() local
458 …::clipPolygonAtRectangle( aPoly, pPosHelper->getScaledLogicClipDoubleRect(), aClippedPoly, false ); in impl_createArea()
459 ShapeFactory::closePolygon(aClippedPoly); //again necessary after clipping in impl_createArea()
460 aPoly = aClippedPoly; in impl_createArea()
H A DVSeriesPlotter.cxx1016 drawing::PolyPolygonShape3D aClippedPoly; in createRegressionCurvesShapes() local
1017 …pPolygonAtRectangle( aRegressionPoly, m_pPosHelper->getScaledLogicClipDoubleRect(), aClippedPoly ); in createRegressionCurvesShapes()
1018 aRegressionPoly = aClippedPoly; in createRegressionCurvesShapes()

Completed in 32 milliseconds