Searched defs:SkScalarCopySign (Results 1 – 2 of 2) sorted by relevance
39 #define SkScalarCopySign(x, y) sk_float_copysign(x, y) macro