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

  /external/chromium_org/third_party/skia/src/core/
SkMathPriv.h 44 e.g. to perform a fixedmul, call SkMulShift(a, b, 16)
46 int32_t SkMulShift(int32_t a, int32_t b, unsigned shift);
SkMatrix.cpp 858 #define SkScalarMulShift(a, b, s) SkMulShift(a, b, s)
    [all...]
SkMath.cpp 59 int32_t SkMulShift(int32_t a, int32_t b, unsigned shift) {
  /external/skia/src/core/
SkMathPriv.h 44 e.g. to perform a fixedmul, call SkMulShift(a, b, 16)
46 int32_t SkMulShift(int32_t a, int32_t b, unsigned shift);
SkMatrix.cpp 858 #define SkScalarMulShift(a, b, s) SkMulShift(a, b, s)
    [all...]
SkMath.cpp 59 int32_t SkMulShift(int32_t a, int32_t b, unsigned shift) {

Completed in 169 milliseconds