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

  /external/skia/gm/
drawbitmaprect.cpp 85 static const int kMaxSrcRectSize = 1 << (SkNextLog2(kBmpSize) + 2);
  /external/skia/include/core/
SkMath.h 132 SkNextLog2(1) -> 0
133 SkNextLog2(2) -> 1
134 SkNextLog2(3) -> 2
135 SkNextLog2(4) -> 2
136 SkNextLog2(5) -> 3
138 static inline int SkNextLog2(uint32_t value) {
  /external/skia/src/images/
SkImageDecoder_libpng.cpp     [all...]

Completed in 4215 milliseconds