Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/imgui/
H A Dimgui_demo.cpp196 ImGui::PushTextWrapPos(ImGui::GetFontSize() * 35.0f); in HelpMarker()
895 // Using shortcut. You can use PushTextWrapPos()/PopTextWrapPos() for more flexibility. in ShowDemoWindowWidgets()
911 ImGui::PushTextWrapPos(ImGui::GetCursorPos().x + wrap_width); in ShowDemoWindowWidgets()
3537 ImGui::PushTextWrapPos(ImGui::GetFontSize() * 50.0f); in EditTableSizingFlags()
H A Dimgui.h420 IMGUI_API void PushTextWrapPos(float wrap_local_pos_x = 0.0f); // push word-wrapping position 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
438 // Window-local coordinates: SameLine(), GetCursorPos(), SetCursorPos(), GetCursorStartPos(), GetContentRegionMax(), GetWindowContentRegion*(), PushTextWrapPos()
492 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.cpp6693 void ImGui::PushTextWrapPos(float wrap_pos_x) in PushTextWrapPos() function in ImGui
11248 ImGui::PushTextWrapPos(ImGui::GetFontSize() * 35.0f); in MetricsHelpMarker()
H A Dimgui_widgets.cpp332 PushTextWrapPos(0.0f); in TextWrappedV()
/third_party/mesa3d/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); in TextWrappedV()
H A Dimgui.cpp5741 void ImGui::PushTextWrapPos(float wrap_pos_x) in PushTextWrapPos() function in ImGui

Completed in 87 milliseconds