Searched refs:ImFloorStd (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_internal.h223 static inline float ImFloorStd(float x) { return floorf(x); } // we already uses our own ImFloor() { return (float)(int)v } internally so the standard one wrapper is named differently (it's used by stb_truetype) function in typeref:typename:float
H A Dimgui_draw.cpp139 #define STBTT_ifloor(x) ((int)ImFloorStd(x))
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_internal.h223 static inline float ImFloorStd(float x) { return floorf(x); } // we already uses our own ImFloor() { return (float)(int)v } internally so the standard one wrapper is named differently (it's used by stb_truetype) function in typeref:typename:float
H A Dimgui_draw.cpp139 #define STBTT_ifloor(x) ((int)ImFloorStd(x))

Completed in 25 milliseconds