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 191 static inline unsigned SkMul16ShiftRound(U16CPU a, U16CPU b, int shift) {
SkColorPriv.h 653 dr = (sr + SkMul16ShiftRound(dr, isa, SK_R16_BITS)) >> (8 - SK_R16_BITS);
654 dg = (sg + SkMul16ShiftRound(dg, isa, SK_G16_BITS)) >> (8 - SK_G16_BITS);
655 db = (sb + SkMul16ShiftRound(db, isa, SK_B16_BITS)) >> (8 - SK_B16_BITS);
    [all...]
  /external/skia/tests/
MathTest.cpp 73 // test that SkMul16ShiftRound and SkMulDiv255Round return the same result
80 unsigned prod0 = SkMul16ShiftRound(a, b, 8);
92 unsigned prod0 = SkMul16ShiftRound(a, b, 8);

Completed in 509 milliseconds