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

  /external/skia/src/pathops/
SkOpSpan.cpp 280 SkOpCoincidence* coins = this->globalState()->coincidence();
444 SkOpCoincidence* coincidence = this->globalState()->coincidence(); local
445 if (coincidence) {
446 coincidence->fixUp(this->ptT(), kept);
SkPathOpsTypes.h 65 SkOpCoincidence* coincidence() { function in class:SkOpGlobalState
158 void setCoincidence(SkOpCoincidence* coincidence) {
159 fCoincidence = coincidence;
SkPathOpsDebug.cpp 356 const SkOpCoincidence* coincidence = contour->globalState()->coincidence(); local
357 coincidence->debugCheckValid(&glitches); // don't call validate; spans may be inconsistent
363 coincidence->debugAddMissing(&glitches, &added);
364 coincidence->debugExpand(&glitches);
365 coincidence->debugAddExpanded(&glitches);
366 coincidence->debugMark(&glitches);
800 // this mimics the order of the checks in handle coincidence
813 this->globalState()->coincidence()->debugRelease(glitches, this);
856 // if the coincidence is a product of multiple intersections. For instance, give
931 const SkOpCoincidence* coincidence = this->globalState()->coincidence(); local
    [all...]

Completed in 57 milliseconds