Lines Matching refs:single_line
4294 unsigned char single_line;
5393 unsigned char single_line;
21836 int n, int single_line, const struct nk_user_font *font, float row_height)
21850 if (single_line) {
22063 if (unicode == '\n' && state->single_line) goto next;
22215 if (state->single_line) {
22228 nk_textedit_find_charpos(&find, state, state->cursor, state->single_line,
22263 if (state->single_line) {
22276 nk_textedit_find_charpos(&find, state, state->cursor, state->single_line,
22362 nk_textedit_find_charpos(&find, state,state->cursor, state->single_line,
22372 nk_textedit_find_charpos(&find, state, state->cursor, state->single_line,
22384 nk_textedit_find_charpos(&find, state, state->cursor, state->single_line,
22395 nk_textedit_find_charpos(&find, state, state->cursor, state->single_line,
22668 state->single_line = (unsigned char)(type == NK_TEXT_EDIT_SINGLE_LINE);