Searched defs:ParentOf (Results 1 – 4 of 4) sorted by relevance
124 static int ParentOf(int x) { SkASSERT(x > 0); return (x - 1) >> 1; } in ParentOf() function
141 uint32_t ParentOf(uint32_t node) const { return nodes_.at(node).parent; } in ParentOf() function