Searched defs:SkScalarMul (Results 1 – 2 of 2) sorted by relevance
127 #define SkScalarMul(a, b) ((float)(a) * (b)) macro