Searched defs:RoundCGFloatToInt (Results 1 – 2 of 2) sorted by relevance
319 struct RoundCGFloatToInt { struct320 int operator()(CGFloat s) { return s + 0.5; } in operator ()()
526 struct RoundCGFloatToInt { struct527 int operator()(CGFloat s) { return s + 0.5; } in operator ()()