Searched refs:GetStyle (Results 1 - 14 of 14) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xwin/xlaunch/window/
H A Dwindow.h103 DWORD GetStyle() { return style; }; function in class:CWindow
/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_memory_editor.h167 ImGuiStyle& style = ImGui::GetStyle();
217 ImGuiStyle& style = ImGui::GetStyle();
H A Dimgui_demo.cpp445 float spacing = ImGui::GetStyle().ItemInnerSpacing.x;
1017 ImGui::SameLine(0.0f, ImGui::GetStyle().ItemInnerSpacing.x);
1100 ImGui::SameLine(0.0f, ImGui::GetStyle().ItemSpacing.y);
1749 ImGuiStyle& style = ImGui::GetStyle();
1862 ImGui::Button("ACTION", ImVec2((size.x - ImGui::GetStyle().ItemSpacing.x)*0.5f, size.y));
1864 ImGui::Button("REACTION", ImVec2((size.x - ImGui::GetStyle().ItemSpacing.x)*0.5f, size.y));
1914 const float spacing = ImGui::GetStyle().ItemInnerSpacing.x;
2389 ImGui::BeginChild("##header", ImVec2(0, ImGui::GetTextLineHeightWithSpacing()+ImGui::GetStyle().ItemSpacing.y));
2630 ImGuiStyle& style = ImGui::GetStyle();
2782 ImGuiStyle& style = ImGui::GetStyle();
[all...]
H A Dimgui_draw.cpp176 ImGuiStyle* style = dst ? dst : &ImGui::GetStyle();
231 ImGuiStyle* style = dst ? dst : &ImGui::GetStyle();
287 ImGuiStyle* style = dst ? dst : &ImGui::GetStyle();
H A Dimgui.h209 IMGUI_API ImGuiStyle& GetStyle(); // access the Style structure (colors, sizes). Always use PushStyleCol(), PushStyleVar() to modify style mid-frame.
1229 // You may modify the ImGui::GetStyle() main instance during initialization and before NewFrame().
H A Dimgui_widgets.cpp5139 const ImGuiStyle& style = GetStyle();
5174 const ImGuiStyle& style = GetStyle();
5189 const ImGuiStyle& style = GetStyle();
H A Dimgui.cpp3046 ImGuiStyle& ImGui::GetStyle() function in class:ImGui
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_memory_editor.h169 ImGuiStyle& style = ImGui::GetStyle();
219 ImGuiStyle& style = ImGui::GetStyle();
H A Dimgui_draw.cpp176 ImGuiStyle* style = dst ? dst : &ImGui::GetStyle();
231 ImGuiStyle* style = dst ? dst : &ImGui::GetStyle();
287 ImGuiStyle* style = dst ? dst : &ImGui::GetStyle();
H A Dimgui.h209 IMGUI_API ImGuiStyle& GetStyle(); // access the Style structure (colors, sizes). Always use PushStyleCol(), PushStyleVar() to modify style mid-frame.
1229 // You may modify the ImGui::GetStyle() main instance during initialization and before NewFrame().
H A Dimgui_widgets.cpp5139 const ImGuiStyle& style = GetStyle();
5174 const ImGuiStyle& style = GetStyle();
5189 const ImGuiStyle& style = GetStyle();
H A Dimgui.cpp3046 ImGuiStyle& ImGui::GetStyle() function in class:ImGui
/xsrc/external/mit/MesaLib.old/dist/src/intel/tools/
H A Daubinator_viewer.cpp1030 align += ImGui::GetStyle().WindowPadding.x + 10;
/xsrc/external/mit/MesaLib/dist/src/intel/tools/
H A Daubinator_viewer.cpp1028 align += ImGui::GetStyle().WindowPadding.x + 10;

Completed in 97 milliseconds