Searched refs:sel_start (Results 1 – 2 of 2) sorted by relevance
481 size_t sel_start; in DrawContent() local483 std::tie(sel_start, count) = m_EdtEngine.GetSelection(); in DrawContent()485 m_EdtEngine.GetCharacterRectsInRange(sel_start, count); in DrawContent()1259 size_t sel_start = 0; in OnMouseMove() local1262 std::tie(sel_start, count) = m_EdtEngine.GetSelection(); in OnMouseMove()1264 sel_start = old_cursor_pos; in OnMouseMove()1266 size_t start_pos = std::min(sel_start, m_CursorPosition); in OnMouseMove()1267 size_t end_pos = std::max(sel_start, m_CursorPosition); in OnMouseMove()1275 size_t sel_start = m_CursorPosition; in OnKeyDown() local1280 sel_start = start_idx; in OnKeyDown()[all …]
97 JS_STATIC_PROP(selStart, sel_start, event);