Searched refs:SmallButton (Results 1 - 8 of 8) sorted by relevance
/third_party/skia/third_party/externals/imgui/ |
H A D | imgui_demo.cpp | 755 if (ImGui::SmallButton("button")) {} in ShowDemoWindowWidgets() 877 ImGui::Bullet(); ImGui::SmallButton("Button"); in ShowDemoWindowWidgets() 2567 ImGui::SmallButton("Like this one"); ImGui::SameLine(); in ShowDemoWindowLayout() 2575 ImGui::SameLine(150); ImGui::SmallButton("x=150"); in ShowDemoWindowLayout() 2576 ImGui::SameLine(300); ImGui::SmallButton("x=300"); in ShowDemoWindowLayout() 2703 // SmallButton() uses the same vertical padding as Text in ShowDemoWindowLayout() 2706 ImGui::SmallButton("TEST##2"); in ShowDemoWindowLayout() 2713 ImGui::SmallButton("Item##2"); ImGui::SameLine(); in ShowDemoWindowLayout() 2749 // SmallButton() sets FramePadding to zero. Text baseline is aligned to match baseline of previous Button. in ShowDemoWindowLayout() 2756 ImGui::SmallButton("SmallButto in ShowDemoWindowLayout() [all...] |
H A D | imgui.cpp | 11278 //SameLine(); if (SmallButton("GC")) { g.GcCompactAll = true; } in ShowMetricsWindow() 11494 if (SmallButton("Clear")) in ShowMetricsWindow() 11497 if (SmallButton("Save to memory")) in ShowMetricsWindow() 11500 if (SmallButton("Save to disk")) in ShowMetricsWindow() 11799 if (SmallButton("Set as default")) in DebugNodeFont() 11935 if (SmallButton("<")) { TabBarQueueReorder(tab_bar, tab, -1); } SameLine(0, 2); in DebugNodeTabBar() 11936 if (SmallButton(">")) { TabBarQueueReorder(tab_bar, tab, +1); } SameLine(); in DebugNodeTabBar()
|
H A D | imgui.h | 503 IMGUI_API bool SmallButton(const char* label); // button with FramePadding=(0,0) to easily embed within text
|
H A D | imgui_tables.cpp | 3536 bool clear_settings = SmallButton("Clear settings");
|
H A D | imgui_widgets.cpp | 418 // - SmallButton() 720 bool ImGui::SmallButton(const char* label) in SmallButton() function in ImGui
|
/third_party/mesa3d/src/imgui/ |
H A D | imgui.h | 387 IMGUI_API bool SmallButton(const char* label); // button with FramePadding=(0,0) to easily embed within text
|
H A D | imgui.cpp | 9436 if (ImGui::SmallButton("<")) { TabBarQueueChangeTabOrder(tab_bar, tab, -1); } ImGui::SameLine(0, 2); in ShowMetricsWindow() 9437 if (ImGui::SmallButton(">")) { TabBarQueueChangeTabOrder(tab_bar, tab, +1); } ImGui::SameLine(); in ShowMetricsWindow()
|
H A D | imgui_widgets.cpp | 373 // - SmallButton() 592 bool ImGui::SmallButton(const char* label) in SmallButton() function in ImGui
|
Completed in 94 milliseconds