Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/imgui/
Dimgui_internal.h211 static inline float ImCos(float x) { return cosf(x); } in ImCos() function
/third_party/mesa3d/src/imgui/
Dimgui_internal.h218 static inline float ImCos(float x) { return cosf(x); } in ImCos() function
/third_party/skia/third_party/externals/imgui/
Dimgui_internal.h390 #define ImCos(X) cosf(X) macro