Home
last modified time | relevance | path

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

/dports/cad/xcircuit/xcircuit-3.10.30/
H A Dxcwin32.c676 HDC pixhdc = get_hdc((HWND)pix, gc), hdc = get_hdc(win, gc); in WinCopyArea() local
677 BitBlt(hdc, offx, offy, width, height, pixhdc, x, y, SRCCOPY); in WinCopyArea()
678 release_hdc((HWND)pix, pixhdc); in WinCopyArea()
892 HDC pixhdc, hdc; in WinPutImage() local
899 pixhdc = get_hdc((HWND)img->handle, gc); in WinPutImage()
902 BitBlt(hdc, destx, desty, width, height, pixhdc, srcx, srcy, SRCCOPY); in WinPutImage()
905 release_hdc((HWND)img->handle, pixhdc); in WinPutImage()
1726 HDC hdc, pixhdc; in XcHelppixProc() local
1731 pixhdc = get_hdc(helppix, hgc); in XcHelppixProc()
1733 BitBlt(hdc, 0, 0, r.right-r.left, r.bottom-r.top, pixhdc, 0, helptop, SRCCOPY); in XcHelppixProc()
[all …]