Searched defs:wrap_width (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/mesa3d/src/imgui/ |
H A D | imgui_draw.cpp | 1176 …Vec2& pos, ImU32 col, const char* text_begin, const char* text_end, float wrap_width, const ImVec4… in AddText() 2641 ImVec2 ImFont::CalcTextSizeA(float size, float max_width, float wrap_width, const char* text_begin,… in CalcTextSizeA() 2749 …st ImVec4& clip_rect, const char* text_begin, const char* text_end, float wrap_width, bool cpu_fin… in RenderText()
|
H A D | imgui.cpp | 2311 void ImGui::RenderTextWrapped(ImVec2 pos, const char* text, const char* text_end, float wrap_width) in RenderTextWrapped() 3898 …extSize(const char* text, const char* text_end, bool hide_text_after_double_hash, float wrap_width) in CalcTextSize()
|
H A D | imgui_widgets.cpp | 220 …const float wrap_width = wrap_enabled ? CalcWrapWidthForPos(window->DC.CursorPos, wrap_pos_x) : 0.… in TextUnformatted() local
|