Searched defs:SkScalarAve (Results 1 – 2 of 2) sorted by relevance
152 #define SkScalarAve(a, b) (((a) + (b)) * 0.5f) macro