Home
last modified time | relevance | path

Searched refs:LeftOf (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/src/core/
H A DSkTDPQueue.h123 static int LeftOf(int x) { SkASSERT(x >= 0); return 2 * x + 1; } in LeftOf() function in SkTDPQueue
160 int child = LeftOf(index); in percolateDownIfNecessary()

Completed in 1 milliseconds