Searched defs:sk_64_mul (Results 1 - 2 of 2) sorted by path

/external/chromium_org/third_party/skia/include/core/
H A DSkMath.h37 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/
H A DSkMath.h37 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 255 milliseconds