Searched defs:ImAtof (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/imgui/ | ||
| H A D | imgui_internal.h | 222 static inline double ImAtof(const char* s) { return atof(s); } function in typeref:typename:double |
| /xsrc/external/mit/MesaLib/dist/src/imgui/ | ||
| H A D | imgui_internal.h | 222 static inline double ImAtof(const char* s) { return atof(s); } function in typeref:typename:double |
Completed in 22 milliseconds