HomeSort by relevance Sort by last modified time
    Searched defs:coincidence (Results 1 - 5 of 5) sorted by null

  /external/skia/src/pathops/
SkPathOpsSimplify.cpp 180 SkOpCoincidence coincidence; local
183 SkOpGlobalState globalState(&coincidence, contourList SkDEBUGPARAMS(nullptr));
203 while (AddIntersectTs(current, next, &coincidence, &allocator)
209 if (!HandleCoincidence(contourList, &coincidence, &allocator)) {
SkOpSpan.cpp 346 SkOpCoincidence* coincidence = this->globalState()->coincidence(); local
347 if (coincidence) {
348 coincidence->fixUp(this->ptT(), kept);
SkPathOpsOp.cpp 253 SkOpCoincidence coincidence; local
254 SkOpGlobalState globalState(&coincidence, contourList SkDEBUGPARAMS(testName));
303 while (AddIntersectTs(current, next, &coincidence, &allocator)
310 if (!HandleCoincidence(contourList, &coincidence, &allocator)) {
SkPathOpsTypes.h 33 SkOpGlobalState(SkOpCoincidence* coincidence, SkOpContourHead* head
58 SkOpCoincidence* coincidence() { function in class:SkOpGlobalState
SkPathOpsDebug.cpp 170 const SkOpCoincidence* coincidence = contour->globalState()->coincidence(); local
173 contour->debugMissingCoincidence(id, &glitches, coincidence);
175 coincidence->debugFixAligned(id, &glitches);
176 coincidence->debugAddMissing(id, &glitches);
177 coincidence->debugExpand(id, &glitches);
178 coincidence->debugAddExpanded(id, &glitches);
179 coincidence->debugMark(id, &glitches);
566 // this mimics the order of the checks in handle coincidence
634 // when opp is encounted the 1st time, continue; on 2nd encounter, look for coincidence
    [all...]

Completed in 499 milliseconds