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

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_internal.h1441 IMGUI_API void RenderText(ImVec2 pos, const char* text, const char* text_end = NULL, bool hide_text_after_hash = true);
H A Dimgui.cpp2285 void ImGui::RenderText(ImVec2 pos, const char* text, const char* text_end, bool hide_text_after_hash) argument
2292 if (hide_text_after_hash)
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_internal.h1441 IMGUI_API void RenderText(ImVec2 pos, const char* text, const char* text_end = NULL, bool hide_text_after_hash = true);
H A Dimgui.cpp2285 void ImGui::RenderText(ImVec2 pos, const char* text, const char* text_end, bool hide_text_after_hash) argument
2292 if (hide_text_after_hash)

Completed in 99 milliseconds