Home
last modified time | relevance | path

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

/aoo41x/main/svx/source/customshapes/
H A DEnhancedCustomShapeFontWork.cxx710 double fvy = - ( fx2 - fx1 ); in FitTextOutlinesToShapeOutlines() local
714 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 20 milliseconds