Home
last modified time | relevance | path

Searched defs:wrap_pos_x (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/imgui/
Dimgui.cpp2939 float ImGui::CalcWrapWidthForPos(const ImVec2& pos, float wrap_pos_x) in CalcWrapWidthForPos()
5741 void ImGui::PushTextWrapPos(float wrap_pos_x) in PushTextWrapPos()
Dimgui_widgets.cpp140 const float wrap_pos_x = window->DC.TextWrapPos; in TextUnformatted() local