Searched refs:effXDepth (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
H A Dwinmultiwindowicons.c64 int row, column, effXBPP, effXDepth; local in function:winScaleXBitmapToWindows
75 effXDepth = pixmap->drawable.depth;
81 effXDepth = 16;
173 else if (effXDepth == 24 || effXDepth == 32)
190 *(outPtr++) = (effXDepth == 32) ? *(ptr++) : 0x0; /* alpha */
216 else if (effXDepth == 16)
/xsrc/external/mit/xorg-server/dist/hw/xwin/
H A Dwinmultiwindowicons.c67 int row, column, effXBPP, effXDepth; local in function:winScaleXImageToWindowsIcon
81 effXDepth = pixmap->depth;
83 effXDepth = 16;
155 else if (effXDepth == 24 || effXDepth == 32) {
169 *(outPtr++) = (effXDepth == 32) ? *(ptr++) : 0x0; /* alpha */
195 else if (effXDepth == 16) {

Completed in 4 milliseconds