Home
last modified time | relevance | path

Searched refs:CalcWrapWidthForPos (Results 1 - 6 of 6) sorted by relevance

/third_party/mesa3d/src/imgui/
H A Dimgui_internal.h1382 IMGUI_API float CalcWrapWidthForPos(const ImVec2& pos, float wrap_pos_x);
H A Dimgui_widgets.cpp220 const float wrap_width = wrap_enabled ? CalcWrapWidthForPos(window->DC.CursorPos, wrap_pos_x) : 0.0f; in TextUnformatted()
H A Dimgui.cpp2939 float ImGui::CalcWrapWidthForPos(const ImVec2& pos, float wrap_pos_x) in CalcWrapWidthForPos() function in ImGui
/third_party/skia/third_party/externals/imgui/
H A Dimgui_internal.h2469 IMGUI_API float CalcWrapWidthForPos(const ImVec2& pos, float wrap_pos_x);
H A Dimgui_widgets.cpp244 const float wrap_width = wrap_enabled ? CalcWrapWidthForPos(window->DC.CursorPos, wrap_pos_x) : 0.0f; in TextEx()
H A Dimgui.cpp3337 float ImGui::CalcWrapWidthForPos(const ImVec2& pos, float wrap_pos_x) in CalcWrapWidthForPos() function in ImGui

Completed in 77 milliseconds