HomeSort by relevance Sort by last modified time
    Searched defs:SkNextLog2 (Results 1 - 2 of 2) 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) {

Completed in 127 milliseconds