Lines Matching +defs:text +defs:padding
2078 bool ImGuiTextFilter::PassFilter(const char* text, const char* text_end) const in PassFilter() argument
2272 const char* ImGui::FindRenderedTextEnd(const char* text, const char* text_end) in FindRenderedTextEnd()
2285 void ImGui::RenderText(ImVec2 pos, const char* text, const char* text_end, bool hide_text_after_has… in RenderText()
2311 void ImGui::RenderTextWrapped(ImVec2 pos, const char* text, const char* text_end, float wrap_width) in RenderTextWrapped()
2329 …mDrawList* draw_list, const ImVec2& pos_min, const ImVec2& pos_max, const char* text, const char* … in RenderTextClippedEx()
2357 void ImGui::RenderTextClipped(const ImVec2& pos_min, const ImVec2& pos_max, const char* text, const… in RenderTextClipped()
2973 void ImGui::SetClipboardText(const char* text) in SetClipboardText()
3898 ImVec2 ImGui::CalcTextSize(const char* text, const char* text_end, bool hide_text_after_double_hash… in CalcTextSize()
5142 ImVec2 padding = ImMax(style.DisplayWindowPadding, style.DisplaySafeAreaPadding); in Begin() local
7014 ImVec2 padding = GImGui->Style.DisplaySafeAreaPadding; in GetWindowAllowedExtentRect() local
8794 void ImGui::LogRenderedText(const ImVec2* ref_pos, const char* text, const char* text_end) in LogRenderedText()
9204 static void SetClipboardTextFn_DefaultImpl(void*, const char* text) in SetClipboardTextFn_DefaultImpl()
9234 static void SetClipboardTextFn_DefaultImpl(void*, const char* text) in SetClipboardTextFn_DefaultImpl()