Lines Matching refs:start
151 // STB_TEXTEDIT_K_LINESTART keyboard input to move cursor to start of line // e.g. HOME
153 // STB_TEXTEDIT_K_TEXTSTART keyboard input to move cursor to start of text // e.g. ctrl-HOME
168 // STB_TEXTEDIT_K_LINESTART2 secondary keyboard input to move cursor to start of line
170 // STB_TEXTEDIT_K_TEXTSTART2 secondary keyboard input to move cursor to start of text
192 // row of characters assuming they start on the i'th character--the width and
220 // and reset the selection start/end to the cursor point. the x,y must
329 int select_start; // selection start point
331 // selection start and end point in characters; if equal, no selection.
332 // note that start may be less than or greater than end (e.g. when
333 // dragging the mouse, start is where the initial click was, and you
612 // canoncialize the selection so start <= end
777 // if currently there's a selection, move cursor to start of selection
882 int start = find.first_char + find.length;
883 state->cursor = start;
887 float dx = STB_TEXTEDIT_GETWIDTH(str, start, i);