Home
last modified time | relevance | path

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

/trunk/main/filter/source/flash/
H A Dswfwriter1.cxx1971 const double P1x, const double P1y, in Impl_quadBezierApprox() argument
1979 P4y == 3.0*P3y - 3.0*P2y + P1y ) in Impl_quadBezierApprox()
1982 3.0/2.0*P2x - 1.0/2.0*P1x, 3.0/2.0*P2y - 1.0/2.0*P1y, in Impl_quadBezierApprox()
2003 const double denominator( (P1x-P2x)*(P3y-P4y) - (P1y-P2y)*(P3x-P4x) ); in Impl_quadBezierApprox()
2007 const double IPy( P2y + lambda*( P1y - P2y) ); in Impl_quadBezierApprox()
2012 const double QP1y( P1y ); in Impl_quadBezierApprox()
2081 const double fJ1y2( P2y - P1y - 1.0/3.0*(P4y - P1y) ); in Impl_quadBezierApprox()
2083 const double fJ2y2( P3y - P1y - 2.0/3.0*(P4y - P1y) ); in Impl_quadBezierApprox()
2096 const double L1x( P1x ), L1y( P1y ); in Impl_quadBezierApprox()
2097 const double L2x( (P1x + P2x)*0.5 ), L2y( (P1y + P2y)*0.5 ); in Impl_quadBezierApprox()
H A Dswfwriter.hxx397 const double P1x, const double P1y,
/trunk/main/tools/source/generic/
H A Dpoly.cxx980 const double P1x, const double P1y, in ImplAdaptiveSubdivide() argument
999 const double fJ1y( P2y - P1y - 1.0/3.0*(P4y - P1y) ); in ImplAdaptiveSubdivide()
1001 const double fJ2y( P3y - P1y - 2.0/3.0*(P4y - P1y) ); in ImplAdaptiveSubdivide()
1016 const double L1x( P1x ), L1y( P1y ); in ImplAdaptiveSubdivide()
1017 const double L2x( (P1x + P2x)*0.5 ), L2y( (P1y + P2y)*0.5 ); in ImplAdaptiveSubdivide()
1036 *rPointIter++ = Point( FRound(P1x), FRound(P1y) ); in ImplAdaptiveSubdivide()

Completed in 29 milliseconds