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

  /external/skia/src/pathops/
SkPathOpsTSect.h 1701 const SkTSpan<TCurve, OppCurve>* coincident = fCoincident; local
1983 SkTSpan<TCurve, OppCurve>* coincident = sect1->fCoincident; local
    [all...]
SkOpSegment.cpp 17 Consider segments containing tiny or small intervals. Consider coincident segments
18 because coincidence finds intersections through distance measurement that non-coincident
542 Opposite values result from combining coincident spans.
1178 bool coincident; local
    [all...]
SkPathOpsPostSect.cpp 316 if (this->coincident()) {
  /external/skia/src/gpu/
GrTessellatingPathRenderer.cpp 454 bool coincident(const SkPoint& a, const SkPoint& b) { function in namespace:__anon18298
791 if (coincident(edge->fTop->fPoint, other->fTop->fPoint)) {
792 LOG("merging coincident above edges (%g, %g) -> (%g, %g)\n",
811 if (coincident(edge->fBottom->fPoint, other->fBottom->fPoint)) {
812 LOG("merging coincident below edges (%g, %g) -> (%g, %g)\n",
    [all...]
  /external/skia/tests/
PathOpsDebug.cpp 965 const SkOpSpan* coincident = fCoincident; local
970 coincident->dump();
975 } while ((coincident = coincident->fCoincident) != this);
    [all...]

Completed in 980 milliseconds