Searched refs:effXBPP (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
74 effXBPP = BitsPerPixel(pixmap->drawable.depth);
78 effXBPP = 16;
127 if (effXBPP == 1)
175 ptr += posX * (effXBPP / 8);
218 ptr += posX * (effXBPP / 8);
/xsrc/external/mit/xorg-server/dist/hw/xwin/
H A Dwinmultiwindowicons.c67 int row, column, effXBPP, effXDepth; local in function:winScaleXImageToWindowsIcon
77 effXBPP = pixmap->bpp;
79 effXBPP = 16;
113 if (effXBPP == 1) {
156 ptr += posX * (effXBPP / 8);
196 ptr += posX * (effXBPP / 8);

Completed in 3 milliseconds