Home
last modified time | relevance | path

Searched refs:TextWrapped (Results 1 - 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/imgui/
H A Dimgui_demo.cpp896 ImGui::TextWrapped( in ShowDemoWindowWidgets()
938 ImGui::TextWrapped( in ShowDemoWindowWidgets()
955 ImGui::TextWrapped( in ShowDemoWindowWidgets()
1005 ImGui::TextWrapped("And now some textured buttons.."); in ShowDemoWindowWidgets()
2548 ImGui::TextWrapped("(Use ImGui::SameLine() to keep adding items to the right of the preceding item)"); in ShowDemoWindowLayout()
3038 ImGui::TextWrapped("This text should automatically wrap on the edge of the work rectangle."); in ShowDemoWindowLayout()
3085 ImGui::TextWrapped("(Click and drag to scroll)"); in ShowDemoWindowLayout()
3171 ImGui::TextWrapped( in ShowDemoWindowPopups()
3334 ImGui::TextWrapped("Modal windows are like popups but the user cannot close them by clicking outside."); in ShowDemoWindowPopups()
3409 ImGui::TextWrapped("Belo in ShowDemoWindowPopups()
[all...]
H A Dimgui.h492 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.cpp142 // - TextWrapped()
319 void ImGui::TextWrapped(const char* fmt, ...) in TextWrapped() function in ImGui
/third_party/skia/tools/viewer/
H A DViewer.cpp2593 ImGui::TextWrapped("%s", entry.fKeyDescription.c_str()); in drawImGui()
2737 ImGui::TextWrapped("%s", gShaderErrorHandler.fErrors[i].c_str()); in drawImGui()
2740 ImGui::TextWrapped("%4i\t%s\n", lineNumber, lineText); in drawImGui()
/third_party/mesa3d/src/imgui/
H A Dimgui.h377 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.cpp119 // - TextWrapped()
283 void ImGui::TextWrapped(const char* fmt, ...) in TextWrapped() function in ImGui

Completed in 52 milliseconds