Searched refs:L2y (Results 1 – 2 of 2) sorted by relevance
/trunk/main/filter/source/flash/ |
H A D | swfwriter1.cxx | 2097 const double L2x( (P1x + P2x)*0.5 ), L2y( (P1y + P2y)*0.5 ); in Impl_quadBezierApprox() local 2099 const double L3x( (L2x + Hx)*0.5 ), L3y( (L2y + Hy)*0.5 ); in Impl_quadBezierApprox() 2107 … Impl_quadBezierApprox(rBits, rLastPoint, d2, L1x, L1y, L2x, L2y, L3x, L3y, L4x, L4y); in Impl_quadBezierApprox()
|
/trunk/main/tools/source/generic/ |
H A D | poly.cxx | 1017 const double L2x( (P1x + P2x)*0.5 ), L2y( (P1y + P2y)*0.5 ); in ImplAdaptiveSubdivide() local 1019 const double L3x( (L2x + Hx)*0.5 ), L3y( (L2y + Hy)*0.5 ); in ImplAdaptiveSubdivide() 1028 …ImplAdaptiveSubdivide(rPointIter, distance2, recursionDepth, d2, L1x, L1y, L2x, L2y, L3x, L3y, L4x… in ImplAdaptiveSubdivide()
|
Completed in 27 milliseconds