Searched refs:SkFloatBits_toIntRound (Results 1 – 2 of 2) sorted by relevance
52 SK_API int32_t SkFloatBits_toIntRound(int32_t floatBits);117 return SkFloatBits_toIntRound(SkFloat2Bits(x)); in SkFloatToIntRound()
105 int32_t SkFloatBits_toIntRound(int32_t packed) { in SkFloatBits_toIntRound() function