Searched defs: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() local2082 …const bool is_power = (power != 1.0f) && (data_type == ImGuiDataType_Float || data_type == ImGuiDa… in SliderCalcRatioFromValueT() local2111 const bool is_power = (power != 1.0f) && is_decimal; in SliderBehaviorT() local