Searched refs:ptsInCommon (Results 1 – 1 of 1) sorted by relevance
148 bool* oppStart, bool* ptsInCommon);501 bool ptsInCommon; in hullCheck() local502 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() argument647 *ptsInCommon = false; in onlyEndPointsInCommon()650 *ptsInCommon = true; in onlyEndPointsInCommon()