Home
last modified time | relevance | path

Searched refs:GetColumnWidthEx (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/imgui/
H A Dimgui_tables.cpp3701 static float GetColumnWidthEx(ImGuiOldColumns* columns, int column_index, bool before_resize = false)
3739 const float width = preserve_width ? GetColumnWidthEx(columns, column_index, columns->IsBeingResized) : 0.0f;
/third_party/mesa3d/src/imgui/
H A Dimgui.cpp8242 static float GetColumnWidthEx(ImGuiColumnsSet* columns, int column_index, bool before_resize = false) in GetColumnWidthEx() function
8278 const float width = preserve_width ? GetColumnWidthEx(columns, column_index, columns->IsBeingResized) : 0.0f; in SetColumnOffset()

Completed in 23 milliseconds