Searched refs:ImGuiDataType_Double (Results 1 – 2 of 2) sorted by relevance
1545 if (data_type == ImGuiDataType_Double) in DataTypeFormatString()1577 case ImGuiDataType_Double: in DataTypeApplyOp()1653 else if (data_type == ImGuiDataType_Double) in DataTypeApplyOpFromText()1702 if (data_type == ImGuiDataType_Float || data_type == ImGuiDataType_Double) in RoundScalarWithFormatT()1734 … const bool is_decimal = (data_type == ImGuiDataType_Float) || (data_type == ImGuiDataType_Double); in DragBehaviorT()1854 …case ImGuiDataType_Double: return DragBehaviorT<double,double,double>(data_type, (double*)v, v_spe… in DragBehavior()2082 …power = (power != 1.0f) && (data_type == ImGuiDataType_Float || data_type == ImGuiDataType_Double); in SliderCalcRatioFromValueT()2110 … const bool is_decimal = (data_type == ImGuiDataType_Float) || (data_type == ImGuiDataType_Double); in SliderBehaviorT()2288 case ImGuiDataType_Double: in SliderBehavior()2631 …utoSelectAll | ((data_type == ImGuiDataType_Float || data_type == ImGuiDataType_Double) ? ImGuiInp… in InputScalarAsWidgetReplacement()[all …]
892 ImGuiDataType_Double, // double enumerator