HomeSort by: relevance | last modified time | path
    Searched refs:hdc (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/arch/hpc/stand/hpcboot/
framebuffer.cpp 50 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);
hpcmenu.h 61 HDC hdc = GetDC(0); local
63 SelectObject(hdc, GetStockObject(SYSTEM_FONT));
64 GetTextMetrics(hdc, &tm);
67 ReleaseDC(0, hdc);
  /src/sys/arch/hpcmips/stand/pbsdboot/
palette.c 70 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
163 HDC hdc; local
    [all...]
main.c 433 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);
  /src/sys/arch/hpc/stand/hpcboot/menu/
menu.cpp 213 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)
455 HDC hdc = GetDC(0); local
    [all...]
rootwindow.cpp 229 HDC hdc = GetDC(0); local
230 if (GetDeviceCaps(hdc, HORZRES) > 320)
232 ReleaseDC(0, hdc);
  /src/sys/arch/vax/vsa/
hdc9224.c 177 CFATTACH_DECL_NEW(hdc, sizeof(struct hdcsoftc),
  /src/sys/dev/stbi/
stb_image.c 1317 static int decode_block(jpeg *j, short data[64], huffman *hdc, huffman *hac, int b)
1320 int t = decode(j, hdc);

Completed in 37 milliseconds