Searched refs:fvy (Results 1 – 1 of 1) sorted by relevance
710 double fvy = - ( fx2 - fx1 ); in FitTextOutlinesToShapeOutlines() local714 double fAngle = atan2( -fvx, -fvy ); in FitTextOutlinesToShapeOutlines()715 double fL = hypot( fvx, fvy ); in FitTextOutlinesToShapeOutlines()717 fvy = fvy / fL; in FitTextOutlinesToShapeOutlines()720 fvy *= fL; in FitTextOutlinesToShapeOutlines()722 …sal_Int32)( ( fx1 + fvx )- aBoundRect.Center().X() ), (sal_Int32)( ( fy1 + fvy ) - aParagraphIter-… in FitTextOutlinesToShapeOutlines()
Completed in 21 milliseconds