Home
last modified time | relevance | path

Searched refs:ptsInCommon (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/src/pathops/
H A DSkPathOpsTSect.cpp175 bool ptsInCommon; in hullCheck() local
176 if (onlyEndPointsInCommon(opp, start, oppStart, &ptsInCommon)) { in hullCheck()
177 SkASSERT(ptsInCommon); in hullCheck()
187 return ptsInCommon ? 1 : -1; in hullCheck()
189 return ((int) ptsInCommon) << 1; // 0 or 2 in hullCheck()
307 bool* start, bool* oppStart, bool* ptsInCommon) { in onlyEndPointsInCommon()
319 *ptsInCommon = false; in onlyEndPointsInCommon()
322 *ptsInCommon = true; in onlyEndPointsInCommon()
306 onlyEndPointsInCommon(const SkTSpan* opp, bool* start, bool* oppStart, bool* ptsInCommon) onlyEndPointsInCommon() argument
H A DSkPathOpsTSect.h165 bool* oppStart, bool* ptsInCommon);

Completed in 5 milliseconds