Searched refs:CalcItemWidth (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/intel/tools/
H A Daubinator_viewer_urb.h29 ImVec2 graph_size(ImGui::CalcItemWidth(), 2 * n_stages * label_size.y);
/xsrc/external/mit/MesaLib/dist/src/intel/tools/
H A Daubinator_viewer_urb.h29 ImVec2 graph_size(ImGui::CalcItemWidth(), 2 * n_stages * label_size.y);
/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_widgets.cpp318 const float w = CalcItemWidth();
1035 ImRect bb(pos, pos + CalcItemSize(size_arg, CalcItemWidth(), g.FontSize + style.FramePadding.y*2.0f));
1298 const float w = (flags & ImGuiComboFlags_NoPreview) ? arrow_size : CalcItemWidth();
1873 const float w = CalcItemWidth();
2306 const float w = CalcItemWidth();
2671 PushItemWidth(ImMax(1.0f, CalcItemWidth() - (button_size + style.ItemInnerSpacing.x) * 2));
3154 ImVec2 size = CalcItemSize(size_arg, CalcItemWidth(), (is_multiline ? GetTextLineHeight() * 8.0f : label_size.y) + style.FramePadding.y*2.0f); // Arbitrary default of 8 lines high for multi-line
3838 const float w_items_all = CalcItemWidth() - w_extra;
4134 float sv_picker_size = ImMax(bars_width * 1, CalcItemWidth() - (alpha_bar ? 2 : 1) * (bars_width + style.ItemInnerSpacing.x)); // Saturation/Value picking box
5144 ImVec2 size = CalcItemSize(size_arg, CalcItemWidth(), GetTextLineHeightWithSpacin
[all...]
H A Dimgui.h318 IMGUI_API float CalcItemWidth(); // width of item given pushed settings and current cursor position
H A Dimgui.cpp524 - 2015/02/10 (1.32) - renamed GetItemWidth() to CalcItemWidth() to clarify its evolving behavior
5640 w_full = CalcItemWidth();
5656 float ImGui::CalcItemWidth() function in class:ImGui
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_widgets.cpp318 const float w = CalcItemWidth();
1035 ImRect bb(pos, pos + CalcItemSize(size_arg, CalcItemWidth(), g.FontSize + style.FramePadding.y*2.0f));
1298 const float w = (flags & ImGuiComboFlags_NoPreview) ? arrow_size : CalcItemWidth();
1873 const float w = CalcItemWidth();
2306 const float w = CalcItemWidth();
2671 PushItemWidth(ImMax(1.0f, CalcItemWidth() - (button_size + style.ItemInnerSpacing.x) * 2));
3154 ImVec2 size = CalcItemSize(size_arg, CalcItemWidth(), (is_multiline ? GetTextLineHeight() * 8.0f : label_size.y) + style.FramePadding.y*2.0f); // Arbitrary default of 8 lines high for multi-line
3838 const float w_items_all = CalcItemWidth() - w_extra;
4134 float sv_picker_size = ImMax(bars_width * 1, CalcItemWidth() - (alpha_bar ? 2 : 1) * (bars_width + style.ItemInnerSpacing.x)); // Saturation/Value picking box
5144 ImVec2 size = CalcItemSize(size_arg, CalcItemWidth(), GetTextLineHeightWithSpacin
[all...]
H A Dimgui.h318 IMGUI_API float CalcItemWidth(); // width of item given pushed settings and current cursor position
H A Dimgui.cpp524 - 2015/02/10 (1.32) - renamed GetItemWidth() to CalcItemWidth() to clarify its evolving behavior
5640 w_full = CalcItemWidth();
5656 float ImGui::CalcItemWidth() function in class:ImGui

Completed in 69 milliseconds