Home
last modified time | relevance | path

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

/AOO42X/main/basegfx/source/curve/
H A Db2dcubicbezier.cxx124 bool bRightEqualZero(aRight.equalZero()); in ImpSubDivAngleStart() local
127 if(bLeftEqualZero && bRightEqualZero) in ImpSubDivAngleStart()
139 const bool bRightParallel(bRightEqualZero ? true : areParallel(aRight, aBase)); in ImpSubDivAngleStart()
164 if(!bRightEqualZero) in ImpSubDivAngleStart()
179 bRightEqualZero = true; in ImpSubDivAngleStart()
183 if(bLeftEqualZero && bRightEqualZero) in ImpSubDivAngleStart()
212 bool bAngleIsSmallerRight(bAllParallel && bRightEqualZero); in ImpSubDivAngleStart()
216 … const B2DVector aRightRight(bRightEqualZero ? aS2R - aS1R : aS1R - rfPB); // #i72104# in ImpSubDivAngleStart()