Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkPath.cpp1319 static constexpr bool kSkipLineToCheck = true; in arcTo() local
1321 static constexpr bool kSkipLineToCheck = false; in arcTo() local
1325 } else if (kSkipLineToCheck || !this->getLastPt(&lastPt) || in arcTo()