Searched refs:SkNextLog2 (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/skia/include/core/
H A DSkMath.h135 * SkNextLog2(1) -> 0
136 * SkNextLog2(2) -> 1
137 * SkNextLog2(3) -> 2
138 * SkNextLog2(4) -> 2
139 * SkNextLog2(5) -> 3
141 static inline int SkNextLog2(uint32_t value) { function
/external/skia/include/core/
H A DSkMath.h135 * SkNextLog2(1) -> 0
136 * SkNextLog2(2) -> 1
137 * SkNextLog2(3) -> 2
138 * SkNextLog2(4) -> 2
139 * SkNextLog2(5) -> 3
141 static inline int SkNextLog2(uint32_t value) { function
/external/chromium_org/third_party/skia/gm/
H A Ddrawbitmaprect.cpp97 static const int kMaxSrcRectSize = 1 << (SkNextLog2(kBmpSize) + 2);
/external/chromium_org/third_party/skia/src/core/
H A DSkTSort.h196 int depth = 2 * SkNextLog2(SkToU32(right - left));
/external/skia/gm/
H A Ddrawbitmaprect.cpp97 static const int kMaxSrcRectSize = 1 << (SkNextLog2(kBmpSize) + 2);
/external/skia/src/core/
H A DSkTSort.h196 int depth = 2 * SkNextLog2(SkToU32(right - left));
/external/chromium_org/third_party/skia/src/images/
H A DSkImageDecoder_libpng.cpp1033 int bits = SkNextLog2(colorCount);
/external/skia/src/images/
H A DSkImageDecoder_libpng.cpp1033 int bits = SkNextLog2(colorCount);

Completed in 578 milliseconds