Searched refs:fHalfArrowWidth (Results 1 – 1 of 1) sorted by relevance
1221 double fHalfArrowWidth = (0.05 * 0.5) * fVecLen; in CreateB2dIAObject() local1242 Point aLeft(aMidPoint.X() + (sal_Int32)(aPerpend.getX() * fHalfArrowWidth), in CreateB2dIAObject()1243 aMidPoint.Y() + (sal_Int32)(aPerpend.getY() * fHalfArrowWidth)); in CreateB2dIAObject()1244 Point aRight(aMidPoint.X() - (sal_Int32)(aPerpend.getX() * fHalfArrowWidth), in CreateB2dIAObject()1245 aMidPoint.Y() - (sal_Int32)(aPerpend.getY() * fHalfArrowWidth)); in CreateB2dIAObject()
Completed in 36 milliseconds