Home
last modified time | relevance | path

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

/vim-8.2.3635/src/VisVim/
H A DOleAut.h17 void DeleteObject ();
H A DOleAut.cpp61 DeleteObject (); in ~COleAutomationControl()
64 void COleAutomationControl::DeleteObject () in DeleteObject() function in COleAutomationControl
H A DCommands.cpp624 VimOle.DeleteObject(); in VimGetDispatchId()
/vim-8.2.3635/src/
H A Dgui_w32.c1281 DeleteObject(prevBrush); in gui_mch_new_colors()
1572 DeleteObject((HFONT)font); in gui_mch_free_font()
3166 DeleteObject(s_brush); in gui_mch_exit()
3170 (void)DeleteObject((HGDIOBJ)s_htearbitmap); in gui_mch_exit()
3896 # define DeleteBrush(hbr) DeleteObject((HGDIOBJ)(HBRUSH)(hbr))
6061 DeleteObject(SelectObject(s_hdc, old_pen)); in draw_line()
7304 DeleteObject(font); in gui_mch_dialog()
7926 DeleteObject(font); in gui_mch_tearoff()
8336 DeleteObject((HGDIOBJ)sign->hImage); in close_signicon_image()
8346 DeleteObject((HBITMAP)sign->hImage); in close_signicon_image()
[all …]
H A Dgui_dwrite.cpp1053 ::DeleteObject(HGDIOBJ(hbr)); in FillRect()
1077 ::DeleteObject(HGDIOBJ(hpen)); in DrawLine()
H A Dos_mswin.c1118 DeleteObject(hfont); in PrintDlgProc()
1207 DeleteObject(prt_font_handles[pifBold][pifItalic][pifUnderline]); in mch_print_cleanup()
/vim-8.2.3635/src/GvimExt/
H A Dgvimext.cpp474 DeleteObject(m_hVimIconBitmap); in ~CShellExt()