HomeSort by relevance Sort by last modified time
    Searched refs:setCoincident (Results 1 - 8 of 8) sorted by null

  /external/skia/src/pathops/
SkOpCoincidence.h 86 ptT->setCoincident();
94 ptT->setCoincident();
107 ptT->setCoincident();
115 ptT->setCoincident();
SkIntersections.cpp 110 setCoincident(index);
115 void SkIntersections::setCoincident(int index) {
SkDConicLineIntersection.cpp 55 fIntersections->setCoincident(index++);
57 fIntersections->setCoincident(index);
SkDCubicLineIntersection.cpp 114 fIntersections->setCoincident(index++);
116 fIntersections->setCoincident(index);
SkDQuadLineIntersection.cpp 133 fIntersections->setCoincident(index++);
135 fIntersections->setCoincident(index);
SkIntersections.h 275 void setCoincident(int index);
SkOpSpan.h 143 void setCoincident() const {
SkPathOpsTSect.h     [all...]

Completed in 1307 milliseconds