Lines Matching refs:aNewB2DPolygon

1416 	basegfx::B2DPolygon aNewB2DPolygon;  in CreateSubPath()  local
1427 aNewB2DPolygon.append(basegfx::B2DPoint(aTempPoint.X(), aTempPoint.Y())); in CreateSubPath()
1430 aNewB2DPolygon.setClosed(true); in CreateSubPath()
1449 if(aNewB2DPolygon.count() > 1L) in CreateSubPath()
1452 basegfx::tools::checkClosed(aNewB2DPolygon); in CreateSubPath()
1453 aNewB2DPolyPolygon.append(aNewB2DPolygon); in CreateSubPath()
1456 aNewB2DPolygon.clear(); in CreateSubPath()
1461 aNewB2DPolygon.append(basegfx::B2DPoint(aTempPoint.X(), aTempPoint.Y())); in CreateSubPath()
1469 if(aNewB2DPolygon.count()) in CreateSubPath()
1471 if(aNewB2DPolygon.count() > 1L) in CreateSubPath()
1473 aNewB2DPolygon.setClosed(true); in CreateSubPath()
1474 aNewB2DPolyPolygon.append(aNewB2DPolygon); in CreateSubPath()
1477 aNewB2DPolygon.clear(); in CreateSubPath()
1489 …DBG_ASSERT(aNewB2DPolygon.count(), "EnhancedCustomShape2d::CreateSubPath: Error in adding control … in CreateSubPath()
1490 aNewB2DPolygon.appendBezierSegment( in CreateSubPath()
1510 …DBG_ASSERT(aNewB2DPolygon.count(), "EnhancedCustomShape2d::CreateSubPath: Error in adding Q contro… in CreateSubPath()
1511 aNewB2DPolygon.appendBezierSegment( in CreateSubPath()
1521 …DBG_ASSERT(aNewB2DPolygon.count(), "EnhancedCustomShape2d::CreateSubPath: Error in adding Q contro… in CreateSubPath()
1522 aNewB2DPolygon.append(basegfx::B2DPoint(aEnd.X(), aEnd.Y())); in CreateSubPath()
1532 if(aNewB2DPolygon.count() > 1L) in CreateSubPath()
1535 basegfx::tools::checkClosed(aNewB2DPolygon); in CreateSubPath()
1536 aNewB2DPolyPolygon.append(aNewB2DPolygon); in CreateSubPath()
1538 aNewB2DPolygon.clear(); in CreateSubPath()
1650aNewB2DPolygon.append(CreateArc( aRect, Point( (sal_Int32)fx1, (sal_Int32)fy1 ), Point( (sal_Int32… in CreateSubPath()
1663 aNewB2DPolygon.append(basegfx::B2DPoint(aCenter.X(), aRect.Top())); in CreateSubPath()
1666 aNewB2DPolygon.appendBezierSegment( in CreateSubPath()
1671 aNewB2DPolygon.appendBezierSegment( in CreateSubPath()
1676 aNewB2DPolygon.appendBezierSegment( in CreateSubPath()
1681 aNewB2DPolygon.appendBezierSegment( in CreateSubPath()
1687 basegfx::tools::closeWithGeometryChange(aNewB2DPolygon); in CreateSubPath()
1700 aNewB2DPolygon.append(basegfx::B2DPoint(aTempPoint.X(), aTempPoint.Y())); in CreateSubPath()
1708 if(aNewB2DPolygon.count() > 1L) in CreateSubPath()
1711 basegfx::tools::checkClosed(aNewB2DPolygon); in CreateSubPath()
1712 aNewB2DPolyPolygon.append(aNewB2DPolygon); in CreateSubPath()
1715 aNewB2DPolygon.clear(); in CreateSubPath()
1735 aNewB2DPolygon.append(CreateArc( aRect, aStart, aEnd, bClockwise)); in CreateSubPath()
1796 aNewB2DPolygon.appendBezierSegment( in CreateSubPath()
1803 aNewB2DPolygon.append(basegfx::B2DPoint(aCurrent.X(), aCurrent.Y())); in CreateSubPath()
1829 if(aNewB2DPolygon.count() > 1L) in CreateSubPath()
1832 basegfx::tools::checkClosed(aNewB2DPolygon); in CreateSubPath()
1833 aNewB2DPolyPolygon.append(aNewB2DPolygon); in CreateSubPath()