Searched defs:SkScalarMulAdd (Results 1 – 2 of 2) sorted by relevance
130 #define SkScalarMulAdd(a, b, c) ((float)(a) * (b) + (c)) macro