Searched refs:is_power (Results 1 – 1 of 1) sorted by relevance
1736 const bool is_power = (power != 1.0f && is_decimal && has_min_max && (v_max - v_min < FLT_MAX)); in DragBehaviorT() local1768 …bool is_drag_direction_change_with_power = is_power && ((adjust_delta < 0 && g.DragCurrentAccum > … in DragBehaviorT()1786 if (is_power) in DragBehaviorT()1804 if (is_power) in DragBehaviorT()2082 …const bool is_power = (power != 1.0f) && (data_type == ImGuiDataType_Float || data_type == ImGuiDa… in SliderCalcRatioFromValueT() local2084 if (is_power) in SliderCalcRatioFromValueT()2111 const bool is_power = (power != 1.0f) && is_decimal; in SliderBehaviorT() local2126 if (is_power && v_min * v_max < 0.0f) in SliderBehaviorT()2172 if ((decimal_precision > 0) || is_power) in SliderBehaviorT()2198 if (is_power) in SliderBehaviorT()