Home
last modified time | relevance | path

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

/dports/cad/xcircuit/xcircuit-3.10.30/
H A Dxcwin32.c117 HDC bufhdc; member
533 hdc = winwidget->bufhdc; in get_hdc()
1360 w->bufhdc = CreateCompatibleDC(NULL); in create_widget()
1361 SelectObject(w->bufhdc, w->buffer); in create_widget()
1629 SelectObject(win->bufhdc, win->buffer); in XcWidgetProc()
1693 BitBlt(winhdc, 0, 0, r.right-r.left, r.bottom-r.top, win->bufhdc, 0, 0, SRCCOPY); in XcWidgetProc()
3052 popup->bufhdc = (HDC)entertext; in OutputDlgProc()
3158 if (popup->bufhdc) in OutputDlgProc()
3159 free((Widget*)popup->bufhdc); in OutputDlgProc()