Home | History | Annotate | Download | only in gfx

Lines Matching refs:GetCursorBounds

413     int start_x = GetCursorBounds(selection_start, true).x();
414 int cursor_x = GetCursorBounds(position, true).x();
661 canvas->FillRect(GetCursorBounds(position, true), cursor_color_);
687 Rect RenderText::GetCursorBounds(const SelectionModel& caret,
991 cursor_bounds_ = GetCursorBounds(selection_model_, insert_mode_);