Searched refs:SkMul16ShiftRound (Results 1 – 3 of 3) sorted by relevance
/external/skia/include/core/ |
D | SkMath.h | 163 static inline unsigned SkMul16ShiftRound(U16CPU a, U16CPU b, int shift) { in SkMul16ShiftRound() function
|
D | SkColorPriv.h | 674 dr = (sr + SkMul16ShiftRound(dr, isa, SK_R16_BITS)) >> (8 - SK_R16_BITS); in SkSrcOver32To16() 675 dg = (sg + SkMul16ShiftRound(dg, isa, SK_G16_BITS)) >> (8 - SK_G16_BITS); in SkSrcOver32To16() 676 db = (sb + SkMul16ShiftRound(db, isa, SK_B16_BITS)) >> (8 - SK_B16_BITS); in SkSrcOver32To16()
|
/external/skia/tests/ |
D | MathTest.cpp | 81 unsigned prod0 = SkMul16ShiftRound(a, b, 8); in test_muldivround() 93 unsigned prod0 = SkMul16ShiftRound(a, b, 8); in test_muldivround()
|