Searched defs:is_decimal (Results 1 – 3 of 3) sorted by relevance
87 bool is_decimal() const { return Type() == kDecimalType; } in is_decimal() function
359 bool is_decimal = false; in ReadNumber() local
1734 … const bool is_decimal = (data_type == ImGuiDataType_Float) || (data_type == ImGuiDataType_Double); in DragBehaviorT() local2110 … const bool is_decimal = (data_type == ImGuiDataType_Float) || (data_type == ImGuiDataType_Double); in SliderBehaviorT() local