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

  /external/skia/src/pathops/
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
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...]
SkPathOpsTSect.h 1928 const SkTSpan<TCurve, OppCurve>* coincident = fCoincident; local
2264 SkTSpan<TCurve, OppCurve>* coincident = sect1->fCoincident; local
    [all...]
  /external/skia/tests/
PathOpsDebug.cpp 1091 const SkOpSpan* coincident = fCoincident; local
    [all...]
  /external/skia/src/gpu/
GrTessellator.cpp 610 bool coincident(const SkPoint& a, const SkPoint& b) { function in namespace:__anon30969
    [all...]

Completed in 767 milliseconds