Lines Matching refs:y1
33 height = pbox->y2 - pbox->y1;
35 (pbox->y1 * pRendition->board.shadowPitch) + (pbox->x1 * Bpp);
38 (pbox->y1 * FBPitch) + (pbox->x1 * Bpp);
72 int count, width, height, y1, y2, dstPitch, srcPitch;
81 y1 = pbox->y1 & ~3;
83 height = (y2 - y1) >> 2; /* in dwords */
91 ((pScreenInfo->virtualY - pbox->x2) * dstPitch) + y1;
92 srcPtr = pRendition->board.shadowPtr + (y1 * srcPitch) + pbox->x2 - 1;
118 int count, width, height, y1, y2, dstPitch, srcPitch;
127 y1 = pbox->y1 & ~1;
129 height = (y2 - y1) >> 1; /* in dwords */
140 ((pScreenInfo->virtualY - pbox->x2) * dstPitch) + y1;
142 (y1 * srcPitch) + pbox->x2 - 1;
167 int count, width, height, y1, y2, dstPitch, srcPitch;
176 y1 = pbox->y1 & ~3;
178 height = (y2 - y1) >> 2; /* blocks of 3 dwords */
187 ((pScreenInfo->virtualY - pbox->x2) * dstPitch) + (y1 * 3);
188 srcPtr = pRendition->board.shadowPtr + (y1 * srcPitch) +
228 height = pbox->y2 - pbox->y1;
239 ((pScreenInfo->virtualY - pbox->x2) * dstPitch) + pbox->y1;
241 (pbox->y1 * srcPitch) + pbox->x2 - 1;