Home
last modified time | relevance | path

Searched refs:SelectionEnd (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/imgui/
Dimgui_memory_editor.h334 if (data->SelectionStart == 0 && data->SelectionEnd == data->BufTextLen) in Callback()
340 data->SelectionEnd = data->CursorPos = 2; in Callback()
Dimgui.h1438 …int SelectionEnd; // // Read-write // [Co… member
1445 bool HasSelection() const { return SelectionStart != SelectionEnd; } in HasSelection()
Dimgui_widgets.cpp3027 SelectionStart = SelectionEnd = CursorPos; in DeleteChars()
3059 SelectionStart = SelectionEnd = CursorPos; in InsertChars()
3539 …const int utf8_selection_end = callback_data.SelectionEnd = ImTextCountUtf8BytesFromStr(text, text… in InputTextEx()
3550SelectionEnd != utf8_selection_end) { edit_state.StbState.select_end = ImTextCountCharsFromUt… in InputTextEx()
/third_party/skia/third_party/externals/imgui/
Dimgui.h1985 …int SelectionEnd; // // Read-write // [Co… member
1992 void SelectAll() { SelectionStart = 0; SelectionEnd = BufTextLen; } in SelectAll()
1993 void ClearSelection() { SelectionStart = SelectionEnd = BufTextLen; } in ClearSelection()
1994 bool HasSelection() const { return SelectionStart != SelectionEnd; } in HasSelection()
Dimgui_widgets.cpp3811 SelectionStart = SelectionEnd = CursorPos; in DeleteChars()
3843 SelectionStart = SelectionEnd = CursorPos; in InsertChars()
4465 …const int utf8_selection_end = callback_data.SelectionEnd = ImTextCountUtf8BytesFromStr(text, text… in InputTextEx()
4477SelectionEnd != utf8_selection_end || buf_dirty) { state->Stb.select_end = (callback_data.Sel… in InputTextEx()
/third_party/flutter/skia/third_party/externals/imgui/
Dimgui.h1431 …int SelectionEnd; // // Read-write // [Co… member
1438 bool HasSelection() const { return SelectionStart != SelectionEnd; } in HasSelection()
Dimgui_widgets.cpp3027 SelectionStart = SelectionEnd = CursorPos; in DeleteChars()
3059 SelectionStart = SelectionEnd = CursorPos; in InsertChars()
3533 …const int utf8_selection_end = callback_data.SelectionEnd = ImTextCountUtf8BytesFromStr(text, text… in InputTextEx()
3544SelectionEnd != utf8_selection_end) { edit_state.StbState.select_end = ImTextCountCharsFromUt… in InputTextEx()