Searched refs:Indent (Results 1 - 16 of 16) sorted by relevance

/xsrc/external/mit/xev/dist/
H A Dxev.c92 Indent = 2, enumerator in enum:OutputFlags
115 if (flags & Indent) {
199 output(Indent | NewLine,
202 output(Indent | NewLine,
207 output(Indent | NewLine, "XKeysymToKeycode returns keycode: %u", kc);
213 output(Indent, "XLookupString gives %d bytes: ", nbytes);
224 output(Indent, "XmbLookupString gives %d bytes: ", nmbbytes);
234 output(Indent | NewLine, "XFilterEvent returns: %s",
249 output(Indent | NewLine,
252 output(Indent | NewLin
[all...]
/xsrc/external/mit/MesaLib/dist/src/gtest/src/
H A Dgtest.cc4116 static inline std::string Indent(size_t width) { function in namespace:testing::internal
4166 const std::string kIndent = Indent(10);
4168 *stream << Indent(8) << "{\n";
4182 *stream << "\n" << Indent(8) << "}";
4223 *stream << "\n" << Indent(8) << "}";
4230 const std::string kIndent = Indent(6);
4232 *stream << Indent(4) << "{\n";
4266 *stream << "\n" << kIndent << "]\n" << Indent(4) << "}";
4273 const std::string kIndent = Indent(2);
4318 const std::string kIndent = Indent(
[all...]
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D10.5.1.rst157 - mesa: Indent break statements and add a missing one.
H A D19.0.0.rst1410 - intel/inst: Indent some code
H A D20.3.0.rst1576 - util/xmlconfig: Indent to Mesa style.
H A D21.2.0.rst804 - pan/indirect_dispatch: Indent NIR blocks
/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui.cpp2755 window->DC.CursorPos.x = (float)(int)(window->Pos.x + window->DC.Indent.x + window->DC.ColumnsOffset.x);
5316 window->DC.Indent.x = 0.0f + window->WindowPadding.x - window->Scroll.x;
5319 window->DC.CursorStartPos = window->Pos + ImVec2(window->DC.Indent.x + window->DC.ColumnsOffset.x, window->TitleBarHeight() + window->MenuBarHeight() + window->WindowPadding.y - window->Scroll.y);
6551 group_data.BackupIndent = window->DC.Indent;
6561 window->DC.Indent = window->DC.GroupOffset;
6580 window->DC.Indent = group_data.BackupIndent;
6635 void ImGui::Indent(float indent_w) function in class:ImGui
6639 window->DC.Indent.x += (indent_w != 0.0f) ? indent_w : g.Style.IndentSpacing;
6640 window->DC.CursorPos.x = window->Pos.x + window->DC.Indent.x + window->DC.ColumnsOffset.x;
6647 window->DC.Indent
[all...]
H A Dimgui_internal.h1090 ImVec1 Indent; // Indentation / start position from left of window (increased by TreePush/TreePop, etc.) member in struct:ImGuiWindowTempData
1120 Indent = ImVec1(0.0f);
H A Dimgui_demo.cpp154 ImGui::Indent();
621 ImGui::Indent(ImGui::GetTreeNodeToLabelSpacing());
1365 ImGui::Indent();
1375 ImGui::Indent();
H A Dimgui.h334 IMGUI_API void Indent(float indent_w = 0.0f); // move content position toward the right, by style.IndentSpacing or indent_w if != 0
482 IMGUI_API void TreePush(const char* str_id); // ~ Indent()+PushId(). Already called by TreeNode() when returning true, but you can call TreePush/TreePop yourself if desired.
H A Dimgui_widgets.cpp1164 x1 += window->DC.Indent.x;
4914 Indent();
4922 Indent();
4930 Indent();
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui.cpp2755 window->DC.CursorPos.x = (float)(int)(window->Pos.x + window->DC.Indent.x + window->DC.ColumnsOffset.x);
5316 window->DC.Indent.x = 0.0f + window->WindowPadding.x - window->Scroll.x;
5319 window->DC.CursorStartPos = window->Pos + ImVec2(window->DC.Indent.x + window->DC.ColumnsOffset.x, window->TitleBarHeight() + window->MenuBarHeight() + window->WindowPadding.y - window->Scroll.y);
6551 group_data.BackupIndent = window->DC.Indent;
6561 window->DC.Indent = window->DC.GroupOffset;
6580 window->DC.Indent = group_data.BackupIndent;
6635 void ImGui::Indent(float indent_w) function in class:ImGui
6639 window->DC.Indent.x += (indent_w != 0.0f) ? indent_w : g.Style.IndentSpacing;
6640 window->DC.CursorPos.x = window->Pos.x + window->DC.Indent.x + window->DC.ColumnsOffset.x;
6647 window->DC.Indent
[all...]
H A Dimgui_internal.h1090 ImVec1 Indent; // Indentation / start position from left of window (increased by TreePush/TreePop, etc.) member in struct:ImGuiWindowTempData
1120 Indent = ImVec1(0.0f);
H A Dimgui.h334 IMGUI_API void Indent(float indent_w = 0.0f); // move content position toward the right, by style.IndentSpacing or indent_w if != 0
482 IMGUI_API void TreePush(const char* str_id); // ~ Indent()+PushId(). Already called by TreeNode() when returning true, but you can call TreePush/TreePop yourself if desired.
H A Dimgui_widgets.cpp1164 x1 += window->DC.Indent.x;
4914 Indent();
4922 Indent();
4930 Indent();
/xsrc/external/mit/libXaw/dist/src/
H A DTextAction.c134 static void Indent(Widget, XEvent*, String*, Cardinal*);
2327 Indent(Widget w, XEvent *event, String *params _X_UNUSED, Cardinal *num_params _X_UNUSED) function in typeref:typename:void
4395 {"indent", Indent},

Completed in 109 milliseconds