Searched refs:P1x (Results 1 – 3 of 3) sorted by relevance
/trunk/main/filter/source/flash/ |
H A D | swfwriter1.cxx | 1971 const double P1x, const double P1y, in Impl_quadBezierApprox() argument 1978 if( P4x == 3.0*P3x - 3.0*P2x + P1x && 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() 2006 const double IPx( P2x + lambda*( P1x - P2x) ); in Impl_quadBezierApprox() 2011 const double QP1x( P1x ); in Impl_quadBezierApprox() 2080 const double fJ1x2( P2x - P1x - 1.0/3.0*(P4x - P1x) ); in Impl_quadBezierApprox() 2082 const double fJ2x2( P3x - P1x - 2.0/3.0*(P4x - P1x) ); 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 D | swfwriter.hxx | 397 const double P1x, const double P1y,
|
/trunk/main/tools/source/generic/ |
H A D | poly.cxx | 980 const double P1x, const double P1y, in ImplAdaptiveSubdivide() argument 998 const double fJ1x( P2x - P1x - 1.0/3.0*(P4x - P1x) ); in ImplAdaptiveSubdivide() 1000 const double fJ2x( P3x - P1x - 2.0/3.0*(P4x - P1x) ); 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 51 milliseconds