Lines Matching defs:device
57 * install the palette of the HDC onto the device associated with
96 * device.
108 AwtPalette::AwtPalette(AwtWin32GraphicsDevice *device)
110 this->device = device;
255 hDC = device->GetDC();
260 device->ReleaseDC(hDC);
265 hDC = device->GetDC();
268 device->ReleaseDC(hDC);
286 device->SetGrayness(GS_STATICGRAY);
288 device->SetGrayness(GS_NONLINGRAY);
302 device->SetGrayness(GS_INDEXGRAY);
304 device->SetGrayness(GS_NOTGRAY);
317 ColorData *cData = device->GetColorData();
318 if ((device->GetGrayness() == GS_NONLINGRAY ||
319 device->GetGrayness() == GS_INDEXGRAY) &&
326 initInverseGrayLut((int*)systemEntries, 256, device->GetColorData());
336 * primary device.
353 int staticGrayType = device->GetGrayness();