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