Searched refs:rhIndex (Results 1 – 1 of 1) sorted by relevance
326 int rhIndex = rhs.cellY * mNumCols + rhs.cellX; in compare() local327 return (lhIndex - rhIndex); in compare()