Home
last modified time | relevance | path

Searched refs:RenderTextWrapped (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/imgui/
Dimgui_internal.h1442 …IMGUI_API void RenderTextWrapped(ImVec2 pos, const char* text, const char* text_end, floa…
Dimgui_widgets.cpp230 RenderTextWrapped(bb.Min, text_begin, text_end, wrap_width); in TextUnformatted()
Dimgui.cpp2311 void ImGui::RenderTextWrapped(ImVec2 pos, const char* text, const char* text_end, float wrap_width) in RenderTextWrapped() function in ImGui