Searched refs:SkClosestRecord (Results 1 – 1 of 1) sorted by relevance
1888 struct SkClosestRecord { struct1889 bool operator<(const SkClosestRecord& rh) const {1921 bool matesWith(const SkClosestRecord& mate) const { in matesWith() argument1933 void merge(const SkClosestRecord& mate) { in merge() argument1948 void update(const SkClosestRecord& mate) { in update() argument1974 SkClosestRecord<TCurve, OppCurve>* record = &fClosest[fUsed]; in find() argument1983 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 …]