Searched defs:ActiveEdge (Results 1 – 1 of 1) sorted by relevance
/external/skia/src/utils/ |
D | SkPolyUtils.cpp | 533 struct ActiveEdge { struct 534 ActiveEdge() : fChild{ nullptr, nullptr }, fAbove(nullptr), fBelow(nullptr), fRed(false) {} in ActiveEdge() argument 535 ActiveEdge(const SkPoint& p0, const SkVector& v, uint16_t index0, uint16_t index1) in ActiveEdge() function 549 bool aboveIfLeft(const ActiveEdge* that) const { in aboveIfLeft() argument 603 bool above(const ActiveEdge* that) const { in above() argument 613 bool intersect(const SkPoint& q0, const SkVector& w, uint16_t index0, uint16_t index1) const { in intersect() 652 bool intersect(const ActiveEdge* edge) { in intersect() argument 656 bool lessThan(const ActiveEdge* that) const { in lessThan() argument 670 ActiveEdge* fChild[2]; argument 671 ActiveEdge* fAbove; argument [all …]
|