Searched refs:nBox (Results 1 - 25 of 35) sorted by relevance

12

/xsrc/external/mit/xorg-server/dist/fb/
H A Dfbpoint.c90 int nBox; local in function:fbPolyPoint
118 for (nBox = RegionNumRects(pClip), pBox = RegionRects(pClip);
119 nBox--; pBox++)
H A Dfbseg.c345 int nBox; local in function:fbSegment
360 nBox = RegionNumRects(pClip);
399 while (nBox--) {
455 } /* while (nBox--) */
/xsrc/external/mit/xorg-server.old/dist/fb/
H A Dfbpoint.c128 int nBox; local in function:fbPolyPoint
157 for (nBox = RegionNumRects (pClip), pBox = RegionRects (pClip);
158 nBox--; pBox++)
H A Dfbseg.c612 int nBox; local in function:fbSegment
627 nBox = RegionNumRects (pClip);
669 while(nBox--)
735 } /* while (nBox--) */
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/
H A Dxaalocal.h516 int nBox,
525 int nBox,
536 int nBox,
548 int nBox,
559 int nBox,
570 int nBox,
581 int nBox,
592 int nBox,
603 int nBox,
743 int nBox,
[all...]
H A DxaaFillRect.c380 int nBox, /* number of rectangles to fill */
386 while(nBox--) {
407 int nBox,
443 while(nBox--) {
457 int nBox,
479 while(nBox--) {
519 int nBox,
540 while(nBox--) {
554 int nBox,
565 while(nBox
376 XAAFillSolidRects(ScrnInfoPtr pScrn,int fg,int rop,unsigned int planemask,int nBox,BoxPtr pBox) argument
403 XAAFillMono8x8PatternRectsScreenOrigin(ScrnInfoPtr pScrn,int fg,int bg,int rop,unsigned int planemask,int nBox,BoxPtr pBox,int pattern0,int pattern1,int xorigin,int yorigin) argument
453 XAAFillMono8x8PatternRects(ScrnInfoPtr pScrn,int fg,int bg,int rop,unsigned int planemask,int nBox,BoxPtr pBox,int pattern0,int pattern1,int xorigin,int yorigin) argument
515 XAAFillColor8x8PatternRectsScreenOrigin(ScrnInfoPtr pScrn,int rop,unsigned int planemask,int nBox,BoxPtr pBox,int xorigin,int yorigin,XAACacheInfoPtr pCache) argument
550 XAAFillColor8x8PatternRects(ScrnInfoPtr pScrn,int rop,unsigned int planemask,int nBox,BoxPtr pBox,int xorigin,int yorigin,XAACacheInfoPtr pCache) argument
591 XAAFillCacheBltRects(ScrnInfoPtr pScrn,int rop,unsigned int planemask,int nBox,BoxPtr pBox,int xorg,int yorg,XAACacheInfoPtr pCache) argument
713 XAAFillCacheExpandRects(ScrnInfoPtr pScrn,int fg,int bg,int rop,unsigned int planemask,int nBox,BoxPtr pBox,int xorg,int yorg,PixmapPtr pPix) argument
837 XAAFillScanlineImageWriteRects(ScrnInfoPtr pScrn,int rop,unsigned int planemask,int nBox,BoxPtr pBox,int xorg,int yorg,PixmapPtr pPix) argument
981 XAAFillImageWriteRects(ScrnInfoPtr pScrn,int rop,unsigned int planemask,int nBox,BoxPtr pBox,int xorg,int yorg,PixmapPtr pPix) argument
[all...]
H A DxaaStateChange.c78 unsigned int planemask, int nBox, BoxPtr pBox);
80 unsigned int planemask, int nBox,
84 unsigned int planemask, int nBox,
88 unsigned int planemask, int nBox, BoxPtr pBox,
91 unsigned int planemask, int nBox,
95 unsigned int planemask, int nBox, BoxPtr pBox,
98 unsigned int planemask, int nBox, BoxPtr pBox,
492 unsigned int planemask, int nBox, BoxPtr pBox)
498 planemask, nBox, pBox);
502 int rop, unsigned int planemask, int nBox,
491 XAAStateWrapFillSolidRects(ScrnInfoPtr pScrn,int fg,int rop,unsigned int planemask,int nBox,BoxPtr pBox) argument
501 XAAStateWrapFillMono8x8PatternRects(ScrnInfoPtr pScrn,int fg,int bg,int rop,unsigned int planemask,int nBox,BoxPtr pBox,int pat0,int pat1,int xorg,int yorg) argument
515 XAAStateWrapFillColor8x8PatternRects(ScrnInfoPtr pScrn,int rop,unsigned int planemask,int nBox,BoxPtr pBox,int xorg,int yorg,XAACacheInfoPtr pCache) argument
529 XAAStateWrapFillCacheBltRects(ScrnInfoPtr pScrn,int rop,unsigned int planemask,int nBox,BoxPtr pBox,int xorg,int yorg,XAACacheInfoPtr pCache) argument
541 XAAStateWrapFillColorExpandRects(ScrnInfoPtr pScrn,int fg,int bg,int rop,unsigned int planemask,int nBox,BoxPtr pBox,int xorg,int yorg,PixmapPtr pPix) argument
555 XAAStateWrapFillCacheExpandRects(ScrnInfoPtr pScrn,int fg,int bg,int rop,unsigned int planemask,int nBox,BoxPtr pBox,int xorg,int yorg,PixmapPtr pPix) argument
569 XAAStateWrapFillImageWriteRects(ScrnInfoPtr pScrn,int rop,unsigned int planemask,int nBox,BoxPtr pBox,int xorg,int yorg,PixmapPtr pPix) argument
[all...]
H A Dxaa.h571 int nBox,
580 int nBox,
591 int nBox,
602 int nBox,
613 int nBox,
624 int nBox,
635 int nBox,
H A DxaaStipple.c117 int nBox,
156 (*infoRec->FillSolidRects)(pScrn, bg, rop, planemask, nBox, pBox);
167 while(nBox--) {
364 int nBox,
402 (*infoRec->FillSolidRects)(pScrn, bg, rop, planemask, nBox, pBox);
413 while(nBox--) {
/xsrc/external/mit/xorg-server.old/dist/xfixes/
H A Dregion.c556 int i, nBox; local in function:ProcXFixesFetchRegion
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/xfixes/
H A Dregion.c538 int i, nBox; local in function:ProcXFixesFetchRegion
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/xf86-video-i128/dist/src/
H A Di128accel.c59 unsigned int planemask, int nBox, register BoxPtr pBoxI);
352 int nBox, register BoxPtr pBoxI)
382 while (nBox > 0) {
398 nBox--;
351 I128FillSolidRects(ScrnInfoPtr pScrn,int fg,int rop,unsigned int planemask,int nBox,register BoxPtr pBoxI) argument
/xsrc/external/mit/xf86-video-mga/dist/src/
H A Dmga_storm.c143 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; local in function:MGAFillMono8x8PatternRectsTwoPass
2338 nBox
2212 MGAFillSolidRectsDMA(ScrnInfoPtr pScrn,int fg,int rop,unsigned int planemask,int nBox,BoxPtr pBox) argument
2476 MGAFillCacheBltRects(ScrnInfoPtr pScrn,int rop,unsigned int planemask,int nBox,BoxPtr pBox,int xorg,int yorg,XAACacheInfoPtr pCache) argument
[all...]
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/
H A Ddmxwindow.c937 int nBox; local in function:dmxDoSetShape
946 nRect = nBox = RegionNumRects(wBoundingShape(pWindow));
948 while (nBox--) {
969 nRect = nBox = RegionNumRects(wClipShape(pWindow));
971 while (nBox--) {
H A Ddmxgcops.c124 int nBox; local in function:dmxPutImage
138 nBox = RegionNumRects(pSubImages);
141 while (nBox--) {
H A Ddmxpict.c889 int nBox = RegionNumRects(pClip); local in function:dmxChangePictureClip
894 nRects = nBox;
897 while (nBox--) {
/xsrc/external/mit/xf86-video-ati/dist/src/
H A Dradeon_textured_videofuncs.c374 int nBox = REGION_NUM_RECTS(&pPriv->clip); local in function:FUNC_NAME
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); local in function:FUNC_NAME
1050 while (nBox) {
1062 loop_boxes = MIN(radeon_cs_space_remaining(pScrn) / draw_size, nBox);
2467 int nBox = REGION_NUM_RECTS(&pPriv->clip); local in function:FUNC_NAME
4098 int nBox = REGION_NUM_RECTS(&pPriv->clip); local in function:FUNC_NAME
[all...]
H A Devergreen_textured_videofuncs.c69 int nBox = REGION_NUM_RECTS(&pPriv->clip); local in function:EVERGREENDisplayTexturedVideo
483 while (nBox--) {
H A Dr600_textured_videofuncs.c67 int nBox = REGION_NUM_RECTS(&pPriv->clip); local in function:R600DisplayTexturedVideo
480 while (nBox--) {
/xsrc/external/mit/xf86-video-mach64/dist/src/
H A Datiscreen.c78 int nBox,
86 while (nBox-- > 0)
75 ATIRefreshArea(ScrnInfoPtr pScreenInfo,int nBox,BoxPtr pBox) argument
/xsrc/external/mit/xf86-video-glint/dist/src/
H A Dpm2_video.c777 int nBox; local in function:RemakePutCookies
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; local in function:BlackOut
1004 nBox = REGION_NUM_RECTS(&DRegion);
1017 for (; nBox--; pBox++) {
1051 int nBox; local in function:RemakeGetCookies
[all...]
/xsrc/external/mit/xf86-video-ati-kms/dist/src/
H A Devergreen_textured_videofuncs.c67 int nBox = REGION_NUM_RECTS(&pPriv->clip); local in function:EVERGREENDisplayTexturedVideo
472 while (nBox--) {
H A Dr600_textured_videofuncs.c67 int nBox = REGION_NUM_RECTS(&pPriv->clip); local in function:R600DisplayTexturedVideo
450 while (nBox--) {
H A Dradeon_textured_videofuncs.c296 int nBox = REGION_NUM_RECTS(&pPriv->clip); local in function:RADEONDisplayTexturedVideo
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); local in function:R200DisplayTexturedVideo
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); local in function:R300DisplayTexturedVideo
2229 while (nBox
3751 int nBox = REGION_NUM_RECTS(&pPriv->clip); local in function:R500DisplayTexturedVideo
[all...]
/xsrc/external/mit/xorg-server/dist/glamor/
H A Dglamor_xv.c322 int nBox = REGION_NUM_RECTS(&port_priv->clip); local in function:glamor_xv_render
465 for (i = 0; i < nBox; i++) {

Completed in 34 milliseconds

12