| /netbsd-src/sys/arch/hpcmips/stand/pbsdboot/ |
| H A D | palette.c | 70 HDC hdc; in palette_init() local 76 hdc = BeginPaint(hWnd, &ps); in palette_init() 77 if (GetDeviceCaps(hdc, TECHNOLOGY) == DT_RASDISPLAY && in palette_init() 78 (GetDeviceCaps(hdc, RASTERCAPS) & RC_PALETTE) && in palette_init() 79 GetDeviceCaps(hdc, COLORRES) == 8) { in palette_init() 80 ASSERT(GetDeviceCaps(hdc, BITSPIXEL) == 8); in palette_init() 81 ASSERT(GetDeviceCaps(hdc, PLANES) == 1); in palette_init() 130 HDC hdc; in palette_set() local 137 hdc = BeginPaint(hWnd, &ps); in palette_set() 138 prev_pal = SelectPalette(hdc, pal, FALSE); in palette_set() [all …]
|
| H A D | main.c | 433 HDC hdc; in WinMain() local 505 hdc = GetDC(0); in WinMain() 506 width = GetDeviceCaps(hdc,HORZRES); in WinMain() 507 height = GetDeviceCaps(hdc,VERTRES); in WinMain() 508 ReleaseDC(0,hdc); in WinMain() 1274 HDC hdc; in MainDlgProc() local 1277 hdc = BeginPaint(hWnd, &ps); in MainDlgProc()
|
| /netbsd-src/sys/arch/hpc/stand/hpcboot/ |
| H A D | framebuffer.cpp | 50 HDC hdc = GetDC(0); in FrameBufferInfo() local 51 int bpp = GetDeviceCaps(hdc, BITSPIXEL); in FrameBufferInfo() 52 ReleaseDC(0, hdc); in FrameBufferInfo() 81 hdc = GetDC(0); in FrameBufferInfo() 83 _default.width = GetDeviceCaps(hdc, HORZRES); in FrameBufferInfo() 84 _default.height = GetDeviceCaps(hdc, VERTRES); in FrameBufferInfo() 85 ReleaseDC(0, hdc); in FrameBufferInfo()
|
| H A D | hpcmenu.h | 61 HDC hdc = GetDC(0); in _get_font_size() local 63 SelectObject(hdc, GetStockObject(SYSTEM_FONT)); in _get_font_size() 64 GetTextMetrics(hdc, &tm); in _get_font_size() 67 ReleaseDC(0, hdc); in _get_font_size()
|
| /netbsd-src/sys/arch/hpc/stand/hpcboot/menu/ |
| H A D | menu.cpp | 213 HDC hdc = GetDC(0); in layout() local 214 int width = GetDeviceCaps(hdc, HORZRES); in layout() 215 int height = GetDeviceCaps(hdc, VERTRES); in layout() 216 int dpix = GetDeviceCaps(hdc, LOGPIXELSX); in layout() 217 int dpiy = GetDeviceCaps(hdc, LOGPIXELSY); in layout() 218 ReleaseDC(0, hdc); in layout() 322 HDC hdc = GetDC(0); in init() local 323 int dpix = GetDeviceCaps(hdc, LOGPIXELSX); in init() 324 int dpiy = GetDeviceCaps(hdc, LOGPIXELSY); in init() 325 ReleaseDC(0, hdc); in init() [all …]
|
| H A D | rootwindow.cpp | 229 HDC hdc = GetDC(0); in WMCreate() local 230 if (GetDeviceCaps(hdc, HORZRES) > 320) in WMCreate() 232 ReleaseDC(0, hdc); in WMCreate()
|
| /netbsd-src/sys/arch/evbarm/armadillo/ |
| H A D | TODO | 24 # fdisk /dev/hdc
|
| /netbsd-src/sys/arch/vax/conf/ |
| H A D | files.vax | 163 device hdc { drive = -1 } 164 attach hdc at vsbus 165 file arch/vax/vsa/hdc9224.c ry | hdc | rd needs-flag 168 attach rd at hdc 171 attach ry at hdc
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/ |
| H A D | vfw.d | 310 HDC hdc; variable 552 DWORD ICDrawBegin(HIC hic, DWORD dwFlags, HPALETTE hpal, HWND hwnd, HDC hdc, 606 LRESULT ICDrawRealize(HIC hic, HDC hdc, BOOL fBackground) { in ICDrawRealize() argument 607 return ICSendMessage(hic, ICM_DRAW_REALIZE, cast(DWORD_PTR)hdc, cast(DWORD_PTR)fBackground); in ICDrawRealize() 713 UINT DrawDibRealize(HDRAWDIB hdd, HDC hdc, BOOL fBackground); 716 …BOOL DrawDibBegin(HDRAWDIB hdd, HDC hdc, int dxDst, int dyDst, LPBITMAPINFOHEADER lpbi, int dxSrc,… 717 …BOOL DrawDibDraw(HDRAWDIB hdd, HDC hdc, int xDst, int yDst, int dxDst, int dyDst, LPBITMAPINFOHEAD… 721 BOOL DrawDibUpdate(HDRAWDIB hdd, HDC hdc, int x, int y) { in DrawDibUpdate() argument 722 return DrawDibDraw(hdd, hdc, x, y, 0, 0, null, null, 0, 0, 0, 0, DDF_UPDATE); in DrawDibUpdate()
|
| H A D | richedit.d | 474 HDC hdc; variable
|
| H A D | wingdi.d | 4323 DWORD SetLayout(HDC hdc, DWORD l); 4324 DWORD GetLayout(HDC hdc); 4388 HDC hdc;
|
| H A D | winuser.d | 2711 HDC hdc;
|
| H A D | commctrl.d | 3255 HDC hdc;
|
| /netbsd-src/external/gpl2/lvm2/dist/scripts/lvm2create_initrd/ |
| H A D | lvm2create_initrd.pod | 156 Overrides the default value of $BLOCKDEVICES in the script (which is "md hda hdb hdc hdd sda sdb sd…
|
| /netbsd-src/sys/arch/vax/vsa/ |
| H A D | hdc9224.c | 177 CFATTACH_DECL_NEW(hdc, sizeof(struct hdcsoftc),
|
| /netbsd-src/sys/dev/ |
| H A D | DEVNAMES | 579 hdc vax
|
| /netbsd-src/sys/dev/stbi/ |
| H A D | stb_image.c | 1317 static int decode_block(jpeg *j, short data[64], huffman *hdc, huffman *hac, int b) in decode_block() argument 1320 int t = decode(j, hdc); in decode_block()
|
| /netbsd-src/external/gpl3/binutils/dist/ |
| H A D | ChangeLog.git | 171415 2934 | WINGDIAPI WINBOOL WINAPI GetAspectRatioFilterEx(HDC hdc,LPSIZE lpsize);
|