HomeSort by relevance Sort by last modified time
    Searched refs:npixels (Results 1 - 6 of 6) sorted by null

  /external/pdfium/third_party/libtiff/
tif_thunder.c 61 if ( npixels < maxpixels ) \
63 if (npixels++ & 1) \
94 tmsize_t npixels; local
99 npixels = 0;
100 while (cc > 0 && npixels < maxpixels) {
110 if (npixels & 1) {
112 lastpixel = *op++; npixels++; n--;
115 npixels += n;
116 if (npixels < maxpixels) {
145 if (npixels != maxpixels)
    [all...]
tif_next.c 36 switch (npixels++ & 3) { \
105 uint32 npixels = 0, grey; local
115 * <color><npixels> until we've filled the scanline.
126 while (n-- > 0 && npixels < imagewidth && op_offset < scanline)
128 if (npixels >= imagewidth)
tif_luv.c 190 tmsize_t npixels; local
200 npixels = occ / sp->pixel_size;
205 if(sp->tbuflen < npixels) {
212 _TIFFmemset((void*) tp, 0, npixels*sizeof (tp[0]));
218 for (i = 0; i < npixels && cc > 0; ) {
225 while (rc-- && i < npixels)
229 while (--cc && rc-- && i < npixels)
233 if (i != npixels) {
238 (unsigned __int64) (npixels - i));
243 (unsigned long long) (npixels - i))
266 tmsize_t npixels; local
323 tmsize_t npixels; local
439 tmsize_t npixels; local
535 tmsize_t npixels; local
589 tmsize_t npixels; local
    [all...]
  /external/syslinux/com32/lib/sys/vesa/
screencpy.c 69 void __vesacon_copy_to_screen(size_t dst, const uint32_t * src, size_t npixels)
71 size_t bytes = npixels * __vesacon_bytes_per_pixel;
75 s = (const uint32_t *)__vesacon_format_pixels(rowbuf, src, npixels);
background.c 46 static void draw_background_line(int line, int start, int npixels)
52 __vesacon_copy_to_screen(fbptr, bgptr, npixels);
  /hardware/intel/img/psb_video/src/
psb_overlay.c 1032 int top, left, npixels; local
    [all...]

Completed in 145 milliseconds