Home
last modified time | relevance | path

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

/trunk/main/filter/source/flash/
H A Dswfwriter1.cxx1974 const double P4x, const double P4y ) in Impl_quadBezierApprox() argument
1978 if( P4x == 3.0*P3x - 3.0*P2x + P1x && in Impl_quadBezierApprox()
1983 P4x, P4y); in Impl_quadBezierApprox()
2002 const double nominator( (P2y-P4y)*(P3x-P4x) - (P2x-P4x)*(P3y-P4y) ); in Impl_quadBezierApprox()
2003 const double denominator( (P1x-P2x)*(P3y-P4y) - (P1y-P2y)*(P3x-P4x) ); in Impl_quadBezierApprox()
2015 const double QP3x( P4x ); 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()
2090 Impl_addStraightLine( rBits, rLastPoint, P4x, P4y); in Impl_quadBezierApprox()
2100 const double R4x( P4x ), R4y( P4y ); in Impl_quadBezierApprox()
[all …]
H A Dswfwriter.hxx400 const double P4x, const double P4y );
/trunk/main/tools/source/generic/
H A Dpoly.cxx983 const double P4x, const double P4y ) 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()
1020 const double R4x( P4x ), R4y( P4y ); in ImplAdaptiveSubdivide()
1021 const double R3x( (P3x + P4x)*0.5 ), R3y( (P3y + P4y)*0.5 ); in ImplAdaptiveSubdivide()

Completed in 32 milliseconds