Home
last modified time | relevance | path

Searched refs:binarySearchCoin (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/src/pathops/
DSkPathOpsTSect.h291 bool binarySearchCoin(SkTSect* , double tStart, double tStep, double* t,
DSkPathOpsTSect.cpp548 bool SkTSect::binarySearchCoin(SkTSect* sect2, double tStart, in binarySearchCoin() function in SkTSect
845 && this->binarySearchCoin(sect2, startT, prev->fStartT - startT, &coinStart, in extractCoincident()