Home
last modified time | relevance | path

Searched refs:SkNextLog2 (Results 1 – 4 of 4) sorted by relevance

/external/skia/include/core/
DSkMath.h144 static inline int SkNextLog2(uint32_t value) { in SkNextLog2() function
/external/skia/src/core/
DSkTSort.h196 int depth = 2 * SkNextLog2(SkToU32(right - left)); in SkTQSort()
/external/skia/gm/
Ddrawbitmaprect.cpp154 static const int kMaxSrcRectSize = 1 << (SkNextLog2(gBmpSize) + 2); in onDraw()
/external/skia/src/images/
DSkImageDecoder_libpng.cpp1038 int bits = SkNextLog2(colorCount); in computeBitDepth()