Home
last modified time | relevance | path

Searched refs:SkMul16ShiftRound (Results 1 – 3 of 3) sorted by relevance

/external/skia/include/core/
DSkMath.h103 static inline unsigned SkMul16ShiftRound(U16CPU a, U16CPU b, int shift) { in SkMul16ShiftRound() function
DSkColorPriv.h697 dr = (sr + SkMul16ShiftRound(dr, isa, SK_R16_BITS)) >> (8 - SK_R16_BITS); in SkSrcOver32To16()
698 dg = (sg + SkMul16ShiftRound(dg, isa, SK_G16_BITS)) >> (8 - SK_G16_BITS); in SkSrcOver32To16()
699 db = (sb + SkMul16ShiftRound(db, isa, SK_B16_BITS)) >> (8 - SK_B16_BITS); in SkSrcOver32To16()
/external/skia/tests/
DMathTest.cpp117 unsigned prod0 = SkMul16ShiftRound(a, b, 8); in test_muldivround()
129 unsigned prod0 = SkMul16ShiftRound(a, b, 8); in test_muldivround()