Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkPathOpsTSect.h1388 static bool is_parallel(const SkDLine& thisLine, const TCurve& opp) { in is_parallel() function
1439 if (ptMatches == 2 || is_parallel(thisLine, opp->fCurve)) { in linesIntersect()
1450 if (ptMatches == 2|| is_parallel(oppLine, this->fCurve)) { in linesIntersect()