Searched refs:hdc (Results 1 - 13 of 13) sorted by relevance

/netbsd-current/sys/arch/hpc/stand/hpcboot/
H A Dframebuffer.cpp50 HDC hdc = GetDC(0); local
51 int bpp = GetDeviceCaps(hdc, BITSPIXEL);
52 ReleaseDC(0, hdc);
81 hdc = GetDC(0);
83 _default.width = GetDeviceCaps(hdc, HORZRES);
84 _default.height = GetDeviceCaps(hdc, VERTRES);
85 ReleaseDC(0, hdc);
H A Dhpcmenu.h61 HDC hdc = GetDC(0); local
63 SelectObject(hdc, GetStockObject(SYSTEM_FONT));
64 GetTextMetrics(hdc, &tm);
67 ReleaseDC(0, hdc);
/netbsd-current/sys/arch/hpcmips/stand/pbsdboot/
H A Dpalette.c70 HDC hdc; local
76 hdc = BeginPaint(hWnd, &ps);
77 if (GetDeviceCaps(hdc, TECHNOLOGY) == DT_RASDISPLAY &&
78 (GetDeviceCaps(hdc, RASTERCAPS) & RC_PALETTE) &&
79 GetDeviceCaps(hdc, COLORRES) == 8) {
80 ASSERT(GetDeviceCaps(hdc, BITSPIXEL) == 8);
81 ASSERT(GetDeviceCaps(hdc, PLANES) == 1);
130 HDC hdc; local
137 hdc = BeginPaint(hWnd, &ps);
138 prev_pal = SelectPalette(hdc, pa
163 HDC hdc; local
[all...]
H A Dmain.c433 HDC hdc; local
505 hdc = GetDC(0);
506 width = GetDeviceCaps(hdc,HORZRES);
507 height = GetDeviceCaps(hdc,VERTRES);
508 ReleaseDC(0,hdc);
1274 HDC hdc; local
1277 hdc = BeginPaint(hWnd, &ps);
/netbsd-current/sys/arch/hpc/stand/hpcboot/menu/
H A Dmenu.cpp213 HDC hdc = GetDC(0); local
214 int width = GetDeviceCaps(hdc, HORZRES);
215 int height = GetDeviceCaps(hdc, VERTRES);
216 int dpix = GetDeviceCaps(hdc, LOGPIXELSX);
217 int dpiy = GetDeviceCaps(hdc, LOGPIXELSY);
218 ReleaseDC(0, hdc);
322 HDC hdc = GetDC(0); local
323 int dpix = GetDeviceCaps(hdc, LOGPIXELSX);
324 int dpiy = GetDeviceCaps(hdc, LOGPIXELSY);
325 ReleaseDC(0, hdc);
455 HDC hdc = GetDC(0); local
[all...]
H A Drootwindow.cpp229 HDC hdc = GetDC(0); local
230 if (GetDeviceCaps(hdc, HORZRES) > 320)
232 ReleaseDC(0, hdc);
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/
H A Dvfw.d310 HDC hdc;
552 DWORD ICDrawBegin(HIC hic, DWORD dwFlags, HPALETTE hpal, HWND hwnd, HDC hdc,
606 LRESULT ICDrawRealize(HIC hic, HDC hdc, BOOL fBackground) {
607 return ICSendMessage(hic, ICM_DRAW_REALIZE, cast(DWORD_PTR)hdc, cast(DWORD_PTR)fBackground);
713 UINT DrawDibRealize(HDRAWDIB hdd, HDC hdc, BOOL fBackground);
716 BOOL DrawDibBegin(HDRAWDIB hdd, HDC hdc, int dxDst, int dyDst, LPBITMAPINFOHEADER lpbi, int dxSrc, int dySrc, UINT wFlags);
717 BOOL DrawDibDraw(HDRAWDIB hdd, HDC hdc, int xDst, int yDst, int dxDst, int dyDst, LPBITMAPINFOHEADER lpbi,
721 BOOL DrawDibUpdate(HDRAWDIB hdd, HDC hdc, int x, int y) {
722 return DrawDibDraw(hdd, hdc, x, y, 0, 0, null, null, 0, 0, 0, 0, DDF_UPDATE);
H A Drichedit.d474 HDC hdc;
H A Dwingdi.d4323 DWORD SetLayout(HDC hdc, DWORD l);
4324 DWORD GetLayout(HDC hdc);
4388 HDC hdc;
H A Dcommctrl.d3255 HDC hdc;
H A Dwinuser.d2711 HDC hdc;
/netbsd-current/sys/arch/vax/vsa/
H A Dhdc9224.c177 CFATTACH_DECL_NEW(hdc, sizeof(struct hdcsoftc),
/netbsd-current/sys/dev/stbi/
H A Dstb_image.c1317 static int decode_block(jpeg *j, short data[64], huffman *hdc, huffman *hac, int b) argument
1320 int t = decode(j, hdc);

Completed in 238 milliseconds