Searched refs:ImFmod (Results 1 – 4 of 4) sorted by relevance
216 static inline float ImFmod(float x, float y) { return fmodf(x, y… in ImFmod() function217 static inline double ImFmod(double x, double y) { return fmod(x, y)… in ImFmod() function
1809 h = ImFmod(h, 1.0f) / (60.0f/360.0f); in ColorConvertHSVtoRGB()4106 …if ((ImFmod(t - delay, rate) > rate*0.5f) != (ImFmod(t - delay - g.IO.DeltaTime, rate) > rate*0.5f… in IsMouseClicked()
135 #define STBTT_fmod(x,y) ImFmod(x,y)
3756 ….ConfigInputTextCursorBlink) || (g.InputTextState.CursorAnim <= 0.0f) || ImFmod(g.InputTextState.C… in InputTextEx()