Lines Matching refs:rSrcPt

1408 void EnhancedCustomShape2d::CreateSubPath( sal_uInt16& rSrcPt, sal_uInt16& rSegmentInd, std::vector…  in CreateSubPath()  argument
1458 if ( rSrcPt < nCoordSize ) in CreateSubPath()
1460 const Point aTempPoint(GetPoint( seqCoordinates[ rSrcPt++ ], sal_True, sal_True )); in CreateSubPath()
1483 for ( sal_uInt16 i = 0; ( i < nPntCount ) && ( ( rSrcPt + 2 ) < nCoordSize ); i++ ) in CreateSubPath()
1485 const Point aControlA(GetPoint( seqCoordinates[ rSrcPt++ ], sal_True, sal_True )); in CreateSubPath()
1486 const Point aControlB(GetPoint( seqCoordinates[ rSrcPt++ ], sal_True, sal_True )); in CreateSubPath()
1487 const Point aEnd(GetPoint( seqCoordinates[ rSrcPt++ ], sal_True, sal_True )); in CreateSubPath()
1500 … for ( sal_uInt16 i = 0; ( i < nPntCount ) && ( ( rSrcPt + 1 ) < nCoordSize ); i++ ) in CreateSubPath()
1502 if ( rSrcPt ) in CreateSubPath()
1504 … const Point aPreviousEndPoint(GetPoint( seqCoordinates[ rSrcPt - 1 ], sal_True, sal_True)); in CreateSubPath()
1505 … const Point aControlQ(GetPoint( seqCoordinates[ rSrcPt++ ], sal_True, sal_True )); in CreateSubPath()
1506 … const Point aEnd(GetPoint( seqCoordinates[ rSrcPt++ ], sal_True, sal_True )); in CreateSubPath()
1518 rSrcPt++; // skip control point in CreateSubPath()
1519 … const Point aEnd(GetPoint( seqCoordinates[ rSrcPt++ ], sal_True, sal_True )); in CreateSubPath()
1543 for ( sal_uInt16 i = 0; ( i < nPntCount ) && ( ( rSrcPt + 2 ) < nCoordSize ); i++ ) in CreateSubPath()
1563 seqCoordinates1[j] = seqCoordinates[ rSrcPt + j]; in CreateSubPath()
1587 _aCenter = GetPoint( seqCoordinates[ rSrcPt ], sal_True, sal_True ); in CreateSubPath()
1588 GetParameter( fWidth, seqCoordinates[ rSrcPt + 1 ].First, sal_True, sal_False ); in CreateSubPath()
1589 GetParameter( fHeight, seqCoordinates[ rSrcPt + 1 ].Second, sal_False, sal_True ); in CreateSubPath()
1613 _aCenter = GetPoint( seqCoordinates[ rSrcPt ], sal_True, sal_True ); in CreateSubPath()
1614 GetParameter( fWidth, seqCoordinates[ rSrcPt + 1 ].First, sal_True, sal_False ); in CreateSubPath()
1615 GetParameter( fHeight, seqCoordinates[ rSrcPt + 1 ].Second, sal_False, sal_True ); in CreateSubPath()
1626 GetParameter( fStartAngle, seqCoordinates[ rSrcPt + 2 ].First, sal_False, sal_False ); in CreateSubPath()
1627 GetParameter( fEndAngle , seqCoordinates[ rSrcPt + 2 ].Second, sal_False, sal_False ); in CreateSubPath()
1690 rSrcPt += 3; in CreateSubPath()
1697 for ( sal_Int32 i(0L); ( i < nPntCount ) && ( rSrcPt < nCoordSize ); i++ ) in CreateSubPath()
1699 const Point aTempPoint(GetPoint( seqCoordinates[ rSrcPt++ ], sal_True, sal_True )); in CreateSubPath()
1722 for ( sal_uInt16 i = 0; ( i < nPntCount ) && ( ( rSrcPt + 3 ) < nCoordSize ); i++ ) in CreateSubPath()
1724 …Rectangle aRect( GetPoint( seqCoordinates[ rSrcPt ], sal_True, sal_True ), GetPoint( seqCoordinate… in CreateSubPath()
1728 … Point aStart( GetPoint( seqCoordinates[ (sal_uInt16)( rSrcPt + nXor ) ], sal_True, sal_True ) ); in CreateSubPath()
1729 …Point aEnd( GetPoint( seqCoordinates[ (sal_uInt16)( rSrcPt + ( nXor ^ 1 ) ) ], sal_True, sal_True … in CreateSubPath()
1737 rSrcPt += 4; in CreateSubPath()
1749 for ( sal_uInt16 i = 0; ( i < nPntCount ) && ( rSrcPt < nCoordSize ); i++ ) in CreateSubPath()
1752 Point aCurrent( GetPoint( seqCoordinates[ rSrcPt ], sal_True, sal_True ) ); in CreateSubPath()
1754 if ( rSrcPt ) // we need a previous point in CreateSubPath()
1756 Point aPrev( GetPoint( seqCoordinates[ rSrcPt - 1 ], sal_True, sal_True ) ); in CreateSubPath()
1806 rSrcPt++; in CreateSubPath()