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

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui.h561 IMGUI_API float GetColumnOffset(int column_index = -1); // get position of column line (in pixels, from the left side of the contents region). pass -1 to use current column, otherwise 0..GetColumnsCount() inclusive. column 0 is typically 0.0f
563 IMGUI_API int GetColumnsCount();
H A Dimgui.cpp8192 int ImGui::GetColumnsCount() function in class:ImGui
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui.h561 IMGUI_API float GetColumnOffset(int column_index = -1); // get position of column line (in pixels, from the left side of the contents region). pass -1 to use current column, otherwise 0..GetColumnsCount() inclusive. column 0 is typically 0.0f
563 IMGUI_API int GetColumnsCount();
H A Dimgui.cpp8192 int ImGui::GetColumnsCount() function in class:ImGui

Completed in 52 milliseconds