Searched refs:SkNextLog2 (Results 1 – 6 of 6) sorted by relevance
40 configs[kA8_GrMaskFormat].fLog2Width = SkNextLog2(dim); in SetupAlwaysEvictAtlas()41 configs[kA8_GrMaskFormat].fLog2Height = SkNextLog2(dim); in SetupAlwaysEvictAtlas()47 configs[kA565_GrMaskFormat].fLog2Width = SkNextLog2(dim); in SetupAlwaysEvictAtlas()48 configs[kA565_GrMaskFormat].fLog2Height = SkNextLog2(dim); in SetupAlwaysEvictAtlas()54 configs[kARGB_GrMaskFormat].fLog2Width = SkNextLog2(dim); in SetupAlwaysEvictAtlas()55 configs[kARGB_GrMaskFormat].fLog2Height = SkNextLog2(dim); in SetupAlwaysEvictAtlas()
153 static inline int SkNextLog2(uint32_t value) { in SkNextLog2() function
198 int depth = 2 * SkNextLog2(SkToU32(right - left)); in SkTQSort()
88 const int kMaxSrcRectSize = 1 << (SkNextLog2(gSurfaceSize) + 2); in onDraw()
166 const int kMaxSrcRectSize = 1 << (SkNextLog2(gBmpSize) + 2); in onDraw()
353 SkAutoSTMalloc<300, int32_t> indices(fanSize + SkNextLog2(fanSize)); in closeContour()