Home
last modified time | relevance | path

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

/trunk/main/svx/source/customshapes/
H A DEnhancedCustomShape2d.cxx1546 Point _aCenter; in CreateSubPath() local
1587 _aCenter = GetPoint( seqCoordinates[ rSrcPt ], sal_True, sal_True ); in CreateSubPath()
1594 _aCenter.X() = nCoordWidth/2 * fXScale; in CreateSubPath()
1595 _aCenter.Y() = nCoordHeight/2 * fYScale; in CreateSubPath()
1613 _aCenter = GetPoint( seqCoordinates[ rSrcPt ], sal_True, sal_True ); in CreateSubPath()
1620 Point aP( (sal_Int32)( _aCenter.X() - fWidth ), (sal_Int32)( _aCenter.Y() - fHeight ) ); in CreateSubPath()

Completed in 28 milliseconds