Home
last modified time | relevance | path

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

/trunk/main/svx/source/customshapes/
H A DEnhancedCustomShape2d.cxx1785 sal_Int32 nYVec = ( nY - aPrev.Y() ) >> 1; in CreateSubPath() local
1786 Point aControl1( aPrev.X() + nXVec, aPrev.Y() + nYVec ); in CreateSubPath()
1791 nYVec = ( nY - aCurrent.Y() ) >> 1; in CreateSubPath()
1792 Point aControl2( aCurrent.X() + nXVec, aCurrent.Y() + nYVec ); in CreateSubPath()

Completed in 60 milliseconds