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

/external/skia/src/pathops/
H A DSkAddIntersections.cpp506 int coinIndex = -1; local
539 if (coinIndex < 0) {
542 coinIndex = pt;
546 coinIndex = -1;
550 coinIndex = -1; // coincidence span collapsed
560 coinIndex = -1;
564 coinIndex = -1;
570 coinIndex = -1;
572 SkOPOBJASSERT(coincidence, coinIndex < 0); // expect coincidence to be paired

Completed in 105 milliseconds