Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dgui_haiku.cc243 virtual void Draw(BRect updateRect);
403 virtual void Draw(BRect updateRect);
1185 VimTextAreaView::Draw(BRect updateRect) in Draw() argument
1200 FillRect(updateRect, B_SOLID_LOW); in Draw()
1201 gui_redraw((int) updateRect.left, (int) updateRect.top, in Draw()
1202 (int) (updateRect.Width() + PEN_WIDTH), (int) (updateRect.Height() + PEN_WIDTH)); in Draw()
1208 FillRect(BRect(updateRect.left, updateRect.top, in Draw()
1211 FillRect(BRect(updateRect.left, updateRect.top, in Draw()
1215 updateRect.right, updateRect.bottom), B_SOLID_LOW); in Draw()
1218 updateRect.right, updateRect.bottom), B_SOLID_LOW); in Draw()
[all …]