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

  /external/skia/src/pathops/
SkPathOpsTSect.h 1928 const SkTSpan<TCurve, OppCurve>* coincident = fCoincident; local
2264 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
222 // break the span so that the coincident part does not change the angle of the remainder
517 Opposite values result from combining coincident spans.
1603 bool coincident = true; local
    [all...]
SkOpSpan.cpp 284 // the insert above may have put both ends of a coincident run in the same span
285 // for each coincident ptT in loop; see if its opposite in is also in the loop
286 // this implementation is the motivation for marking that a ptT is referenced by a coincident span
290 if (!test->coincident()) {
SkOpSpan.h 43 bool coincident() const { return fCoincident; } function in class:SkOpPtT
174 mutable bool fCoincident; // set if at some point a coincident span pointed here
402 SkOpSpanBase* fCoinEnd; // linked list of coincident spans that end here (may point to itself)
558 SkOpSpan* fCoincident; // linked list of spans coincident with this one (may point to itself)
563 int fWindValue; // 0 == canceled; 1 == normal; >1 == coincident
564 int fOppValue; // normally 0 -- when binary coincident edges combine, opp value goes here
SkPathOpsDebug.cpp 291 // see if next coincident operation makes a change; if so, record it
853 // look for pairs of undetected coincident curves
855 // Even though pairs of curves correct detect coincident runs, a run may be missed
861 // the resulting run from point 1 to point 2 is coincident on A and B.
891 // FIXME?: this assumes that if the opposite segment is coincident then no more
    [all...]
  /external/skia/src/gpu/
GrTessellator.cpp 610 bool coincident(const SkPoint& a, const SkPoint& b) { function in namespace:__anon30969
    [all...]
  /external/skia/tests/
PathOpsDebug.cpp 1091 const SkOpSpan* coincident = fCoincident; local
    [all...]

Completed in 7757 milliseconds