| /netbsd/src/sys/arch/hpcmips/stand/pbsdboot/ |
| 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 …]
|
| 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/ |
| 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()
|
| 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/ |
| 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 …]
|
| 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/ |
| D | TODO | 24 # fdisk /dev/hdc
|
| /netbsd/src/sys/arch/vax/conf/ |
| 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/gpl2/lvm2/dist/scripts/lvm2create_initrd/ |
| 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/ |
| D | hdc9224.c | 177 CFATTACH_DECL_NEW(hdc, sizeof(struct hdcsoftc),
|
| /netbsd/src/sys/dev/ |
| D | DEVNAMES | 579 hdc vax
|
| /netbsd/src/sys/dev/stbi/ |
| 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/ |
| D | ChangeLog.git | 171415 2934 | WINGDIAPI WINBOOL WINAPI GetAspectRatioFilterEx(HDC hdc,LPSIZE lpsize);
|