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

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_draw.cpp2560 float word_width = 0.0f; local in function:ImFont::CalcWordWrapPositionA
2584 line_width = word_width = blank_width = 0.0f;
2610 word_width += char_width;
2618 line_width += word_width + blank_width;
2619 word_width = blank_width = 0.0f;
2627 if (line_width + word_width >= wrap_width)
2630 if (word_width < wrap_width)
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_draw.cpp2560 float word_width = 0.0f; local in function:ImFont::CalcWordWrapPositionA
2584 line_width = word_width = blank_width = 0.0f;
2610 word_width += char_width;
2618 line_width += word_width + blank_width;
2619 word_width = blank_width = 0.0f;
2627 if (line_width + word_width >= wrap_width)
2630 if (word_width < wrap_width)

Completed in 14 milliseconds