Home
last modified time | relevance | path

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

/third_party/mesa3d/src/imgui/
H A Dimgui_internal.h1442 IMGUI_API void RenderTextWrapped(ImVec2 pos, const char* text, const char* text_end, float wrap_width);
H A Dimgui_widgets.cpp230 RenderTextWrapped(bb.Min, text_begin, text_end, wrap_width); in TextUnformatted()
H A Dimgui.cpp2311 void ImGui::RenderTextWrapped(ImVec2 pos, const char* text, const char* text_end, float wrap_width) in RenderTextWrapped() function in ImGui
/third_party/skia/third_party/externals/imgui/
H A Dimgui_internal.h2642 IMGUI_API void RenderTextWrapped(ImVec2 pos, const char* text, const char* text_end, float wrap_width);
H A Dimgui_widgets.cpp253 RenderTextWrapped(bb.Min, text_begin, text_end, wrap_width); in TextEx()
H A Dimgui.cpp2732 void ImGui::RenderTextWrapped(ImVec2 pos, const char* text, const char* text_end, float wrap_width) in RenderTextWrapped() function in ImGui

Completed in 68 milliseconds