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