Searched refs:newMaxWidthFloat (Results 1 – 1 of 1) sorted by relevance
1036 double newMaxWidthFloat = static_cast<double>(newLimits.maxHeight_) * maxRatio; in CalculateNewLimitsByRatio() local1037 uint32_t newMaxWidth = (newMaxWidthFloat > static_cast<double>(UINT32_MAX)) ? UINT32_MAX : in CalculateNewLimitsByRatio()1038 std::round(newMaxWidthFloat); in CalculateNewLimitsByRatio()