Searched refs:ImFmod (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/imgui/ |
| H A D | imgui_internal.h | 216 static inline float ImFmod(float x, float y) { return fmodf(x, y); } function in typeref:typename:float 217 static inline double ImFmod(double x, double y) { return fmod(x, y); } function in typeref:typename:double
|
| H A D | imgui_draw.cpp | 135 #define STBTT_fmod(x,y) ImFmod(x,y)
|
| H A D | imgui.cpp | 1809 h = ImFmod(h, 1.0f) / (60.0f/360.0f); 4106 if ((ImFmod(t - delay, rate) > rate*0.5f) != (ImFmod(t - delay - g.IO.DeltaTime, rate) > rate*0.5f))
|
| H A D | imgui_widgets.cpp | 3756 bool cursor_is_visible = (!g.IO.ConfigInputTextCursorBlink) || (g.InputTextState.CursorAnim <= 0.0f) || ImFmod(g.InputTextState.CursorAnim, 1.20f) <= 0.80f;
|
| /xsrc/external/mit/MesaLib/dist/src/imgui/ |
| H A D | imgui_internal.h | 216 static inline float ImFmod(float x, float y) { return fmodf(x, y); } function in typeref:typename:float 217 static inline double ImFmod(double x, double y) { return fmod(x, y); } function in typeref:typename:double
|
| H A D | imgui_draw.cpp | 135 #define STBTT_fmod(x,y) ImFmod(x,y)
|
| H A D | imgui.cpp | 1809 h = ImFmod(h, 1.0f) / (60.0f/360.0f); 4106 if ((ImFmod(t - delay, rate) > rate*0.5f) != (ImFmod(t - delay - g.IO.DeltaTime, rate) > rate*0.5f))
|
| H A D | imgui_widgets.cpp | 3756 bool cursor_is_visible = (!g.IO.ConfigInputTextCursorBlink) || (g.InputTextState.CursorAnim <= 0.0f) || ImFmod(g.InputTextState.CursorAnim, 1.20f) <= 0.80f;
|
Completed in 78 milliseconds