Searched defs:RoundCGFloatToInt (Results 1 – 1 of 1) sorted by relevance
256 struct RoundCGFloatToInt { struct257 int operator()(CGFloat s) { return s + 0.5; } in operator ()()