Searched refs:SkNextLog2 (Results 1 – 4 of 4) sorted by relevance
144 static inline int SkNextLog2(uint32_t value) { in SkNextLog2() function
196 int depth = 2 * SkNextLog2(SkToU32(right - left)); in SkTQSort()
154 static const int kMaxSrcRectSize = 1 << (SkNextLog2(gBmpSize) + 2); in onDraw()
1038 int bits = SkNextLog2(colorCount); in computeBitDepth()