Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/imgui/
H A Dimgui_demo.cpp198 ImGui::PopTextWrapPos(); in HelpMarker()
895 // Using shortcut. You can use PushTextWrapPos()/PopTextWrapPos() for more flexibility. in ShowDemoWindowWidgets()
920 ImGui::PopTextWrapPos(); in ShowDemoWindowWidgets()
3546 ImGui::PopTextWrapPos(); in EditTableSizingFlags()
H A Dimgui.h421 IMGUI_API void PopTextWrapPos();
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.cpp6700 void ImGui::PopTextWrapPos() in PopTextWrapPos() function in ImGui
11250 ImGui::PopTextWrapPos(); in MetricsHelpMarker()
H A Dimgui_widgets.cpp338 PopTextWrapPos(); in TextWrappedV()
/third_party/mesa3d/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(); in TextWrappedV()
H A Dimgui.cpp5748 void ImGui::PopTextWrapPos() in PopTextWrapPos() function in ImGui

Completed in 114 milliseconds