Home
last modified time | relevance | path

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

/external/skia/include/private/base/
DSkMath.h61 static inline unsigned SkMul16ShiftRound(U16CPU a, U16CPU b, int shift) { in SkMul16ShiftRound() function
74 return SkMul16ShiftRound(a, b, 8); in SkMulDiv255Round()