Home
last modified time | relevance | path

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

/external/skqp/src/utils/
DSkPolyUtils.cpp506 struct ActiveEdge { struct
507 ActiveEdge() : fChild{ nullptr, nullptr }, fAbove(nullptr), fBelow(nullptr), fRed(false) {} in ActiveEdge() argument
508 ActiveEdge(const SkPoint& p0, const SkVector& v, uint16_t index0, uint16_t index1) in ActiveEdge() function
522 bool aboveIfLeft(const ActiveEdge* that) const { in aboveIfLeft() argument
576 bool above(const ActiveEdge* that) const { in above() argument
586 bool intersect(const SkPoint& q0, const SkVector& w, uint16_t index0, uint16_t index1) const { in intersect()
625 bool intersect(const ActiveEdge* edge) { in intersect() argument
629 bool lessThan(const ActiveEdge* that) const { in lessThan() argument
643 ActiveEdge* fChild[2]; argument
644 ActiveEdge* fAbove; argument
[all …]
/external/skia/src/utils/
DSkPolyUtils.cpp536 struct ActiveEdge { struct
537 ActiveEdge() : fChild{ nullptr, nullptr }, fAbove(nullptr), fBelow(nullptr), fRed(false) {} in ActiveEdge() function
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 …]