Home
last modified time | relevance | path

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

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

Completed in 25 milliseconds