Home | History | Annotate | Download | only in pbsdboot

Lines Matching defs:hdc

70 	HDC hdc;
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;
137 hdc = BeginPaint(hWnd, &ps);
138 prev_pal = SelectPalette(hdc, pal, FALSE);
145 n = RealizePalette(hdc);
163 HDC hdc;
173 hdc = BeginPaint(hWnd, &ps);
177 n = GetSystemPaletteEntries(hdc, 0, 256, syspal);