Searched refs:LeftOf (Results 1 – 1 of 1) sorted by relevance
100 static int LeftOf(int x) { SkASSERT(x >= 0); return 2 * x + 1; } in LeftOf() function136 int child = LeftOf(index); in percolateDownIfNecessary()