Lines Matching refs:vimTextArea

957     if (active && gui.vimTextArea)  in WindowActivated()
958 gui.vimTextArea->MakeFocus(true); in WindowActivated()
1164 gui.vimTextArea = NULL; in ~VimTextAreaView()
1171 gui.vimTextArea = this; in init()
2899 button->SetTarget(gui.vimTextArea); in AddButton()
3131 atomic_add(&gui.vimTextArea->mouseDragEventCount, -1); in gui_haiku_process_event()
3562 if (!gui.vimTextArea) in gui_mch_set_text_area_pos()
3566 gui.vimTextArea->MoveTo(x, y); in gui_mch_set_text_area_pos()
3567 gui.vimTextArea->ResizeTo(w - PEN_WIDTH, h - PEN_WIDTH); in gui_mch_set_text_area_pos()
3694 vsb->SetTarget(gui.vimTextArea); in gui_mch_create_scrollbar()
3801 int rc = gui.vimTextArea->mchInitFont(font_name); in gui_mch_init_font()
3946 gui.vimTextArea->SetFont(vf); in gui_mch_set_font()
4069 gui.vimTextArea->SetHighColor(rgb); in gui_mch_set_fg_color()
4083 gui.vimTextArea->SetLowColor(rgb); in gui_mch_set_bg_color()
4106 gui.vimTextArea->mchDrawString(row, col, s, len, flags); in gui_mch_draw_string()
4144 BRect rect = gui.vimTextArea->Bounds(); in gui_mch_flash()
4146 gui.vimTextArea->SetDrawingMode(B_OP_INVERT); in gui_mch_flash()
4147 gui.vimTextArea->FillRect(rect); in gui_mch_flash()
4148 gui.vimTextArea->Sync(); in gui_mch_flash()
4150 gui.vimTextArea->FillRect(rect); in gui_mch_flash()
4151 gui.vimTextArea->SetDrawingMode(B_OP_COPY); in gui_mch_flash()
4152 gui.vimTextArea->Flush(); in gui_mch_flash()
4174 gui.vimTextArea->SetDrawingMode(B_OP_INVERT); in gui_mch_invert_rectangle()
4175 gui.vimTextArea->FillRect(rect); in gui_mch_invert_rectangle()
4176 gui.vimTextArea->SetDrawingMode(B_OP_COPY); in gui_mch_invert_rectangle()
4235 gui.vimTextArea->StrokeRect(r); in gui_mch_draw_hollow_cursor()
4264 gui.vimTextArea->FillRect(r); in gui_mch_draw_part_cursor()
4406 gui.vimTextArea->mchClearBlock(row1, col1, row2, col2); in gui_mch_clear_block()
4415 gui.vimTextArea->mchClearAll(); in gui_mch_clear_all()
4429 gui.vimTextArea->mchDeleteLines(row, num_lines); in gui_mch_delete_lines()
4441 gui.vimTextArea->mchInsertLines(row, num_lines); in gui_mch_insert_lines()
4582 item->SetTarget(gui.vimTextArea); in gui_mch_add_menu_item()
4699 gui.vimTextArea->GetMouse(&point, &buttons); in gui_mch_show_popupmenu()
4700 gui.vimTextArea->ConvertToScreen(&point); in gui_mch_show_popupmenu()
4963 gui.vimTextArea->DrawIMString(); in im_set_position()