HomeSort by: relevance | last modified time | path
    Searched refs:npixels (Results 1 - 25 of 42) sorted by relevancy

1 2

  /xsrc/external/mit/libX11/dist/src/
FreeCols.c 37 int npixels,
49 req->length += npixels;
51 nbytes = npixels << 2; /* watch out for macros... */
  /xsrc/external/mit/libXmu/dist/src/
CrCmap.c 174 int npixels; /* number of pixels allocated R/W */ local
225 if ((npixels = ROmap(dpy, colormap->colormap, pixels,
231 qsort((char *) pixels, npixels, sizeof(unsigned long), compare);
233 if (!contiguous(pixels, npixels, ncolors, delta, &first_index, &remainder))
236 XFreeColors(dpy, colormap->colormap, pixels, npixels,
254 if (! ROorRWcell(dpy, colormap->colormap, pixels, npixels, &color,
267 if (! ROorRWcell(dpy, colormap->colormap, pixels, npixels, &color,
280 if (! ROorRWcell(dpy, colormap->colormap, pixels, npixels, &color,
293 if (! ROorRWcell(dpy, colormap->colormap, pixels, npixels, &color,
310 if (! ROorRWcell(dpy, colormap->colormap, pixels, npixels, &color
    [all...]
  /xsrc/external/mit/libXfixes/dist/src/
Cursor.c 78 size_t npixels; local
103 npixels = rep.width * rep.height;
106 npixels < (((INT_MAX >> 3) - sizeof (XFixesCursorImage) - 1)
113 nread = (npixels << 2) + nbytes_name;
116 npixels * sizeof (unsigned long) +
138 name = (char *) (image->pixels + npixels);
140 _XRead32 (dpy, (long *) image->pixels, npixels << 2); local
  /xsrc/external/mit/libXpm/dist/src/
Attrib.c 163 attributes->npixels = 0;
213 attributes->npixels = 0;
258 if (attributes->valuemask & XpmReturnPixels && attributes->npixels) {
261 attributes->npixels = 0;
291 attributes->npixels = 0;
  /xsrc/external/mit/xf86-video-intel/dist/src/uxa/
intel_video.h 88 int top, int left, int npixels, int nlines,
101 int *top, int* left, int* npixels, int *nlines,
intel_uxa_video.c 232 int top, left, npixels, nlines; local
250 &top, &left, &npixels, &nlines, clipBoxes,
281 top, left, npixels, nlines, id, buf))
intel_video.c 493 "nlines %d, npixels %d, top %d, left %d\n",
656 int top, int left, int npixels, int nlines,
680 npixels, id);
683 nlines, npixels);
715 int *top, int* left, int* npixels, int *nlines,
758 *npixels = ALIGN(((x2 + 0xffff) >> 16), 2) - *left;
intel_video_overlay.c 383 int top, left, npixels, nlines; local
407 &top, &left, &npixels, &nlines, clipBoxes,
422 top, left, npixels, nlines, id, buf))
  /xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/
intel_video.h 88 int top, int left, int npixels, int nlines,
101 int *top, int* left, int* npixels, int *nlines,
intel_uxa_video.c 232 int top, left, npixels, nlines; local
250 &top, &left, &npixels, &nlines, clipBoxes,
281 top, left, npixels, nlines, id, buf))
intel_video.c 493 "nlines %d, npixels %d, top %d, left %d\n",
656 int top, int left, int npixels, int nlines,
680 npixels, id);
683 nlines, npixels);
715 int *top, int* left, int* npixels, int *nlines,
758 *npixels = ALIGN(((x2 + 0xffff) >> 16), 2) - *left;
intel_video_overlay.c 383 int top, left, npixels, nlines; local
407 &top, &left, &npixels, &nlines, clipBoxes,
422 top, left, npixels, nlines, id, buf))
  /xsrc/external/mit/xorg-server/dist/xfixes/
cursor.c 326 int npixels = width * height; local
329 memcpy(image, pCursor->bits->argb, npixels * sizeof(CARD32));
368 int npixels, width, height, rc, x, y; local
381 npixels = width * height;
382 rep = calloc(sizeof(xXFixesGetCursorImageReply) + npixels * sizeof(CARD32),
389 rep->length = npixels;
410 SwapLongs(image, npixels);
413 sizeof(xXFixesGetCursorImageReply) + (npixels << 2), rep);
513 int npixels; local
530 npixels = width * height
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/xfixes/
cursor.c 323 int npixels = width * height; local
327 memcpy (image, pCursor->bits->argb, npixels * sizeof (CARD32));
372 int npixels, width, height, rc, x, y; local
385 npixels = width * height;
387 npixels * sizeof (CARD32));
393 rep->length = npixels;
416 SwapLongs (image, npixels);
419 (npixels << 2), (char *) rep);
520 int npixels; local
537 npixels = width * height
    [all...]
  /xsrc/external/mit/xf86-video-nouveau/dist/src/
nouveau_xv.c 778 int *bottom, BoxRec *dstBox, int *npixels, int *nlines,
881 *npixels = ((*right + 1) & ~1) - *left;
889 *npixels = ((*right + 1) & ~1) - *left;
895 *npixels = *right - *left;
909 int *line_len, int npixels, int nlines,
915 npixels = (npixels + 7) & ~7;
924 *dstPitch = (npixels + 63) & ~63; /*luma and chroma pitch*/
925 *line_len = npixels;
932 *dstPitch = ((npixels << 1) + 63) & ~63
1147 int top = 0, left = 0, right = 0, bottom = 0, npixels = 0, nlines = 0; local
    [all...]
  /xsrc/external/mit/libXcursor/dist/src/
cursor.c 203 _XcursorAverageColor (XcursorPixel *pixels, int npixels)
207 int n = npixels;
221 | (ScaledPixels(red, npixels) << 16)
222 | (ScaledPixels(green, npixels) << 8)
223 | ScaledPixels(blue, npixels);
237 unsigned int npixels = image->width * image->height; local
253 temp = malloc (npixels * sizeof (XcursorPixel) * 2);
258 colors = pixels + npixels;
269 n = (int) npixels;
406 unsigned int npixels = image->width * image->height local
    [all...]
  /xsrc/external/mit/xf86-video-s3/dist/src/
s3_video.c 374 int top, bottom, right, left, npixels, nlines; local
424 npixels = right - left;
448 dstPitch, nlines, npixels);
464 npixels = right - left;
472 nlines, npixels);
  /xsrc/external/mit/xf86-video-nsc/dist/src/
