Searched refs:sk_float_round (Results 1 – 4 of 4) sorted by relevance
8 path.moveTo(sk_float_round(C + R), sk_float_round(C)); in star()11 path.lineTo(sk_float_round(C + R * cos(a)), sk_float_round(C + R * sin(a))); in star()
59 #define sk_float_round(x) sk_float_floor((x) + 0.5f) macro
74 #define sk_float_round(x) sk_float_floor((x) + 0.5f) macro
74 #define SkMScalarRound(x) sk_float_round(x)