Searched defs:is_floating_point (Results 1 – 2 of 2) sorted by relevance
2232 …const bool is_floating_point = (data_type == ImGuiDataType_Float) || (data_type == ImGuiDataType_D… in DragBehaviorT() local2721 …const bool is_floating_point = (data_type == ImGuiDataType_Float) || (data_type == ImGuiDataType_D… in ScaleValueFromRatioT() local2803 …const bool is_floating_point = (data_type == ImGuiDataType_Float) || (data_type == ImGuiDataType_D… in SliderBehaviorT() local
3135 struct is_floating_point struct