HomeSort by: relevance | last modified time | path
    Searched refs:orig_h (Results 1 - 9 of 9) sorted by relevancy

  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/
xaaFillRect.c 359 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...]
xaaFillPoly.c 582 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 =
xaaSpans.c 381 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;
xaaPCache.c 1497 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;
xaa.h 231 int orig_h; member in struct:__anon10702
  /xsrc/external/mit/xterm/dist/
graphics.c 1275 clip_area(int *orig_x, int *orig_y, int *orig_w, int *orig_h,
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/
mga_storm.c 2495 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/
apm_accel.c 103 pCache->apmStippleCache.orig_h = h;
  /xsrc/external/mit/xf86-video-chips/dist/src/
ct_accel.c 1168 pCache->orig_w = w; pCache->orig_h = h;

Completed in 30 milliseconds