Home
last modified time | relevance | path

Searched defs:w_item_one (Results 1 - 2 of 2) sorted by relevance

/third_party/mesa3d/src/imgui/
H A Dimgui.cpp5641 const float w_item_one = ImMax(1.0f, (float)(int)((w_full - (style.ItemInnerSpacing.x) * (components-1)) / (float)components)); in PushMultiItemsWidths() local
/third_party/skia/third_party/externals/imgui/
H A Dimgui.cpp7718 const float w_item_one = ImMax(1.0f, IM_FLOOR((w_full - (style.ItemInnerSpacing.x) * (components - 1)) / (float)components)); in PushMultiItemsWidths() local

Completed in 37 milliseconds