Searched refs:column_hw (Results 1 – 1 of 1) sorted by relevance
8412 const float column_hw = GetColumnsRectHalfWidth(); // Half-width for interaction in EndColumns() local8413 const ImRect column_rect(ImVec2(x - column_hw, y1), ImVec2(x + column_hw, y2)); in EndColumns()