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

  /external/skia/legacy/src/core/
SkBitmapSampler.cpp 331 if (is_pow2(bm.width()) && is_pow2(bm.height()))
336 if (is_pow2(bm.width()) && is_pow2(bm.height()))
358 if (is_pow2(bm.width()) && is_pow2(bm.height()))
363 if (is_pow2(bm.width()) && is_pow2(bm.height()))
385 if (is_pow2(bm.width()) && is_pow2(bm.height())
    [all...]
SkBitmapSampler.h 85 static inline bool is_pow2(int count) function
128 SkASSERT((int)max >= 0 && is_pow2(max + 1));
154 SkASSERT((int)max >= 0 && is_pow2(max + 1));
  /external/skia/src/core/
SkBitmapSampler.cpp 333 if (is_pow2(bm.width()) && is_pow2(bm.height()))
338 if (is_pow2(bm.width()) && is_pow2(bm.height()))
360 if (is_pow2(bm.width()) && is_pow2(bm.height()))
365 if (is_pow2(bm.width()) && is_pow2(bm.height()))
387 if (is_pow2(bm.width()) && is_pow2(bm.height())
    [all...]
SkBitmapSampler.h 85 static inline bool is_pow2(int count) function
128 SkASSERT((int)max >= 0 && is_pow2(max + 1));
154 SkASSERT((int)max >= 0 && is_pow2(max + 1));

Completed in 554 milliseconds