Home
last modified time | relevance | path

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

/third_party/mesa3d/src/imgui/
H A Dimgui.h631 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 Dimgui.cpp3898 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 Dimgui.h877 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 Dimgui.cpp4563 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 56 milliseconds