Home
last modified time | relevance | path

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

/third_party/skia/src/pathops/
DSkPathOpsTSect.cpp1647 struct SkClosestRecord { struct
1648 bool operator<(const SkClosestRecord& rh) const { in operator <() argument
1652 void addIntersection(SkIntersections* intersections) const { in addIntersection()
1680 bool matesWith(const SkClosestRecord& mate SkDEBUGPARAMS(SkIntersections* i)) const { in matesWith() argument
1692 void merge(const SkClosestRecord& mate) { in merge() argument
1707 void update(const SkClosestRecord& mate) { in update() argument
1733 SkClosestRecord* record = &fClosest[fUsed]; in find() argument