Home
last modified time | relevance | path

Searched refs:column_hw (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/imgui/
Dimgui.cpp8412 const float column_hw = GetColumnsRectHalfWidth(); // Half-width for interaction in EndColumns() local
8413 const ImRect column_rect(ImVec2(x - column_hw, y1), ImVec2(x + column_hw, y2)); in EndColumns()