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

  /external/skia/include/core/
SkMath.h 163 static inline unsigned SkMul16ShiftRound(U16CPU a, U16CPU b, int shift) {
SkColorPriv.h 674 dr = (sr + SkMul16ShiftRound(dr, isa, SK_R16_BITS)) >> (8 - SK_R16_BITS);
675 dg = (sg + SkMul16ShiftRound(dg, isa, SK_G16_BITS)) >> (8 - SK_G16_BITS);
676 db = (sb + SkMul16ShiftRound(db, isa, SK_B16_BITS)) >> (8 - SK_B16_BITS);
    [all...]
  /external/skia/tests/
MathTest.cpp 74 // test that SkMul16ShiftRound and SkMulDiv255Round return the same result
81 unsigned prod0 = SkMul16ShiftRound(a, b, 8);
93 unsigned prod0 = SkMul16ShiftRound(a, b, 8);

Completed in 949 milliseconds