Searched refs:fHalfArrowWidth (Results 1 – 1 of 1) sorted by relevance
1218 double fHalfArrowWidth = (0.05 * 0.5) * fVecLen; in CreateB2dIAObject() local1239 Point aLeft(aMidPoint.X() + (sal_Int32)(aPerpend.getX() * fHalfArrowWidth), in CreateB2dIAObject()1240 aMidPoint.Y() + (sal_Int32)(aPerpend.getY() * fHalfArrowWidth)); in CreateB2dIAObject()1241 Point aRight(aMidPoint.X() - (sal_Int32)(aPerpend.getX() * fHalfArrowWidth), in CreateB2dIAObject()1242 aMidPoint.Y() - (sal_Int32)(aPerpend.getY() * fHalfArrowWidth)); in CreateB2dIAObject()
Completed in 36 milliseconds