Home
last modified time | relevance | path

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

/third_party/skia/src/pathops/
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() argument
319 *ptsInCommon = false; in onlyEndPointsInCommon()
322 *ptsInCommon = true; in onlyEndPointsInCommon()
DSkPathOpsTSect.h165 bool* oppStart, bool* ptsInCommon);