Home
last modified time | relevance | path

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

/third_party/mesa3d/src/imgui/
H A Dimgui_widgets.cpp2083 const TYPE v_clamped = (v_min < v_max) ? ImClamp(v, v_min, v_max) : ImClamp(v, v_max, v_min); in SliderCalcRatioFromValueT() local
/third_party/skia/third_party/externals/imgui/
H A Dimgui_widgets.cpp2667 const TYPE v_clamped = (v_min < v_max) ? ImClamp(v, v_min, v_max) : ImClamp(v, v_max, v_min); in ScaleRatioFromValueT() local

Completed in 20 milliseconds