Searched refs:orig_h (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/
H A DxaaFillRect.c359 pCache->h = pCache->orig_h =
608 phaseY = (y - yorg) % pCache->orig_h;
609 if(phaseY < 0) phaseY += pCache->orig_h;
653 phaseY = (phaseY + blit_h) % pCache->orig_h;
654 if(blit_h >= pCache->orig_h) break;
660 phaseY -= (pBox->y1 - yorg) % pCache->orig_h;
661 if (phaseY < 0) phaseY += pCache->orig_h;
694 phaseY = (phaseY + blit_h) % pCache->orig_h;
737 phaseY = (y - yorg) % pCache->orig_h;
738 if(phaseY < 0) phaseY += pCache->orig_h;
[all...]
H A DxaaFillPoly.c582 phaseY = (Y - yorg) % pCache->orig_h;
583 if(phaseY < 0) phaseY += pCache->orig_h;
606 phaseY = (phaseY + blit_h) % pCache->orig_h;
627 phaseY = (Y - yorg) % pCache->orig_h;
628 if(phaseY < 0) phaseY += pCache->orig_h;
651 phaseY = (phaseY + blit_h) % pCache->orig_h;
944 pCache->h = pCache->orig_h =
H A DxaaSpans.c381 pCache->h = pCache->orig_h =
685 phaseY = (ppt->y - yorg) % pCache->orig_h;
686 if(phaseY < 0) phaseY += pCache->orig_h;
750 phaseY = (ppt->y - yorg) % pCache->orig_h;
751 if(phaseY < 0) phaseY += pCache->orig_h;
H A DxaaPCache.c1497 pCache->orig_w = w; pCache->orig_h = h;
1561 pCache->orig_w = w; pCache->orig_h = h;
1657 pCache->orig_w = w; pCache->orig_h = h;
1742 pCache->orig_w = w; pCache->orig_h = h;
H A Dxaa.h231 int orig_h; member in struct:__anonfd03e9f70208
/xsrc/external/mit/xterm/dist/
H A Dgraphics.c1275 clip_area(int *orig_x, int *orig_y, int *orig_w, int *orig_h, argument
1290 *orig_h -= diff;
1292 if (*orig_h > 0 && *orig_y + *orig_h > clip_y + clip_h) {
1293 *orig_h -= (*orig_y + *orig_h) - (clip_y + clip_h);
/xsrc/external/mit/xf86-video-mga/dist/src/
H A Dmga_storm.c2495 phaseY = (y - yorg) % pCache->orig_h;
2496 if(phaseY < 0) phaseY += pCache->orig_h;
2501 start = phaseY ? (pCache->orig_h - phaseY) : 0;
2505 if ((rop == GXcopy) && (height >= (pCache->orig_h + start))) {
2507 blit_h = pCache->orig_h;
2559 phaseY = (phaseY + blit_h) % pCache->orig_h;
/xsrc/external/mit/xf86-video-apm/dist/src/
H A Dapm_accel.c103 pCache->apmStippleCache.orig_h = h;
/xsrc/external/mit/xf86-video-chips/dist/src/
H A Dct_accel.c1168 pCache->orig_w = w; pCache->orig_h = h;

Completed in 20 milliseconds