Searched refs:float_rectangle (Results 1 – 1 of 1) sorted by relevance
356 auto float_rectangle = GetValidRectangle(left, top, right, bottom); in GetValidIRect() local357 return std::make_tuple(static_cast<int32_t>(std::get<0>(float_rectangle)), in GetValidIRect()358 static_cast<int32_t>(std::get<1>(float_rectangle)), in GetValidIRect()359 static_cast<int32_t>(std::get<2>(float_rectangle)), in GetValidIRect()360 static_cast<int32_t>(std::get<3>(float_rectangle))); in GetValidIRect()