Home
last modified time | relevance | path

Searched refs:wrap_enabled (Results 1 - 2 of 2) sorted by relevance

/third_party/mesa3d/src/imgui/
H A Dimgui_widgets.cpp141 const bool wrap_enabled = wrap_pos_x >= 0.0f; in TextUnformatted() local
142 if (text_end - text > 2000 && !wrap_enabled) in TextUnformatted()
220 const float wrap_width = wrap_enabled ? CalcWrapWidthForPos(window->DC.CursorPos, wrap_pos_x) : 0.0f; in TextUnformatted()
/third_party/skia/third_party/externals/imgui/
H A Dimgui_widgets.cpp168 const bool wrap_enabled = (wrap_pos_x >= 0.0f); in TextEx() local
169 if (text_end - text > 2000 && !wrap_enabled) in TextEx()
244 const float wrap_width = wrap_enabled ? CalcWrapWidthForPos(window->DC.CursorPos, wrap_pos_x) : 0.0f; in TextEx()

Completed in 21 milliseconds