Searched refs:ImAcos (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/imgui/ | ||
D | imgui_internal.h | 220 static inline float ImAcos(float x) { return acosf(x); } in ImAcos() function |
D | imgui_draw.cpp | 2990 return ImAcos(x); in ImAcos01() |