Home
last modified time | relevance | path

Searched refs:ImAtof (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/mesa3d/src/imgui/
H A Dimgui_internal.h222 static inline double ImAtof(const char* s) { return atof(s); } in ImAtof() function
H A Dimgui_widgets.cpp1703 v = (TYPE)ImAtof(p); in RoundScalarWithFormatT()