Searched refs:hide_text_after_double_hash (Results 1 - 4 of 4) sorted by relevance
/third_party/mesa3d/src/imgui/ |
H A D | imgui.h | 631 IMGUI_API ImVec2 CalcTextSize(const char* text, const char* text_end = NULL, bool hide_text_after_double_hash = false, float wrap_width = -1.0f);
|
H A D | imgui.cpp | 3898 ImVec2 ImGui::CalcTextSize(const char* text, const char* text_end, bool hide_text_after_double_hash, float wrap_width) in CalcTextSize() argument 3903 if (hide_text_after_double_hash) in CalcTextSize()
|
/third_party/skia/third_party/externals/imgui/ |
H A D | imgui.h | 877 IMGUI_API ImVec2 CalcTextSize(const char* text, const char* text_end = NULL, bool hide_text_after_double_hash = false, float wrap_width = -1.0f);
|
H A D | imgui.cpp | 4563 ImVec2 ImGui::CalcTextSize(const char* text, const char* text_end, bool hide_text_after_double_hash, float wrap_width) in CalcTextSize() argument 4568 if (hide_text_after_double_hash) in CalcTextSize()
|
Completed in 59 milliseconds