Searched refs:TextWrappedV (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui.h378 IMGUI_API void TextWrappedV(const char* fmt, va_list args) IM_FMTLIST(1);
H A Dimgui_widgets.cpp120 // - TextWrappedV()
287 TextWrappedV(fmt, args);
291 void ImGui::TextWrappedV(const char* fmt, va_list args) function in class:ImGui
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui.h378 IMGUI_API void TextWrappedV(const char* fmt, va_list args) IM_FMTLIST(1);
H A Dimgui_widgets.cpp120 // - TextWrappedV()
287 TextWrappedV(fmt, args);
291 void ImGui::TextWrappedV(const char* fmt, va_list args) function in class:ImGui

Completed in 41 milliseconds