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

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui.h1086 ImGuiStyleVar_COUNT enumerator in enum:ImGuiStyleVar_
1090 , ImGuiStyleVar_Count_ = ImGuiStyleVar_COUNT, ImGuiStyleVar_ChildWindowRounding = ImGuiStyleVar_ChildRounding
H A Dimgui.cpp403 - 2018/03/03 (1.60) - renamed ImGuiStyleVar_Count_ to ImGuiStyleVar_COUNT and ImGuiMouseCursor_Count_ to ImGuiMouseCursor_COUNT for consistency with other public enums.
5825 IM_ASSERT(idx >= 0 && idx < ImGuiStyleVar_COUNT);
5826 IM_ASSERT(IM_ARRAYSIZE(GStyleVarInfo) == ImGuiStyleVar_COUNT);
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui.h1086 ImGuiStyleVar_COUNT enumerator in enum:ImGuiStyleVar_
1090 , ImGuiStyleVar_Count_ = ImGuiStyleVar_COUNT, ImGuiStyleVar_ChildWindowRounding = ImGuiStyleVar_ChildRounding
H A Dimgui.cpp403 - 2018/03/03 (1.60) - renamed ImGuiStyleVar_Count_ to ImGuiStyleVar_COUNT and ImGuiMouseCursor_Count_ to ImGuiMouseCursor_COUNT for consistency with other public enums.
5825 IM_ASSERT(idx >= 0 && idx < ImGuiStyleVar_COUNT);
5826 IM_ASSERT(IM_ARRAYSIZE(GStyleVarInfo) == ImGuiStyleVar_COUNT);

Completed in 50 milliseconds