HomeSort by relevance Sort by last modified time
    Searched refs:SkNextLog2 (Results 1 - 4 of 4) sorted by null

  /external/skia/include/core/
SkMath.h 138 * SkNextLog2(1) -> 0
139 * SkNextLog2(2) -> 1
140 * SkNextLog2(3) -> 2
141 * SkNextLog2(4) -> 2
142 * SkNextLog2(5) -> 3
144 static inline int SkNextLog2(uint32_t value) {
  /external/skia/src/core/
SkTSort.h 196 int depth = 2 * SkNextLog2(SkToU32(right - left));
  /external/skia/gm/
drawbitmaprect.cpp 154 static const int kMaxSrcRectSize = 1 << (SkNextLog2(gBmpSize) + 2);
  /external/skia/src/images/
SkImageDecoder_libpng.cpp     [all...]

Completed in 113 milliseconds