Searched refs:PopTextWrapPos (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_demo.cpp137 ImGui::PopTextWrapPos();
669 // Using shortcut. You can use PushTextWrapPos()/PopTextWrapPos() for more flexibility.
682 ImGui::PopTextWrapPos();
690 ImGui::PopTextWrapPos();
H A Dimgui.h320 IMGUI_API void PopTextWrapPos();
377 IMGUI_API void TextWrapped(const char* fmt, ...) IM_FMTARGS(1); // shortcut for PushTextWrapPos(0.0f); Text(fmt, ...); PopTextWrapPos();. Note that this won't work on an auto-resizing window if there's no other widgets to extend the window width, yoy may need to set a size using SetNextWindowSize().
H A Dimgui_widgets.cpp298 PopTextWrapPos();
H A Dimgui.cpp5748 void ImGui::PopTextWrapPos() function in class:ImGui
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui.h320 IMGUI_API void PopTextWrapPos();
377 IMGUI_API void TextWrapped(const char* fmt, ...) IM_FMTARGS(1); // shortcut for PushTextWrapPos(0.0f); Text(fmt, ...); PopTextWrapPos();. Note that this won't work on an auto-resizing window if there's no other widgets to extend the window width, yoy may need to set a size using SetNextWindowSize().
H A Dimgui_widgets.cpp298 PopTextWrapPos();
H A Dimgui.cpp5748 void ImGui::PopTextWrapPos() function in class:ImGui

Completed in 79 milliseconds