Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkPathOpsTSect.h148 bool* oppStart, bool* ptsInCommon);
501 bool ptsInCommon; in hullCheck() local
502 if (onlyEndPointsInCommon(opp, start, oppStart, &ptsInCommon)) { in hullCheck()
503 SkASSERT(ptsInCommon); in hullCheck()
513 return ptsInCommon ? 2 : -1; in hullCheck()
515 return ((int) ptsInCommon) << 1; // 0 or 2 in hullCheck()
635 bool* start, bool* oppStart, bool* ptsInCommon) { in onlyEndPointsInCommon() argument
647 *ptsInCommon = false; in onlyEndPointsInCommon()
650 *ptsInCommon = true; in onlyEndPointsInCommon()