Searched refs:NewLine (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/xev/dist/ |
| H A D | xev.c | 93 NewLine = 4, enumerator in enum:OutputFlags 123 if (flags & NewLine) { 143 output(InitialNewLine | NewLine, 199 output(Indent | NewLine, 202 output(Indent | NewLine, 207 output(Indent | NewLine, "XKeysymToKeycode returns keycode: %u", kc); 216 output(NewLine, " \"%s\"", str); 227 output(NewLine, " \"%s\"", buf); 234 output(Indent | NewLine, "XFilterEvent returns: %s", 249 output(Indent | NewLine, [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/imgui/ |
| H A D | imgui.h | 331 IMGUI_API void NewLine(); // undo a SameLine() or force a new line when in an horizontal-layout context.
|
| H A D | imgui_demo.cpp | 760 ImGui::NewLine();
|
| H A D | imgui_widgets.cpp | 11 // [SECTION] Widgets: Low-level Layout helpers (Spacing, Dummy, NewLine, Separator, etc.) 1087 // - NewLine() 1113 void ImGui::NewLine() function in class:ImGui
|
| /xsrc/external/mit/MesaLib/dist/src/imgui/ |
| H A D | imgui.h | 331 IMGUI_API void NewLine(); // undo a SameLine() or force a new line when in an horizontal-layout context.
|
| H A D | imgui_widgets.cpp | 11 // [SECTION] Widgets: Low-level Layout helpers (Spacing, Dummy, NewLine, Separator, etc.) 1087 // - NewLine() 1113 void ImGui::NewLine() function in class:ImGui
|
Completed in 48 milliseconds