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

/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
H A Dwinmultiwindowicons.c69 int posX, posY; local in function:winScaleXBitmapToWindows
123 posX = factX * column;
129 ptr += posX / 8;
132 if (posX >= pixmap->drawable.width
136 if ((*ptr) & (1 << (posX & 7)))
175 ptr += posX * (effXBPP / 8);
178 if (posX >= pixmap->drawable.width
218 ptr += posX * (effXBPP / 8);
221 if (posX >= pixmap->drawable.width
/xsrc/external/mit/xorg-server/dist/hw/xwin/
H A Dwinmultiwindowicons.c72 int posX, posY; local in function:winScaleXImageToWindowsIcon
109 posX = factX * column;
114 ptr += posX / 8;
117 if (posX >= pixmap->width || posY >= pixmap->height)
120 if ((*ptr) & (1 << (posX & 7)))
156 ptr += posX * (effXBPP / 8);
159 if (posX >= pixmap->width || posY >= pixmap->height)
196 ptr += posX * (effXBPP / 8);
199 if (posX >= pixmap->width || posY >= pixmap->height)

Completed in 7 milliseconds