Searched refs:nlines (Results 1 - 25 of 47) sorted by relevance

12

/xsrc/external/mit/libXpm/dist/src/
H A DCrDatFrI.c362 unsigned int x, y, a, size, nlines; local in function:CountExtensions
366 nlines = 0;
369 if (ext->nlines == UINT_MAX || nlines > UINT_MAX - ext->nlines - 1)
371 nlines += ext->nlines + 1;
377 a = ext->nlines;
385 if (size > UINT_MAX - 10 || nlines > UINT_MAX - 1)
389 *ext_nlines = nlines
[all...]
H A Dparse.c615 unsigned int nlines, a, l, notstart, notend = 0; local in function:xpmParseExtensions
660 ext->nlines = 0;
671 ext->nlines = 0;
676 nlines = 0;
680 XpmRealloc(ext->lines, (nlines + 1) * sizeof(char *)); /* can we iterate enough for a wrapping? */
683 ext->nlines = nlines;
688 ext->lines[nlines] = string;
689 nlines++;
693 ext->nlines
[all...]
H A DAttrib.c126 unsigned int i, j, nlines; local in function:XpmFreeExtensions
134 nlines = ext->nlines;
135 for (j = 0, sptr = ext->lines; j < nlines; j++, sptr++)
/xsrc/external/mit/xf86-video-intel/dist/src/uxa/
H A Dintel_video.h88 int top, int left, int npixels, int nlines,
101 int *top, int* left, int* npixels, int *nlines,
H A Dintel_uxa_video.c232 int top, left, npixels, nlines; local in function:intel_uxa_video_put_image_textured
250 &top, &left, &npixels, &nlines, clipBoxes,
281 top, left, npixels, nlines, id, buf))
H A Dintel_video.c493 "nlines %d, npixels %d, top %d, left %d\n",
656 int top, int left, int npixels, int nlines,
679 height, top, left, nlines,
683 nlines, npixels);
715 int *top, int* left, int* npixels, int *nlines,
761 *nlines = ALIGN(((y2 + 0xffff) >> 16), 2) - *top;
763 *nlines = ((y2 + 0xffff) >> 16) - *top;
654 intel_video_copy_data(ScrnInfoPtr scrn,intel_adaptor_private * adaptor_priv,short width,short height,int * dstPitch,int * dstPitch2,int top,int left,int npixels,int nlines,int id,unsigned char * buf) argument
706 intel_clip_video_helper(ScrnInfoPtr scrn,intel_adaptor_private * adaptor_priv,xf86CrtcPtr * crtc_ret,BoxPtr dst,short src_x,short src_y,short drw_x,short drw_y,short src_w,short src_h,short drw_w,short drw_h,int id,int * top,int * left,int * npixels,int * nlines,RegionPtr reg,INT32 width,INT32 height) argument
H A Dintel_video_overlay.c383 int top, left, npixels, nlines; local in function:intel_video_overlay_put_image
407 &top, &left, &npixels, &nlines, clipBoxes,
422 top, left, npixels, nlines, id, buf))
/xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/
H A Dintel_video.h88 int top, int left, int npixels, int nlines,
101 int *top, int* left, int* npixels, int *nlines,
H A Dintel_uxa_video.c232 int top, left, npixels, nlines; local in function:intel_uxa_video_put_image_textured
250 &top, &left, &npixels, &nlines, clipBoxes,
281 top, left, npixels, nlines, id, buf))
H A Dintel_video.c493 "nlines %d, npixels %d, top %d, left %d\n",
656 int top, int left, int npixels, int nlines,
679 height, top, left, nlines,
683 nlines, npixels);
715 int *top, int* left, int* npixels, int *nlines,
761 *nlines = ALIGN(((y2 + 0xffff) >> 16), 2) - *top;
763 *nlines = ((y2 + 0xffff) >> 16) - *top;
654 intel_video_copy_data(ScrnInfoPtr scrn,intel_adaptor_private * adaptor_priv,short width,short height,int * dstPitch,int * dstPitch2,int top,int left,int npixels,int nlines,int id,unsigned char * buf) argument
706 intel_clip_video_helper(ScrnInfoPtr scrn,intel_adaptor_private * adaptor_priv,xf86CrtcPtr * crtc_ret,BoxPtr dst,short src_x,short src_y,short drw_x,short drw_y,short src_w,short src_h,short drw_w,short drw_h,int id,int * top,int * left,int * npixels,int * nlines,RegionPtr reg,INT32 width,INT32 height) argument
H A Dintel_video_overlay.c383 int top, left, npixels, nlines; local in function:intel_video_overlay_put_image
407 &top, &left, &npixels, &nlines, clipBoxes,
422 top, left, npixels, nlines, id, buf))
/xsrc/external/mit/xf86-video-nouveau/dist/src/
H A Dnouveau_xv.c778 int *bottom, BoxRec *dstBox, int *npixels, int *nlines,
883 *nlines = ((*bottom + 1) & ~1) - *top;
890 *nlines = *bottom - *top;
896 *nlines = *bottom - *top;
909 int *line_len, int npixels, int nlines,
916 nlines = (nlines + 7) & ~7;
926 *uv_offset = nlines * *dstPitch;
927 *newFBSize = *uv_offset + (nlines >> 1) * *dstPitch;
928 *newTTSize = *uv_offset + (nlines >>
774 NV_set_dimensions(ScrnInfoPtr pScrn,int action_flags,INT32 * xa,INT32 * xb,INT32 * ya,INT32 * yb,short * src_x,short * src_y,short * src_w,short * src_h,short * drw_x,short * drw_y,short * drw_w,short * drw_h,int * left,int * top,int * right,int * bottom,BoxRec * dstBox,int * npixels,int * nlines,RegionPtr clipBoxes,short width,short height) argument
905 NV_calculate_pitches_and_mem_size(NVPtr pNv,int action_flags,int * srcPitch,int * srcPitch2,int * dstPitch,int * s2offset,int * s3offset,int * uv_offset,int * newFBSize,int * newTTSize,int * line_len,int npixels,int nlines,int width,int height) argument
1147 int top = 0, left = 0, right = 0, bottom = 0, npixels = 0, nlines = 0; local in function:NVPutImage
[all...]
/xsrc/external/mit/xf86-video-ati/dist/src/
H A Dradeon_textured_video.c250 int top, nlines, size; local in function:RADEONPutImageTextured
392 nlines = ((y2 + 0xffff) >> 16) - top;
437 srcPitch, srcPitch2, dstPitch, nlines, width);
449 srcPitch, dstPitch, nlines, width, 1);
451 srcPitch2, dstPitch2, (nlines + 1) >> 1, width >> 1, 1);
453 srcPitch2, dstPitch2, (nlines + 1) >> 1, width >> 1, 1);
456 srcPitch, dstPitch, nlines, width, 1);
458 srcPitch2, dstPitch2, (nlines + 1) >> 1, width >> 1, 1);
460 srcPitch2, dstPitch2, (nlines + 1) >> 1, width >> 1, 1);
470 srcPitch, dstPitch, nlines, widt
[all...]
/xsrc/external/mit/xf86-video-ati-kms/dist/src/
H A Dradeon_textured_video.c236 int top, nlines, size; local in function:RADEONPutImageTextured
348 nlines = ((y2 + 0xffff) >> 16) - top;
384 srcPitch, srcPitch2, dstPitch, nlines, width);
396 srcPitch, dstPitch, nlines, width, 1);
398 srcPitch2, dstPitch2, (nlines + 1) >> 1, width >> 1, 1);
400 srcPitch2, dstPitch2, (nlines + 1) >> 1, width >> 1, 1);
403 srcPitch, dstPitch, nlines, width, 1);
405 srcPitch2, dstPitch2, (nlines + 1) >> 1, width >> 1, 1);
407 srcPitch2, dstPitch2, (nlines + 1) >> 1, width >> 1, 1);
417 srcPitch, dstPitch, nlines, widt
[all...]
/xsrc/external/mit/xorg-server/dist/glamor/
H A Dglamor_xv.c504 int top, nlines; local in function:glamor_xv_put_image
560 nlines = (src_y + src_h) - top;
580 full_box.y2 = nlines;
585 half_box.y2 = (nlines + 1) >> 1;
607 full_box.y2 = nlines;
612 half_box.y2 = (nlines + 1) >> 1;
/xsrc/external/mit/xman/dist/
H A DScrollByL.c786 int nlines; /* the current number of allocated lines. */ local in function:LoadFile
818 if ((nlines = fileinfo.st_size / CHAR_PER_LINE) == 0)
822 top_line = line_pointer = (char **) XtMalloc(nlines * sizeof(char *));
849 if (line_pointer >= top_line + nlines) {
850 top_line = (char **) XtRealloc((char *) top_line, (nlines +
853 line_pointer = top_line + nlines;
854 nlines += ADD_MORE_MEM;
864 sblw->scroll.lines = nlines = line_pointer - top_line - 1;
865 top_line = (char **) XtRealloc((char *) top_line, nlines * sizeof(char *));
/xsrc/external/mit/xf86-video-nsc/dist/src/
H A Dnsc_gx2_video.c814 static int top, left, npixels, nlines; variable in typeref:typename:int
1137 nlines = ((By2 + 1) & ~1) - top;
1146 nlines = By2 - top;
1174 GX2CopyGreyscale(buf, dst_start, srcPitch, dstPitch, nlines, npixels);
1178 GX2CopyData420(buf + s1offset, dst_start, srcPitch, dstPitch, nlines,
1181 dstPitch2, nlines >> 1, npixels >> 1);
1183 dstPitch2, nlines >> 1, npixels >> 1);
1188 GX2CopyData422(buf, dst_start, srcPitch, dstPitch, nlines, npixels);
H A Dnsc_gx1_video.c862 static int top, left, npixels, nlines; variable in typeref:typename:int
1193 nlines = ((By2 + 1) & ~1) - top;
1203 nlines = By2 - top;
1232 GX1CopyGreyscale(buf, dst_start, srcPitch, dstPitch, nlines, npixels);
1238 dstPitch, nlines, npixels);
1243 GX1CopyData(buf, dst_start, srcPitch, dstPitch, nlines, npixels);
/xsrc/external/mit/xf86-video-s3/dist/src/
H A Ds3_video.c374 int top, bottom, right, left, npixels, nlines; local in function:S3PutImage
425 nlines = bottom - top;
448 dstPitch, nlines, npixels);
465 nlines = bottom - top;
472 nlines, npixels);
/xsrc/external/mit/xf86-video-s3virge/dist/src/
H A Ds3v_xv.c705 int top, left, npixels, nlines; local in function:S3VPutImage
781 nlines = ((((y2 + 0xffff) >> 16) + 1) & ~1) - top;
784 srcPitch, srcPitch2, dstPitch, nlines, npixels);
790 nlines = ((y2 + 0xffff) >> 16) - top;
791 xf86XVCopyPacked(buf, dst_start, srcPitch, dstPitch, nlines, npixels);
/xsrc/external/mit/xf86-video-geode/dist/src/
H A Dgx_video.c776 static int top, left, npixels, nlines; variable in typeref:typename:int
1167 nlines = ((By2 + 1) & ~1) - top;
1177 nlines = By2 - top;
1203 GeodeCopyGreyscale(buf, dst_start, srcPitch, dstPitch, nlines, npixels);
1207 GXCopyData420(buf + s1offset, dst_start, srcPitch, dstPitch, nlines,
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/
H A Dnv_video.c1014 int top, left, right, bottom, npixels, nlines, bpp; local in function:NVPutImage
1141 nlines = ((bottom + 1) & ~1) - top;
1155 dstPitch, nlines, npixels);
1161 nlines = bottom - top;
1167 NVCopyData422(buf, dst_start, srcPitch, dstPitch, nlines, npixels);
1171 nlines = bottom - top;
1177 NVCopyDataRGB(buf, dst_start, srcPitch, dstPitch, nlines, npixels);
/xsrc/external/mit/pixman/dist/test/
H A Dlowlevel-blt-bench.c398 int64_t n, l1test_width, nlines; local in function:bench_composite
505 nlines = (L2CACHE_SIZE / l1test_width) /
507 if (nlines < 1)
508 nlines = 1;
509 n = 1 + npix / (l1test_width * nlines);
512 pix_cnt = bench_L (op, src_img, mask_img, dst_img, n, pixman_image_composite_empty, l1test_width, nlines);
515 pix_cnt = bench_L (op, src_img, mask_img, dst_img, n, func, l1test_width, nlines);
/xsrc/external/mit/xf86-video-r128/dist/src/
H A Dr128_video.c860 int top, left, npixels, nlines; local in function:R128PutImage
984 nlines = ((((yb + 0xffff) >> 16) + 1) & ~1) - top;
987 srcPitch, srcPitch2, dstPitch, nlines, npixels);
1000 nlines = ((yb + 0xffff) >> 16) - top;
1002 srcPitch, dstPitch, nlines, npixels);
/xsrc/external/mit/xf86-video-apm/dist/src/
H A Dapm_video.c672 int top, left, npixels, nlines; local in function:A
833 nlines = ((((y2 + 0xffff) >> 16) + 1) & ~1) - top;
837 nlines, npixels);
845 nlines = ((y2 + 0xffff) >> 16) - top;
848 nlines, npixels);

Completed in 32 milliseconds

12