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

  /external/chromium_org/third_party/skia/include/core/
SkMath.h 104 * SkNextLog2(1) -> 0
105 * SkNextLog2(2) -> 1
106 * SkNextLog2(3) -> 2
107 * SkNextLog2(4) -> 2
108 * SkNextLog2(5) -> 3
110 static inline int SkNextLog2(uint32_t value) {
  /external/skia/include/core/
SkMath.h 104 * SkNextLog2(1) -> 0
105 * SkNextLog2(2) -> 1
106 * SkNextLog2(3) -> 2
107 * SkNextLog2(4) -> 2
108 * SkNextLog2(5) -> 3
110 static inline int SkNextLog2(uint32_t value) {
  /external/chromium_org/third_party/skia/src/core/
SkTSort.h 196 int depth = 2 * SkNextLog2(SkToU32(right - left));
  /external/skia/gm/
drawbitmaprect.cpp 101 static const int kMaxSrcRectSize = 1 << (SkNextLog2(kBmpSize) + 2);
  /external/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...]
  /external/skia/src/images/
SkImageDecoder_libpng.cpp     [all...]

Completed in 527 milliseconds