Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkPathOpsTSect.h1888 struct SkClosestRecord { struct
1889 bool operator<(const SkClosestRecord& rh) const {
1921 bool matesWith(const SkClosestRecord& mate) const { in matesWith() argument
1933 void merge(const SkClosestRecord& mate) { in merge() argument
1948 void update(const SkClosestRecord& mate) { in update() argument
1974 SkClosestRecord<TCurve, OppCurve>* record = &fClosest[fUsed]; in find() argument
1983 SkClosestRecord<TCurve, OppCurve>* test = &fClosest[index]; in find()
2000 const SkClosestRecord<TCurve, OppCurve>*, true> closestPtrs; in finish()
2004 SkTQSort<const SkClosestRecord<TCurve, OppCurve> >(closestPtrs.begin(), closestPtrs.end() in finish()
2007 const SkClosestRecord<TCurve, OppCurve>* test = closestPtrs[index]; in finish()
[all …]