Searched refs:ptsInCommon (Results 1 – 2 of 2) sorted by relevance
175 bool ptsInCommon; in hullCheck() local176 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() argument319 *ptsInCommon = false; in onlyEndPointsInCommon()322 *ptsInCommon = true; in onlyEndPointsInCommon()
165 bool* oppStart, bool* ptsInCommon);