Searched defs:indexInSort (Results 1 – 2 of 2) sorted by relevance
26 int indexInSort() const { SkASSERT(fIndexInSort >= 0); return fIndexInSort; } in indexInSort() function in Node73 void setIndexInSort(int indexInSort) { fIndexInSort = indexInSort; } in setIndexInSort()
18 int indexInSort() const { SkASSERT(fIndexInSort >= 0); return fIndexInSort; } in indexInSort() function in Node65 void setIndexInSort(int indexInSort) { fIndexInSort = indexInSort; } in setIndexInSort()