Searched refs:binarySearchCoin (Results 1 – 2 of 2) sorted by relevance
/third_party/skia/src/pathops/ |
D | SkPathOpsTSect.h | 291 bool binarySearchCoin(SkTSect* , double tStart, double tStep, double* t,
|
D | SkPathOpsTSect.cpp | 548 bool SkTSect::binarySearchCoin(SkTSect* sect2, double tStart, in binarySearchCoin() function in SkTSect 845 && this->binarySearchCoin(sect2, startT, prev->fStartT - startT, &coinStart, in extractCoincident()
|