Searched defs:dBugCheck (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/pathops/
H A DSkOpSegment.cpp1317 const SkOpPtT* dBugCheck = checkHead; local
1319 SkOPASSERT(!SkDPoint::ApproximatelyEqual(dBugRef->fPt, dBugCheck->fPt));
1320 dBugCheck = dBugCheck->next();
1321 } while (dBugCheck != checkHead);

Completed in 82 milliseconds