Searched refs:PushItemWidth (Results 1 - 11 of 11) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/imgui/ |
| H A D | imgui_memory_editor.h | 323 ImGui::PushItemWidth(s.GlyphWidth * 2); 452 ImGui::PushItemWidth(56); 467 ImGui::PushItemWidth((s.AddrDigitsCount + 1) * s.GlyphWidth + style.FramePadding.x * 2.0f); 499 ImGui::PushItemWidth((s.GlyphWidth * 10.0f) + style.FramePadding.x * 2.0f + style.ItemInnerSpacing.x); 509 ImGui::PushItemWidth((s.GlyphWidth * 6.0f) + style.FramePadding.x * 2.0f + style.ItemInnerSpacing.x);
|
| H A D | imgui_demo.cpp | 254 //ImGui::PushItemWidth(ImGui::GetWindowWidth() * 0.65f); // Use 2/3 of the space for widgets and 1/3 for labels (default) 255 ImGui::PushItemWidth(ImGui::GetFontSize() * -12); // Use fixed width for labels (by passing a negative value), the rest goes to widgets. We choose a width proportional to our font size. 545 //ImGui::PushItemWidth(-1); 998 ImGui::PushItemWidth(100); ImGui::Combo("func", &func_type, "Sin\0Saw\0"); ImGui::PopItemWidth(); 1571 ImGui::PushItemWidth(100); 1645 ImGui::Text("PushItemWidth(100)"); 1647 ImGui::PushItemWidth(100); 1651 ImGui::Text("PushItemWidth(GetWindowWidth() * 0.5f)"); 1653 ImGui::PushItemWidth(ImGui::GetWindowWidth() * 0.5f); 1657 ImGui::Text("PushItemWidth(GetContentRegionAvailWidt [all...] |
| H A D | imgui_widgets.cpp | 2671 PushItemWidth(ImMax(1.0f, CalcItemWidth() - (button_size + style.ItemInnerSpacing.x) * 2)); 3897 PushItemWidth(w_item_one); 3903 PushItemWidth(w_item_last); 3927 PushItemWidth(w_items_all); 3975 PushItemWidth(square_sz * 12.0f); // Use 256 + bar sizes? 4276 PushItemWidth((alpha_bar ? bar1_pos_x : bar0_pos_x) + bars_width - picker_pos.x); 4583 PushItemWidth(picker_size.x); 5132 // Tip: To have a list filling the entire window width, PushItemWidth(-1) and pass an non-visible label e.g. "##empty"
|
| H A D | imgui.h | 316 IMGUI_API void PushItemWidth(float item_width); // width of items for the common item+label case, pixels. 0.0f = default to ~2/3 of windows width, >0.0f: width in pixels, <0.0f align xx pixels to the right of window (so -1.0f always align width to the right side)
|
| H A D | imgui.cpp | 480 - 2016/01/23 (1.48) - fixed not honoring exact width passed to PushItemWidth(), previously it would add extra FramePadding.x*2 over that width. if you had manual pixel-perfect alignment in place it might affect you. 2030 ImGui::PushItemWidth(width); 5628 void ImGui::PushItemWidth(float item_width) function in class:ImGui 8183 PushItemWidth(GetColumnWidth() * 0.65f); // FIXME: Move on columns setup 8382 PushItemWidth(GetColumnWidth() * 0.65f); 8924 PushItemWidth(80.0f);
|
| /xsrc/external/mit/MesaLib/dist/src/imgui/ |
| H A D | imgui_memory_editor.h | 325 ImGui::PushItemWidth(s.GlyphWidth * 2); 454 ImGui::PushItemWidth(56); 469 ImGui::PushItemWidth((s.AddrDigitsCount + 1) * s.GlyphWidth + style.FramePadding.x * 2.0f); 501 ImGui::PushItemWidth((s.GlyphWidth * 10.0f) + style.FramePadding.x * 2.0f + style.ItemInnerSpacing.x); 511 ImGui::PushItemWidth((s.GlyphWidth * 6.0f) + style.FramePadding.x * 2.0f + style.ItemInnerSpacing.x);
|
| H A D | imgui_widgets.cpp | 2671 PushItemWidth(ImMax(1.0f, CalcItemWidth() - (button_size + style.ItemInnerSpacing.x) * 2)); 3897 PushItemWidth(w_item_one); 3903 PushItemWidth(w_item_last); 3927 PushItemWidth(w_items_all); 3975 PushItemWidth(square_sz * 12.0f); // Use 256 + bar sizes? 4276 PushItemWidth((alpha_bar ? bar1_pos_x : bar0_pos_x) + bars_width - picker_pos.x); 4583 PushItemWidth(picker_size.x); 5132 // Tip: To have a list filling the entire window width, PushItemWidth(-1) and pass an non-visible label e.g. "##empty"
|
| H A D | imgui.h | 316 IMGUI_API void PushItemWidth(float item_width); // width of items for the common item+label case, pixels. 0.0f = default to ~2/3 of windows width, >0.0f: width in pixels, <0.0f align xx pixels to the right of window (so -1.0f always align width to the right side)
|
| H A D | imgui.cpp | 480 - 2016/01/23 (1.48) - fixed not honoring exact width passed to PushItemWidth(), previously it would add extra FramePadding.x*2 over that width. if you had manual pixel-perfect alignment in place it might affect you. 2030 ImGui::PushItemWidth(width); 5628 void ImGui::PushItemWidth(float item_width) function in class:ImGui 8183 PushItemWidth(GetColumnWidth() * 0.65f); // FIXME: Move on columns setup 8382 PushItemWidth(GetColumnWidth() * 0.65f); 8924 PushItemWidth(80.0f);
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/tools/ |
| H A D | aubinator_viewer.cpp | 748 ImGui::PushItemWidth(ImGui::GetContentRegionAvailWidth() / (2 * 2));
|
| /xsrc/external/mit/MesaLib/dist/src/intel/tools/ |
| H A D | aubinator_viewer.cpp | 746 ImGui::PushItemWidth(ImGui::GetContentRegionAvailWidth() / (2 * 2));
|
Completed in 106 milliseconds