Home
last modified time | relevance | path

Searched refs:fJ1y (Results 1 – 5 of 5) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/basegfx/source/curve/
H A Db2dcubicbezier.cxx280 const double fJ1y(rfEA.getY() - rfPA.getY() - 1.0/3.0*(rfPB.getY() - rfPA.getY())); in ImpSubDivDistance() local
283 … const double fDistanceError2(std::max(fJ1x*fJ1x + fJ1y*fJ1y, fJ2x*fJ2x + fJ2y*fJ2y)); in ImpSubDivDistance()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/basegfx/source/curve/
H A Db2dcubicbezier.cxx280 const double fJ1y(rfEA.getY() - rfPA.getY() - 1.0/3.0*(rfPB.getY() - rfPA.getY())); in ImpSubDivDistance() local
283 … const double fDistanceError2(std::max(fJ1x*fJ1x + fJ1y*fJ1y, fJ2x*fJ2x + fJ2y*fJ2y)); in ImpSubDivDistance()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/filter/source/flash/
H A Dswfwriter1.cxx1840 const double fJ1y( P2y - 1.0/3.0*QP1y - 2.0/3.0*QP2y ); in Impl_quadBezierApprox() local
1848 ::std::max( fJ1x*fJ1x + fJ1y*fJ1y, in Impl_quadBezierApprox()
/dports/editors/libreoffice/libreoffice-7.2.6.2/tools/source/generic/
H A Dpoly.cxx1134 const double fJ1y( P2y - P1y - 1.0/3.0*(P4y - P1y) ); in ImplAdaptiveSubdivide() local
1137 const double distance2( ::std::max( fJ1x*fJ1x + fJ1y*fJ1y, in ImplAdaptiveSubdivide()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/tools/source/generic/
H A Dpoly.cxx1123 const double fJ1y( P2y - P1y - 1.0/3.0*(P4y - P1y) ); in ImplAdaptiveSubdivide() local
1126 const double distance2( ::std::max( fJ1x*fJ1x + fJ1y*fJ1y, in ImplAdaptiveSubdivide()