Searched refs:SkFloatToIntRound (Results 1 – 3 of 3) sorted by relevance
126 static inline int32_t SkFloatToIntRound(float x) { in SkFloatToIntRound() function
78 #define sk_float_round2int(x) SkFloatToIntRound(x)
89 int iix = SkFloatToIntRound(x); in test_float_round()