Searched defs:ImCeil (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_internal.h224 static inline float ImCeil(float x) { return ceilf(x); } function in typeref:typename:float
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_internal.h224 static inline float ImCeil(float x) { return ceilf(x); } function in typeref:typename:float

Completed in 10 milliseconds