Searched refs:P3y (Results 1 – 3 of 3) sorted by relevance
/trunk/main/filter/source/flash/ |
H A D | swfwriter1.cxx | 1953 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 1979 P4y == 3.0*P3y - 3.0*P2y + P1y ) 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() 2043 const double fJ2y( P3y - 2.0/3.0*QP2y - 1.0/3.0*QP3y ); in Impl_quadBezierApprox() 2083 const double fJ2y2( P3y - P1y - 2.0/3.0*(P4y - P1y) ); 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 D | swfwriter.hxx | 393 const double P3x, const double P3y ); 399 const double P3x, const double P3y,
|
/trunk/main/tools/source/generic/ |
H A D | poly.cxx | 982 const double P3x, const double P3y, in ImplAdaptiveSubdivide() argument 1001 const double fJ2y( P3y - P1y - 2.0/3.0*(P4y - P1y) ); 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 40 milliseconds