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

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_demo.cpp135 ImGui::PushTextWrapPos(ImGui::GetFontSize() * 35.0f);
669 // Using shortcut. You can use PushTextWrapPos()/PopTextWrapPos() for more flexibility.
679 ImGui::PushTextWrapPos(ImGui::GetCursorPos().x + wrap_width);
687 ImGui::PushTextWrapPos(ImGui::GetCursorPos().x + wrap_width);
H A Dimgui.h319 IMGUI_API void PushTextWrapPos(float wrap_local_pos_x = 0.0f); // word-wrapping for Text*() commands. < 0.0f: no wrapping; 0.0f: wrap to end of window (or column); > 0.0f: wrap at 'wrap_pos_x' position in window local space
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.cpp295 PushTextWrapPos(0.0f);
H A Dimgui.cpp5741 void ImGui::PushTextWrapPos(float wrap_pos_x) function in class:ImGui
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui.h319 IMGUI_API void PushTextWrapPos(float wrap_local_pos_x = 0.0f); // word-wrapping for Text*() commands. < 0.0f: no wrapping; 0.0f: wrap to end of window (or column); > 0.0f: wrap at 'wrap_pos_x' position in window local space
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.cpp295 PushTextWrapPos(0.0f);
H A Dimgui.cpp5741 void ImGui::PushTextWrapPos(float wrap_pos_x) function in class:ImGui

Completed in 138 milliseconds