Lines Matching refs:fx1
632 …lygon& rPoly, const std::vector< double >& rDistances, const double& fX, double& fx1, double& fy1 ) in GetPoint() argument
634 fy1 = fx1 = 0.0; in GetPoint()
642 fx1 = rPt.X(); in GetPoint()
654 fx1 = rPt2.X() + fWidth; in GetPoint()
700 double fx1 = aBoundRect.Left() - nLeft; in FitTextOutlinesToShapeOutlines() local
703 double fM1 = fx1 / (double)nWidth; in FitTextOutlinesToShapeOutlines()
706 GetPoint( rOutlinePoly, vDistances, fM1, fx1, fy1 ); in FitTextOutlinesToShapeOutlines()
710 double fvy = - ( fx2 - fx1 ); in FitTextOutlinesToShapeOutlines()
711 fx1 = fx1 + ( ( fx2 - fx1 ) * 0.5 ); in FitTextOutlinesToShapeOutlines()
722 …rPolyPoly.Move( (sal_Int32)( ( fx1 + fvx )- aBoundRect.Center().X() ), (sal_Int32)( ( fy1 + fvy ) … in FitTextOutlinesToShapeOutlines()
788 double fx1, fy1, fx2, fy2; in FitTextOutlinesToShapeOutlines() local
789 GetPoint( rOutlinePoly, vDistances, fX, fx1, fy1 ); in FitTextOutlinesToShapeOutlines()
791 double fWidth = fx2 - fx1; in FitTextOutlinesToShapeOutlines()
793 rPoint.X() = (sal_Int32)( fx1 + fWidth * fY ); in FitTextOutlinesToShapeOutlines()