Home
last modified time | relevance | path

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

/external/mesa3d/src/imgui/
Dimgui_widgets.cpp3838 const float w_items_all = CalcItemWidth() - w_extra; in ColorEdit4() local
3878 …const float w_item_one = ImMax(1.0f, (float)(int)((w_items_all - (style.ItemInnerSpacing.x) * (co… in ColorEdit4()
3879 …const float w_item_last = ImMax(1.0f, (float)(int)(w_items_all - (w_item_one + style.ItemInnerSpac… in ColorEdit4()
3927 PushItemWidth(w_items_all); in ColorEdit4()