HomeSort by relevance Sort by last modified time
    Searched defs:sk_64_mul (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/include/core/
SkMath.h 37 static inline int64_t sk_64_mul(int64_t a, int64_t b) { function
51 int64_t tmp = sk_64_mul(numer1, numer2) / denom;
  /external/skia/include/core/
SkMath.h 37 static inline int64_t sk_64_mul(int64_t a, int64_t b) { function
51 int64_t tmp = sk_64_mul(numer1, numer2) / denom;

Completed in 175 milliseconds