Home
last modified time | relevance | path

Searched defs:ActiveEdge (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/skia/src/utils/
H A DSkPolyUtils.cpp554 struct ActiveEdge { struct
555 ActiveEdge() : fChild{ nullptr, nullptr }, fAbove(nullptr), fBelow(nullptr), fRed(false) {} in ActiveEdge() argument
556 ActiveEdge(const SkPoint& p0, const SkVector& v, uint16_t index0, uint16_t index1) in ActiveEdge() function
570 bool aboveIfLeft(const ActiveEdge* that) const { in aboveIfLeft() argument
624 bool above(const ActiveEdge* that) const { in above() argument
634 bool intersect(const SkPoint& q0, const SkVector& w, uint16_t index0, uint16_t index1) const { in intersect()
673 bool intersect(const ActiveEdge* edge) { in intersect() argument
677 bool lessThan(const ActiveEdge* that) const { in lessThan() argument
691 ActiveEdge* fChild[2]; argument
692 ActiveEdge* fAbove; argument
[all …]