HomeSort by: relevance | last modified time | path
    Searched defs:nBox (Results 1 - 23 of 23) sorted by relevancy

  /xsrc/external/mit/xorg-server/dist/fb/
fbpoint.c 90 int nBox;
118 for (nBox = RegionNumRects(pClip), pBox = RegionRects(pClip);
119 nBox--; pBox++)
fbseg.c 345 int nBox;
360 nBox = RegionNumRects(pClip);
399 while (nBox--) {
455 } /* while (nBox--) */
  /xsrc/external/mit/xf86-video-ati-kms/dist/src/
r600_textured_videofuncs.c 67 int nBox = REGION_NUM_RECTS(&pPriv->clip);
450 while (nBox--) {
evergreen_textured_videofuncs.c 67 int nBox = REGION_NUM_RECTS(&pPriv->clip);
472 while (nBox--) {
radeon_textured_videofuncs.c 296 int nBox = REGION_NUM_RECTS(&pPriv->clip);
328 while (nBox) {
337 loop_boxes = MIN(radeon_cs_space_remaining(pScrn) / draw_size, nBox);
338 nBox -= loop_boxes;
842 int nBox = REGION_NUM_RECTS(&pPriv->clip);
875 while (nBox) {
884 loop_boxes = MIN(radeon_cs_space_remaining(pScrn) / draw_size, nBox);
885 nBox -= loop_boxes;
2196 int nBox = REGION_NUM_RECTS(&pPriv->clip);
2229 while (nBox--)
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/fb/
fbpoint.c 128 int nBox;
157 for (nBox = RegionNumRects (pClip), pBox = RegionRects (pClip);
158 nBox--; pBox++)
fbseg.c 612 int nBox;
627 nBox = RegionNumRects (pClip);
669 while(nBox--)
735 } /* while (nBox--) */
  /xsrc/external/mit/xf86-video-ati/dist/src/
evergreen_textured_videofuncs.c 69 int nBox = REGION_NUM_RECTS(&pPriv->clip);
483 while (nBox--) {
r600_textured_videofuncs.c 67 int nBox = REGION_NUM_RECTS(&pPriv->clip);
480 while (nBox--) {
radeon_textured_videofuncs.c 374 int nBox = REGION_NUM_RECTS(&pPriv->clip);
408 while (nBox) {
420 loop_boxes = MIN(radeon_cs_space_remaining(pScrn) / draw_size, nBox);
421 nBox -= loop_boxes;
490 BEGIN_ACCEL(nBox * pPriv->vtx_count * 3 + 2);
494 ((nBox * 3) << RADEON_VF_NUM_VERTICES_SHIFT)));
495 while (nBox--) {
1015 int nBox = REGION_NUM_RECTS(&pPriv->clip);
1050 while (nBox) {
1062 loop_boxes = MIN(radeon_cs_space_remaining(pScrn) / draw_size, nBox);
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/hw/dmx/
dmxgcops.c 124 int nBox;
138 nBox = RegionNumRects(pSubImages);
141 while (nBox--) {
dmxwindow.c 937 int nBox;
946 nRect = nBox = RegionNumRects(wBoundingShape(pWindow));
948 while (nBox--) {
969 nRect = nBox = RegionNumRects(wClipShape(pWindow));
971 while (nBox--) {
dmxpict.c 889 int nBox = RegionNumRects(pClip);
894 nRects = nBox;
897 while (nBox--) {
  /xsrc/external/mit/xorg-server/dist/composite/
compwindow.c 524 int nBox = RegionNumRects(&rgnDst);
527 while (nBox--) {
  /xsrc/external/mit/xorg-server/dist/xfixes/
region.c 538 int i, nBox;
547 nBox = RegionNumRects(pRegion);
549 reply = calloc(sizeof(xXFixesFetchRegionReply) + nBox * sizeof(xRectangle),
555 reply->length = nBox << 1;
562 for (i = 0; i < nBox; i++) {
575 SwapShorts((INT16 *) pRect, nBox * 4);
578 nBox * sizeof(xRectangle), (char *) reply);
  /xsrc/external/mit/xorg-server.old/dist/composite/
compwindow.c 496 int nBox = RegionNumRects (&rgnDst);
499 while (nBox--)
  /xsrc/external/mit/xorg-server.old/dist/xfixes/
region.c 556 int i, nBox;
564 nBox = RegionNumRects (pRegion);
567 nBox * sizeof (xRectangle));
572 reply->length = nBox << 1;
579 for (i = 0; i < nBox; i++)
595 SwapShorts ((INT16 *) pRect, nBox * 4);
598 nBox * sizeof (xRectangle), (char *) reply);
  /xsrc/external/mit/xorg-server/dist/glamor/
glamor_xv.c 418 int nBox = REGION_NUM_RECTS(&port_priv->clip);
594 for (i = 0; i < nBox; i++) {
  /xsrc/external/mit/xf86-video-crime/dist/src/
crime_accel.c 1301 int nbox, w, h; local
1367 nbox = REGION_NUM_RECTS(&region);
1370 if(!nbox) {
1380 while(nbox--) {
1417 nbox = REGION_NUM_RECTS(&region);
1420 if(!nbox) {
1436 while(nbox--) {
1445 while(nbox--) {
1482 nbox = REGION_NUM_RECTS(&region);
1485 if(!nbox) {
1611 int nbox; local
    [all...]
  /xsrc/external/mit/xf86-video-mga/dist/src/
mga_storm.c 143 unsigned int planemask, int nBox, BoxPtr pBox);
148 int rop, unsigned int planemask, int nBox,
2216 int nBox, /* number of rectangles to fill */
2228 if(nBox & 1) {
2232 nBox--; pBox++;
2235 if(!nBox) return;
2238 while(nBox) {
2247 base += 5; nBox -= 2;
2323 int nBox, SecondPassColor;
2338 nBox = nBoxInit
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/hw/kdrive/src/
kxv.c 1872 int nBox = RegionNumRects (pRgn);
1874 rects = malloc(nBox * sizeof (xRectangle));
1878 while (nBox--)
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/
xaaPCache.c 637 int nBox = RegionNumRects(areas);
651 if(!nBox || !pBox || !(infoRec->Flags & PIXMAP_CACHE))
672 while(nBox--) {
  /xsrc/external/mit/xf86-video-glint/dist/src/
pm2_video.c 777 int nBox;
781 nBox = pPPriv->nCookies;
784 nBox = REGION_NUM_RECTS(pRegion);
786 if (!pPPriv->pCookies || pPPriv->nCookies < nBox) {
787 if (!(pCookie = (CookiePtr) realloc(pPPriv->pCookies, nBox * sizeof(CookieRec))))
797 for (pCookie = pPPriv->pCookies; nBox--; pCookie++, pBox++) {
987 int nBox;
1004 nBox = REGION_NUM_RECTS(&DRegion);
1017 for (; nBox--; pBox++) {
1051 int nBox;
    [all...]

Completed in 24 milliseconds