Searched defs:LeftOf (Results 1 – 6 of 6) sorted by relevance
123 static int LeftOf(int x) { SkASSERT(x >= 0); return 2 * x + 1; } in LeftOf() function
252 uint32_t LeftOf(uint32_t node) const { return nodes_.at(node).left; } in LeftOf() function
135 uint32_t LeftOf(uint32_t node) const { return nodes_.at(node).left; } in LeftOf() function