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

  /external/chromium_org/third_party/skia/src/pathops/
SkOpContour.h 154 void joinCoincidence() {
155 joinCoincidence(fCoincidences, false);
156 joinCoincidence(fPartialCoincidences, true);
247 void joinCoincidence(const SkTArray<SkCoincidence, true>& , bool partial);
SkOpContour.cpp 177 void SkOpContour::joinCoincidence(const SkTArray<SkCoincidence, true>& coincidences, bool partial) {
215 added = thisOne.joinCoincidence(&other, oMatchStart, oStep, cancel);
218 (void) other.joinCoincidence(&thisOne, startT, step, cancel);
225 (void) other.joinCoincidence(&thisOne, endT, -step, cancel);
SkPathOpsCommon.cpp 381 static void joinCoincidence(SkTArray<SkOpContour*, true>* contourList) {
385 contour->joinCoincidence();
627 joinCoincidence(contourList);
SkOpSegment.h 273 bool joinCoincidence(SkOpSegment* other, double otherT, int step, bool cancel);
SkOpSegment.cpp     [all...]
  /external/skia/src/pathops/
SkOpContour.h 154 void joinCoincidence() {
155 joinCoincidence(fCoincidences, false);
156 joinCoincidence(fPartialCoincidences, true);
247 void joinCoincidence(const SkTArray<SkCoincidence, true>& , bool partial);
SkOpContour.cpp 177 void SkOpContour::joinCoincidence(const SkTArray<SkCoincidence, true>& coincidences, bool partial) {
215 added = thisOne.joinCoincidence(&other, oMatchStart, oStep, cancel);
218 (void) other.joinCoincidence(&thisOne, startT, step, cancel);
225 (void) other.joinCoincidence(&thisOne, endT, -step, cancel);
SkPathOpsCommon.cpp 381 static void joinCoincidence(SkTArray<SkOpContour*, true>* contourList) {
385 contour->joinCoincidence();
627 joinCoincidence(contourList);
SkOpSegment.h 273 bool joinCoincidence(SkOpSegment* other, double otherT, int step, bool cancel);
SkOpSegment.cpp     [all...]

Completed in 682 milliseconds