Lines Matching refs:aOrientation
2108 const B2VectorOrientation aOrientation(getOrientation(aNextVec, aPrevVec)); in hasNeutralPoints() local
2110 if(ORIENTATION_NEUTRAL == aOrientation) in hasNeutralPoints()
2141 const B2VectorOrientation aOrientation(getOrientation(aNextVec, aPrevVec)); in removeNeutralPoints() local
2143 if(ORIENTATION_NEUTRAL == aOrientation) in removeNeutralPoints()
2185 B2VectorOrientation aOrientation(ORIENTATION_NEUTRAL); in isConvex() local
2193 if(ORIENTATION_NEUTRAL == aOrientation) in isConvex()
2196 aOrientation = aCurrentOrientation; in isConvex()
2200 if(ORIENTATION_NEUTRAL != aCurrentOrientation && aCurrentOrientation != aOrientation) in isConvex()
2852 const B2VectorOrientation aOrientation(getOrientation(aVectorPrev, aVectorNext)); in setContinuityInPoint() local
2854 if(ORIENTATION_NEUTRAL == aOrientation && aVectorPrev.scalar(aVectorNext) < 0.0) in setContinuityInPoint()
2876 if(ORIENTATION_POSITIVE == aOrientation) in setContinuityInPoint()
2904 const B2VectorOrientation aOrientation(getOrientation(aVectorPrev, aVectorNext)); in setContinuityInPoint() local
2906 if(ORIENTATION_NEUTRAL == aOrientation && aVectorPrev.scalar(aVectorNext) < 0.0) in setContinuityInPoint()
2921 if(ORIENTATION_POSITIVE == aOrientation) in setContinuityInPoint()