Searched refs:dxy (Results 1 – 1 of 1) sorted by relevance
93 bool operator <(const DXY &dxy) const { return dist < dxy.dist; } in operator <()97 int& indexOf(const DXY &dxy) { return index_(dxy.y, dxy.x); } in indexOf() argument101 void heapAdd(const DXY &dxy);