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

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_draw.cpp2652 const bool word_wrap_enabled = (wrap_width > 0.0f); local in function:ImFont::CalcTextSizeA
2658 if (word_wrap_enabled)
2764 const bool word_wrap_enabled = (wrap_width > 0.0f); local in function:ImFont::RenderText
2769 if (y + line_height < clip_rect.y && !word_wrap_enabled)
2779 if (text_end - s > 10000 && !word_wrap_enabled)
2806 if (word_wrap_enabled)
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_draw.cpp2652 const bool word_wrap_enabled = (wrap_width > 0.0f); local in function:ImFont::CalcTextSizeA
2658 if (word_wrap_enabled)
2764 const bool word_wrap_enabled = (wrap_width > 0.0f); local in function:ImFont::RenderText
2769 if (y + line_height < clip_rect.y && !word_wrap_enabled)
2779 if (text_end - s > 10000 && !word_wrap_enabled)
2806 if (word_wrap_enabled)

Completed in 14 milliseconds