Home
last modified time | relevance | path

Searched defs:ImAtof (Results 1 – 3 of 3) sorted by relevance

/third_party/flutter/skia/third_party/externals/imgui/
Dimgui_internal.h215 static inline double ImAtof(const char* s) { return atof(s); } in ImAtof() function
/third_party/mesa3d/src/imgui/
Dimgui_internal.h222 static inline double ImAtof(const char* s) { return atof(s); } in ImAtof() function
/third_party/skia/third_party/externals/imgui/
Dimgui_internal.h394 #define ImAtof(STR) atof(STR) macro