Home
last modified time | relevance | path

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

/trunk/main/filter/source/flash/
H A Dswfwriter1.cxx1953 const double P3x, const double P3y ) in Impl_addQuadBezier() argument
1957 Point aAnchorPoint( FRound(P3x), FRound(P3y) ); in Impl_addQuadBezier()
1973 const double P3x, const double P3y, in Impl_quadBezierApprox() argument
1978 if( P4x == 3.0*P3x - 3.0*P2x + P1x && 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()
2042 const double fJ2x( P3x - 2.0/3.0*QP2x - 1.0/3.0*QP3x ); in Impl_quadBezierApprox()
2082 const double fJ2x2( P3x - P1x - 2.0/3.0*(P4x - P1x) ); in Impl_quadBezierApprox()
2098 const double Hx ( (P2x + P3x)*0.5 ), Hy ( (P2y + P3y)*0.5 ); in Impl_quadBezierApprox()
2101 const double R3x( (P3x + P4x)*0.5 ), R3y( (P3y + P4y)*0.5 ); in Impl_quadBezierApprox()
H A Dswfwriter.hxx393 const double P3x, const double P3y );
399 const double P3x, const double P3y,
/trunk/main/tools/source/generic/
H A Dpoly.cxx982 const double P3x, const double P3y, in ImplAdaptiveSubdivide() argument
1000 const double fJ2x( P3x - P1x - 2.0/3.0*(P4x - P1x) ); in ImplAdaptiveSubdivide()
1018 const double Hx ( (P2x + P3x)*0.5 ), Hy ( (P2y + P3y)*0.5 ); in ImplAdaptiveSubdivide()
1021 const double R3x( (P3x + P4x)*0.5 ), R3y( (P3y + P4y)*0.5 ); in ImplAdaptiveSubdivide()

Completed in 43 milliseconds