HomeSort by: relevance | last modified time | path
    Searched defs:nbox (Results 1 - 25 of 146) sorted by relevancy

1 2 3 4 5 6

  /xsrc/external/mit/xorg-server.old/dist/hw/dmx/
dmxshadow.c 50 int nbox = RegionNumRects(damage); local
57 while (nbox--) {
  /xsrc/external/mit/xorg-server.old/dist/hw/xwin/
winsetsp.c 54 int nbox; local
57 nbox = RegionNumRects (pGC->pCompositeClip);
60 if (!nbox) return;
63 nbox--; pbox++;
64 while (nbox--)
  /xsrc/external/mit/xorg-server/dist/fb/
fbfillsp.c 35 int nbox; local
64 nbox = RegionNumRects(pClip);
65 if (nbox == 1) {
70 while (nbox--) {
fbimage.c 89 int nbox; local
95 for (nbox = RegionNumRects(pClip),
96 pbox = RegionRects(pClip); nbox--; pbox++) {
139 int nbox; local
165 for (nbox = RegionNumRects(pClip),
166 pbox = RegionRects(pClip); nbox--; pbox++) {
  /xsrc/external/mit/xorg-server.old/dist/fb/
fbfillsp.c 39 int nbox; local
69 nbox = RegionNumRects (pClip);
70 if (nbox == 1)
79 while(nbox--)
fbimage.c 131 int nbox; local
137 for (nbox = RegionNumRects (pClip),
139 nbox--;
197 int nbox; local
227 for (nbox = RegionNumRects (pClip),
229 nbox--;
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/
xaaCpyWin.c 33 int dx, dy, nbox; local
60 nbox = RegionNumRects(&rgnDst);
61 if(!nbox ||
62 !(pptSrc = (DDXPointPtr )malloc(nbox * sizeof(DDXPointRec)))) {
68 while(nbox--) {
xaaOverlay.c 35 int dx, dy, nbox; local
70 nbox = RegionNumRects(&rgnDst);
71 if(!nbox ||
72 !(pptSrc = (DDXPointPtr )malloc(nbox * sizeof(DDXPointRec)))) {
78 while(nbox--) {
99 int nbox,
110 0xff000000, nbox, pbox); local
xaaTEText.c 232 int nbox = RegionNumRects(cclip); local
244 while(nbox && (Top >= pbox->y2)) {
245 pbox++; nbox--;
249 while(nbox && (Bottom > pbox->y1)) {
305 nbox--; pbox++;
  /xsrc/external/mit/xf86-video-nouveau/dist/src/
nv04_xv_blit.c 60 int nbox; local
73 nbox = REGION_NUM_RECTS(clipBoxes);
133 while (nbox--) {
nvc0_xv.c 80 int nbox; local
214 nbox = REGION_NUM_RECTS(clipBoxes);
215 while(nbox--) {
nv30_xv_tex.c 191 int nbox; local
206 nbox = REGION_NUM_RECTS(clipBoxes);
296 while (nbox--) {
  /xsrc/external/mit/xorg-server/dist/glamor/
glamor_points.c 92 int nbox = RegionNumRects(gc->pCompositeClip); local
99 while (nbox--) {
glamor_lines.c 104 int nbox = RegionNumRects(gc->pCompositeClip); local
111 while (nbox--) {
glamor_rects.c 130 int nbox = RegionNumRects(gc->pCompositeClip); local
137 while (nbox--) {
glamor_segs.c 96 int nbox = RegionNumRects(gc->pCompositeClip); local
103 while (nbox--) {
glamor_transfer.c 53 int nbox = in_nbox; local
57 while (nbox--) {
152 int nbox = in_nbox; local
158 while (nbox--) {
  /xsrc/external/mit/xorg-server/dist/miext/shadow/
sh3224.c 105 int nbox = RegionNumRects(damage); local
122 while (nbox--) {
shafb8.c 89 int nbox = RegionNumRects(damage); local
110 while (nbox--) {
shiplan2p4.c 83 int nbox = RegionNumRects(damage); local
103 while (nbox--) {
shiplan2p8.c 84 int nbox = RegionNumRects(damage); local
104 while (nbox--) {
shpacked.c 48 int nbox = RegionNumRects(damage); local
62 while (nbox--) {
shrotpackYX.h 61 int nbox = RegionNumRects(damage); local
84 while (nbox--) {
151 } /* nbox */
  /xsrc/external/mit/xorg-server.old/dist/miext/shadow/
shpacked.c 49 int nbox = RegionNumRects (damage); local
62 while (nbox--)
shrotpackYX.h 66 int nbox = RegionNumRects (damage); local
88 while (nbox--)
159 } /* nbox */

Completed in 12 milliseconds

1 2 3 4 5 6