Searched refs:DIVISOR_TWO (Results 1 – 1 of 1) sorted by relevance
41 constexpr float DIVISOR_TWO = 2.0f; variable598 … if (dividedFps < range.min_ || dividedFps <= static_cast<float>(range.preferred_) / DIVISOR_TWO) { in GetDrawingFrameRate()