Lines Matching refs:fy1
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()
643 fy1 = rPt.Y(); in GetPoint()
655 fy1 = rPt2.Y() + fHeight; in GetPoint()
702 double fy1, fy2; in FitTextOutlinesToShapeOutlines() local
706 GetPoint( rOutlinePoly, vDistances, fM1, fx1, fy1 ); in FitTextOutlinesToShapeOutlines()
709 double fvx = ( fy2 - fy1 ); in FitTextOutlinesToShapeOutlines()
712 fy1 = fy1 + ( ( fy2 - fy1 ) * 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()
792 double fHeight= fy2 - fy1; in FitTextOutlinesToShapeOutlines()
794 rPoint.Y() = (sal_Int32)( fy1 + fHeight* fY ); in FitTextOutlinesToShapeOutlines()