Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/tools/
Daubinator_viewer_urb.h29 ImVec2 graph_size(ImGui::CalcItemWidth(), 2 * n_stages * label_size.y); in DrawAllocation()
/external/mesa3d/src/imgui/
Dimgui_widgets.cpp318 const float w = CalcItemWidth(); in LabelTextV()
1035 …ImRect bb(pos, pos + CalcItemSize(size_arg, CalcItemWidth(), g.FontSize + style.FramePadding.y*2.0… in ProgressBar()
1298 const float w = (flags & ImGuiComboFlags_NoPreview) ? arrow_size : CalcItemWidth(); in BeginCombo()
1873 const float w = CalcItemWidth(); in DragScalar()
2306 const float w = CalcItemWidth(); in SliderScalar()
2671 PushItemWidth(ImMax(1.0f, CalcItemWidth() - (button_size + style.ItemInnerSpacing.x) * 2)); in InputScalar()
3154 …ImVec2 size = CalcItemSize(size_arg, CalcItemWidth(), (is_multiline ? GetTextLineHeight() * 8.0f :… in InputTextEx()
3838 const float w_items_all = CalcItemWidth() - w_extra; in ColorEdit4()
4134 …float sv_picker_size = ImMax(bars_width * 1, CalcItemWidth() - (alpha_bar ? 2 : 1) * (bars_width +… in ColorPicker4()
5144 …ImVec2 size = CalcItemSize(size_arg, CalcItemWidth(), GetTextLineHeightWithSpacing() * 7.4f + styl… in ListBoxHeader()
[all …]
Dimgui.h318 …IMGUI_API float CalcItemWidth(); // width o…
Dimgui.cpp5640 w_full = CalcItemWidth(); in PushMultiItemsWidths()
5656 float ImGui::CalcItemWidth() in CalcItemWidth() function in ImGui