Lines Matching defs:line_width
7384 float line_width = 0.0f;
7400 text_size.x = NK_MAX(text_size.x, line_width);
7402 line_width = 0;
7421 line_width += (float)glyph_width;
7427 if (text_size.x < line_width)
7428 text_size.x = line_width;
7430 *out_offset = nk_vec2(line_width, text_size.y + line_height);
7431 if (line_width > 0 || text_size.y == 0.0f)
22805 float line_width = 0;
22825 label.w = line_width;
22837 line_width = 0;
22849 line_width += (float)glyph_width;
22854 if (line_width > 0) {
22859 label.w = line_width;
23073 float line_width = 0.0f;
23086 line_width = 0;
23144 text_size.x = NK_MAX(text_size.x, line_width);
23146 line_width = 0;
23157 line_width += (float)glyph_width;
23168 cursor_pos.x = line_width;