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

  /external/chromium_org/third_party/skia/src/pathops/
SkOpContour.h 153 fMultiples |= segment.hasMultiples();
218 return fMultiples;
235 fContainsCurves = fContainsCubics = fContainsIntercepts = fDone = fMultiples = false;
345 bool fMultiples; // set if some segment has multiple identical intersections with other curves
SkOpSegment.h 90 return fMultiples;
540 bool fMultiples; // set if curve intersects multiple other curves at one interior point
SkOpSegment.cpp     [all...]
  /external/skia/src/pathops/
SkOpContour.h 153 fMultiples |= segment.hasMultiples();
218 return fMultiples;
235 fContainsCurves = fContainsCubics = fContainsIntercepts = fDone = fMultiples = false;
345 bool fMultiples; // set if some segment has multiple identical intersections with other curves
SkOpSegment.h 90 return fMultiples;
540 bool fMultiples; // set if curve intersects multiple other curves at one interior point
SkOpSegment.cpp     [all...]

Completed in 37 milliseconds