Home
last modified time | relevance | path

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

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

Completed in 43 milliseconds