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