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

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_draw.cpp2653 const char* word_wrap_eol = NULL; local in function:ImFont::CalcTextSizeA
2661 if (!word_wrap_eol)
2663 word_wrap_eol = CalcWordWrapPositionA(scale, s, text_end, wrap_width - line_width);
2664 if (word_wrap_eol == s) // Wrap_width is too small to fit anything. Force displaying 1 character to minimize the height discontinuity.
2665 word_wrap_eol++; // +1 may not be a character start point in UTF-8 but it's ok because we use s >= word_wrap_eol below
2668 if (s >= word_wrap_eol)
2674 word_wrap_eol = NULL;
2765 const char* word_wrap_eol = NULL; local in function:ImFont::RenderText
2809 if (!word_wrap_eol)
[all...]
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_draw.cpp2653 const char* word_wrap_eol = NULL; local in function:ImFont::CalcTextSizeA
2661 if (!word_wrap_eol)
2663 word_wrap_eol = CalcWordWrapPositionA(scale, s, text_end, wrap_width - line_width);
2664 if (word_wrap_eol == s) // Wrap_width is too small to fit anything. Force displaying 1 character to minimize the height discontinuity.
2665 word_wrap_eol++; // +1 may not be a character start point in UTF-8 but it's ok because we use s >= word_wrap_eol below
2668 if (s >= word_wrap_eol)
2674 word_wrap_eol = NULL;
2765 const char* word_wrap_eol = NULL; local in function:ImFont::RenderText
2809 if (!word_wrap_eol)
[all...]

Completed in 12 milliseconds