Searched refs:CalcWrapWidthForPos (Results 1 – 3 of 3) sorted by relevance
1382 IMGUI_API float CalcWrapWidthForPos(const ImVec2& pos, float wrap_pos_x);
220 …const float wrap_width = wrap_enabled ? CalcWrapWidthForPos(window->DC.CursorPos, wrap_pos_x) : 0.… in TextUnformatted()
2939 float ImGui::CalcWrapWidthForPos(const ImVec2& pos, float wrap_pos_x) in CalcWrapWidthForPos() function in ImGui