Searched defs:ActiveEdge (Results 1 – 1 of 1) sorted by relevance
/third_party/skia/src/utils/ |
D | SkPolyUtils.cpp | 536 struct ActiveEdge { struct 537 ActiveEdge() : fChild{ nullptr, nullptr }, fAbove(nullptr), fBelow(nullptr), fRed(false) {} in ActiveEdge() argument 538 ActiveEdge(const SkPoint& p0, const SkVector& v, uint16_t index0, uint16_t index1) in ActiveEdge() argument 552 bool aboveIfLeft(const ActiveEdge* that) const { in aboveIfLeft() argument 606 bool above(const ActiveEdge* that) const { in above() argument 616 bool intersect(const SkPoint& q0, const SkVector& w, uint16_t index0, uint16_t index1) const { in intersect() 655 bool intersect(const ActiveEdge* edge) { in intersect() argument 659 bool lessThan(const ActiveEdge* that) const { in lessThan() argument 673 ActiveEdge* fChild[2]; argument 674 ActiveEdge* fAbove; argument [all …]
|