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