Home
last modified time | relevance | path

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

/third_party/mesa3d/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() in GetColumnsCount() function in ImGui
/third_party/skia/third_party/externals/imgui/
H A Dimgui.h782 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
784 IMGUI_API int GetColumnsCount();
H A Dimgui_tables.cpp3616 // - GetColumnsCount()
3650 int ImGui::GetColumnsCount()

Completed in 40 milliseconds