Searched defs:SkScalarMulDiv (Results 1 – 2 of 2) sorted by relevance
139 #define SkScalarMulDiv(a, b, c) ((float)(a) * (b) / (c)) macro