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

/openjdk9/jdk/src/java.desktop/share/native/libawt/awt/image/cvutils/
H A Dimg_globals.h101 int bitsperpixel; member in struct:__anon839
H A Dimg_output8_16_32.h41 switch (clrdata->bitsperpixel) { \
H A Dimg_output8_32.h41 switch (clrdata->bitsperpixel) { \
H A Dimg_output16_32.h41 switch (clrdata->bitsperpixel) { \
H A Dimg_output24.h42 img_check(clrdata->bitsperpixel == 24); \
H A Dimg_output32.h40 img_check(clrdata->bitsperpixel == 32); \
H A Dimg_output8.h40 img_check(clrdata->bitsperpixel == 8); \
H A Dimg_output16.h40 img_check(clrdata->bitsperpixel == 16); \
H A Dimg_output8_16_24.h47 switch (clrdata->bitsperpixel) { \
/openjdk9/jdk/src/java.desktop/windows/native/libawt/windows/
H A Dawt_Win32GraphicsDevice.cpp97 colorData->bitsperpixel = ::GetDeviceCaps(hDC, BITSPIXEL);
101 if (colorData->bitsperpixel > 8) {
168 if (colorData->bitsperpixel < 8) {
187 if (colorData->bitsperpixel > 8) {
191 if (colorData->bitsperpixel != 24) { // 15, 16, or 32 bpp
202 switch (colorData->bitsperpixel) {
260 colorData->bitsperpixel = 15;
312 if (colorData->bitsperpixel == 24) {
315 } else if (colorData->bitsperpixel > 8) {
558 if (colorData->bitsperpixel >
[all...]
H A Dawt_Win32GraphicsDevice.h61 int GetBitDepth() { return colorData->bitsperpixel; }
H A Dawt_PrintJob.cpp2757 int bitsperpixel) {
2765 switch (bitsperpixel) {
2775 imgWidthByteSz = srcWidth * bitsperpixel / 8;
/openjdk9/jdk/src/java.desktop/unix/native/common/awt/
H A DX11Color.c420 awt_data->awtImage->clrdata.bitsperpixel = bpp;
508 awt_data->awtImage->clrdata.bitsperpixel = MAX(bpp, 8);
523 awt_data->awtImage->clrdata.bitsperpixel = MAX(bpp, 8);

Completed in 118 milliseconds