Searched defs:is_logarithmic (Results 1 – 1 of 1) sorted by relevance
| /third_party/skia/third_party/externals/imgui/ |
| D | imgui_widgets.cpp | 2231 const bool is_logarithmic = (flags & ImGuiSliderFlags_Logarithmic) != 0; in DragBehaviorT() local 2661 …romValueT(ImGuiDataType data_type, TYPE v, TYPE v_min, TYPE v_max, bool is_logarithmic, float loga… in ScaleRatioFromValueT() 2717 …omRatioT(ImGuiDataType data_type, float t, TYPE v_min, TYPE v_max, bool is_logarithmic, float loga… in ScaleValueFromRatioT() 2802 const bool is_logarithmic = (flags & ImGuiSliderFlags_Logarithmic) != 0; in SliderBehaviorT() local
|