Home
last modified time | relevance | path

Searched defs:scroll_speed (Results 1 - 2 of 2) sorted by relevance

/third_party/mesa3d/src/imgui/
H A Dimgui.cpp7779 const float scroll_speed = ImFloor(window->CalcFontSize() * 100 * g.IO.DeltaTime + 0.5f); // We need round the scrolling speed because sub-pixel scroll isn't reliably supported. in NavUpdate() local
/third_party/skia/third_party/externals/imgui/
H A Dimgui.cpp9409 const float scroll_speed = IM_ROUND(window->CalcFontSize() * 100 * io.DeltaTime); // We need round the scrolling speed because sub-pixel scroll isn't reliably supported. in NavUpdate() local

Completed in 47 milliseconds