nsc_gx2_video.c 814 static int top, left, npixels, nlines; variable
1112 npixels = ((Bx2 + 1) & ~1) - left;
1174 GX2CopyGreyscale(buf, dst_start, srcPitch, dstPitch, nlines, npixels);
1179 npixels);
1181 dstPitch2, nlines >> 1, npixels >> 1);
1183 dstPitch2, nlines >> 1, npixels >> 1);
1188 GX2CopyData422(buf, dst_start, srcPitch, dstPitch, nlines, npixels);
  /xsrc/external/mit/xf86-video-s3virge/dist/src/
s3v_xv.c 705 int top, left, npixels, nlines; local
761 npixels = ((((x2 + 0xffff) >> 16) + 1) & ~1) - left;
784 srcPitch, srcPitch2, dstPitch, nlines, npixels);
791 xf86XVCopyPacked(buf, dst_start, srcPitch, dstPitch, nlines, npixels);
  /xsrc/external/mit/xf86-video-apm/dist/src/
apm_video.c 672 int top, left, npixels, nlines; local
807 npixels = ((((x2 + 0xffff) >> 16) + 1) & ~1) - left;
837 nlines, npixels);
841 npixels <<= 1;
843 npixels >>= 1;
848 nlines, npixels);
  /xsrc/external/mit/xf86-video-geode/dist/src/
gx_video.c 776 static int top, left, npixels, nlines; variable
1142 npixels = ((Bx2 + 1) & ~1) - left;
1203 GeodeCopyGreyscale(buf, dst_start, srcPitch, dstPitch, nlines, npixels);
1208 npixels);
1210 dstPitch2, nlines >> 1, npixels >> 1);
1212 dstPitch2, nlines >> 1, npixels >> 1);
1218 GXCopyData422(buf, dst_start, srcPitch, dstPitch, nlines, npixels);
  /xsrc/external/mit/xf86-video-nv/dist/src/
nv_video.c 1014 int top, left, right, bottom, npixels, nlines, bpp; local
1139 npixels = ((right + 1) & ~1) - left;
1155 dstPitch, nlines, npixels);
1160 npixels = ((right + 1) & ~1) - left;
1167 NVCopyData422(buf, dst_start, srcPitch, dstPitch, nlines, npixels);
1170 npixels = right - left;
1177 NVCopyDataRGB(buf, dst_start, srcPitch, dstPitch, nlines, npixels);
  /xsrc/external/mit/MesaGLUT/dist/src/glut/glx/
win32_x11.c 103 unsigned long pixels_return[], unsigned int npixels)
win32_x11.h 273 unsigned int npixels);
  /xsrc/external/mit/xf86-video-r128/dist/src/
r128_video.c 860 int top, left, npixels, nlines; local
955 npixels = ((((xb + 0xffff) >> 16) + 1) & ~1) - left;
987 srcPitch, srcPitch2, dstPitch, nlines, npixels);
1002 srcPitch, dstPitch, nlines, npixels);

Completed in 25 milliseconds

1 2