Home
last modified time | relevance | path

Searched refs:SelectionStart (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()
339 data->SelectionStart = 0; in Callback()
Dimgui.h1437 …int SelectionStart; // // 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()
3538 …const int utf8_selection_start = callback_data.SelectionStart = ImTextCountUtf8BytesFromStr(text, … in InputTextEx()
3549SelectionStart != utf8_selection_start) { edit_state.StbState.select_start = ImTextCountCharsFrom… in InputTextEx()
/third_party/skia/third_party/externals/imgui/
Dimgui.h1984 …int SelectionStart; // // 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()
4464 …const int utf8_selection_start = callback_data.SelectionStart = ImTextCountUtf8BytesFromStr(text, … in InputTextEx()
4476SelectionStart != utf8_selection_start || buf_dirty) { state->Stb.select_start = (callback_data.S… in InputTextEx()
4477 …state->Stb.select_end = (callback_data.SelectionEnd == callback_data.SelectionStart) ? state->Stb.… in InputTextEx()
/third_party/flutter/skia/third_party/externals/imgui/
Dimgui.h1430 …int SelectionStart; // // 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()
3532 …const int utf8_selection_start = callback_data.SelectionStart = ImTextCountUtf8BytesFromStr(text, … in InputTextEx()
3543SelectionStart != utf8_selection_start) { edit_state.StbState.select_start = ImTextCountCharsFrom… in InputTextEx()