Searched refs:fIndexInSort (Results 1 – 2 of 2) sorted by relevance
18 int indexInSort() const { SkASSERT(fIndexInSort >= 0); return fIndexInSort; } in indexInSort()23 SkDebugf("%d: id %c", fIndexInSort, fID); in print()63 explicit Node(char id) : fID(id), fIndexInSort(-1), fVisited(false) {} in Node()65 void setIndexInSort(int indexInSort) { fIndexInSort = indexInSort; } in setIndexInSort()79 int fIndexInSort; member in Node