Searched refs:tStep (Results 1 - 2 of 2) sorted by relevance
/third_party/skia/src/pathops/ |
H A D | SkPathOpsTSect.cpp | 549 double tStep, double* resultT, double* oppT, SkTSpan** oppFirst) { in binarySearchCoin() 557 bool down = tStep < 0; in binarySearchCoin() 560 tStep *= 0.5; in binarySearchCoin() 561 work.fStartT += tStep; in binarySearchCoin() 563 tStep = -tStep; in binarySearchCoin() 592 tStep = -tStep; in binarySearchCoin() 1196 double tStep = tEnd - tStart; in linesIntersect() local 1199 tStep * in linesIntersect() 548 binarySearchCoin(SkTSect* sect2, double tStart, double tStep, double* resultT, double* oppT, SkTSpan** oppFirst) binarySearchCoin() argument [all...] |
H A D | SkPathOpsTSect.h | 291 bool binarySearchCoin(SkTSect* , double tStart, double tStep, double* t,
|
Completed in 5 milliseconds