Home
last modified time | relevance | path

Searched refs:perpT (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/src/pathops/
H A DSkPathOpsTSect.cpp372 foundStart |= between(test->fStartT, fCoinStart.perpT(), test->fEndT); in removeBounded()
373 foundEnd |= between(test->fStartT, fCoinEnd.perpT(), test->fEndT); in removeBounded()
457 validatePerpT(fCoinStart.perpT()); in validate()
458 validatePerpPt(fCoinStart.perpT(), fCoinStart.perpPt()); in validate()
461 validatePerpT(fCoinEnd.perpT()); in validate()
462 validatePerpPt(fCoinEnd.perpT(), fCoinEnd.perpPt()); in validate()
577 work.validatePerpPt(work.fCoinStart.perpT(), work.fCoinStart.perpPt()); in binarySearchCoin()
579 double oppTTest = work.fCoinStart.perpT(); in binarySearchCoin()
689 bool oppMatched = first->fCoinStart.perpT() < first->fCoinEnd.perpT(); in coincidentForce()
746 double perpT = work->fCoinStart.perpT(); computePerpendiculars() local
755 double perpT = work->fCoinEnd.perpT(); computePerpendiculars() local
1206 double perpT = coinW.perpT(); linesIntersect() local
1937 double perpT = coincident->fCoinStart.perpT(); BinarySearch() local
[all...]
H A DSkPathOpsTSect.h68 double perpT() const { in perpT() function in SkTCoincident

Completed in 5 milliseconds