Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkPathOpsTSect.h878 double oppTTest = work.fCoinStart.perpT(); in binarySearchCoin() local
879 if (sect2->fHead->contains(oppTTest)) { in binarySearchCoin()
880 *oppT = oppTTest; in binarySearchCoin()
1364 double oppTTest = coinW.perpT(); in linesIntersect() local
1365 if (!opp->fHead->contains(oppTTest)) { in linesIntersect()
1369 i->insert(workT, oppTTest, workPt); in linesIntersect()