Home
last modified time | relevance | path

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

/third_party/skia/src/pathops/
DSkPathOpsTSect.h164 bool onlyEndPointsInCommon(const SkTSpan* opp, bool* start,
DSkPathOpsTSect.cpp176 if (onlyEndPointsInCommon(opp, start, oppStart, &ptsInCommon)) { in hullCheck()
306 bool SkTSpan::onlyEndPointsInCommon(const SkTSpan* opp, in onlyEndPointsInCommon() function in SkTSpan