Searched defs:sk_float_round2int (Results 1 – 2 of 2) sorted by relevance
84 #define sk_float_round2int(x) SkFloatToIntRound(x) macro88 #define sk_float_round2int(x) (int)sk_float_floor((x) + 0.5f) macro