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

  /external/chromium_org/third_party/skia/include/core/
SkMath.h 135 * 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) {
  /external/chromium_org/third_party/skia/gm/
drawbitmaprect.cpp 97 static const int kMaxSrcRectSize = 1 << (SkNextLog2(kBmpSize) + 2);
  /external/chromium_org/third_party/skia/src/core/
SkTSort.h 196 int depth = 2 * SkNextLog2(SkToU32(right - left));
  /external/chromium_org/third_party/skia/src/images/
SkImageDecoder_libpng.cpp     [all...]

Completed in 1290 milliseconds