Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/utils/
DSkPolyUtils.cpp520 struct ActiveEdge { struct
521 ActiveEdge() : fChild{ nullptr, nullptr }, fAbove(nullptr), fBelow(nullptr), fRed(false) {} in ActiveEdge() argument
522 ActiveEdge(const SkPoint& p0, const SkVector& v, uint16_t index0, uint16_t index1) in ActiveEdge() argument
536 bool aboveIfLeft(const ActiveEdge* that) const { in aboveIfLeft() argument
590 bool above(const ActiveEdge* that) const { in above() argument
600 bool intersect(const SkPoint& q0, const SkVector& w, uint16_t index0, uint16_t index1) const { in intersect()
639 bool intersect(const ActiveEdge* edge) { in intersect() argument
643 bool lessThan(const ActiveEdge* that) const { in lessThan() argument
657 ActiveEdge* fChild[2]; argument
658 ActiveEdge* fAbove; argument
[all …]