Searched refs:SkNextLog2 (Results 1 – 14 of 14) sorted by relevance
85 const int kMaxSrcRectSize = 1 << (SkNextLog2(gSurfaceSize) + 2); in onDraw()
161 const int kMaxSrcRectSize = 1 << (SkNextLog2(gBmpSize) + 2); in onDraw()
196 static inline int SkNextLog2(uint32_t value) { in SkNextLog2() function
202 int depth = 2 * SkNextLog2(SkToU32(right - left)); in SkTQSort()
227 this->recordStroke(Verb::kQuadraticStroke, SkNextLog2(numSegments)); in quadraticTo()382 this->recordStroke(Verb::kCubicStroke, SkNextLog2(numSegments)); in cubicTo()
63 int log2area = SkNextLog2(SkTMax(specs.fApproxNumPixels, 1)); in GrCCAtlas()
429 currFan.push_back_n(SkNextLog2(fanSize)); in prepareToDraw()
62 int log2area = SkNextLog2(SkTMax(specs.fApproxNumPixels, 1)); in GrCCAtlas()