HomeSort by relevance Sort by last modified time
    Searched refs:pixel_depth (Results 1 - 25 of 38) sorted by null

1 2

  /external/libpng/
pnginfo.h 77 png_byte pixel_depth; /* number of bits per pixel */ member in struct:png_info_def
pngpread.c 307 (uInt) PNG_ROWBYTES(png_ptr->pixel_depth,
860 png_ptr->zstream.avail_out = (uInt)(PNG_ROWBYTES(png_ptr->pixel_depth,
945 row_info.pixel_depth = png_ptr->pixel_depth;
946 row_info.rowbytes = PNG_ROWBYTES(row_info.pixel_depth, row_info.width);
972 png_ptr->transformed_pixel_depth = row_info.pixel_depth;
973 if (row_info.pixel_depth > png_ptr->maximum_pixel_depth)
977 else if (png_ptr->transformed_pixel_depth != row_info.pixel_depth)
    [all...]
pngrtran.c     [all...]
pngrutil.c 882 png_ptr->pixel_depth = (png_byte)(png_ptr->bit_depth *
884 png_ptr->rowbytes = PNG_ROWBYTES(png_ptr->pixel_depth, png_ptr->width);
3029 unsigned int pixel_depth = png_ptr->transformed_pixel_depth; local
    [all...]
pngtrans.c 515 row_info->pixel_depth = 8;
528 row_info->pixel_depth = 16;
555 row_info->pixel_depth = 24;
573 row_info->pixel_depth = 48;
684 * an 'int' because pixel_depth becomes an 'int' in the expression below,
688 int padding = (-row_info->pixel_depth * row_info->width) & 7;
pngwtran.c 154 row_info->pixel_depth = (png_byte)(bit_depth * row_info->channels);
155 row_info->rowbytes = PNG_ROWBYTES(row_info->pixel_depth,
519 /* png_byte pixel_depth; bits per pixel (depth*channels) */
pngstruct.h 302 png_byte pixel_depth; /* number of bits per pixel */ member in struct:png_struct_def
pngwrite.c 809 row_info.pixel_depth = (png_byte)(row_info.bit_depth * row_info.channels);
810 row_info.rowbytes = PNG_ROWBYTES(row_info.pixel_depth, row_info.width);
816 png_debug1(3, "row_info->pixel_depth = %d", row_info.pixel_depth);
846 if (row_info.pixel_depth != png_ptr->pixel_depth ||
847 row_info.pixel_depth != png_ptr->transformed_pixel_depth)
    [all...]
pngread.c 406 row_info.pixel_depth = png_ptr->pixel_depth;
407 row_info.rowbytes = PNG_ROWBYTES(row_info.pixel_depth, row_info.width);
576 png_ptr->transformed_pixel_depth = row_info.pixel_depth;
577 if (row_info.pixel_depth > png_ptr->maximum_pixel_depth)
581 else if (png_ptr->transformed_pixel_depth != row_info.pixel_depth)
725 PNG_ROWBYTES(png_ptr->pixel_depth, png_ptr->iwidth) + 1;
793 PNG_ROWBYTES(png_ptr->pixel_depth, png_ptr->iwidth) + 1;
    [all...]
pngwutil.c 220 unsigned int pd = png_ptr->pixel_depth;
882 png_ptr->pixel_depth = (png_byte)(bit_depth * png_ptr->channels);
883 png_ptr->rowbytes = PNG_ROWBYTES(png_ptr->pixel_depth, width);
    [all...]
  /ndk/tests/build/issue20862-libpng-O0/jni/
pnginfo.h 75 png_byte pixel_depth; /* number of bits per pixel */ member in struct:png_info_def
pngrtran.c     [all...]
pngstruct.h 139 png_byte pixel_depth; /* number of bits per pixel */ member in struct:png_struct_def
  /external/chromium_org/third_party/libpng/
pngrtran.c     [all...]
pngrutil.c 503 png_ptr->pixel_depth = (png_byte)(png_ptr->bit_depth *
505 png_ptr->rowbytes = PNG_ROWBYTES(png_ptr->pixel_depth, png_ptr->width);
    [all...]
pngwtran.c 42 /* png_byte pixel_depth; bits per pixel (depth*channels) */
203 row_info->pixel_depth = (png_byte)(bit_depth * row_info->channels);
204 row_info->rowbytes = PNG_ROWBYTES(row_info->pixel_depth,
pngtrans.c 469 row_info->pixel_depth = 24;
515 row_info->pixel_depth = 48;
545 row_info->pixel_depth = 8;
571 row_info->pixel_depth = 16;
pngpread.c 335 (uInt) PNG_ROWBYTES(png_ptr->pixel_depth,
862 (uInt) PNG_ROWBYTES(png_ptr->pixel_depth,
939 png_ptr->row_info.pixel_depth = png_ptr->pixel_depth;
941 png_ptr->row_info.rowbytes = PNG_ROWBYTES(png_ptr->row_info.pixel_depth,
    [all...]
  /external/qemu/distrib/libpng-1.2.46/
pngrtran.c     [all...]
pngrutil.c 519 png_ptr->pixel_depth = (png_byte)(png_ptr->bit_depth *
521 png_ptr->rowbytes = PNG_ROWBYTES(png_ptr->pixel_depth, png_ptr->width);
    [all...]
pngread.c 740 (uInt)(PNG_ROWBYTES(png_ptr->pixel_depth,
797 png_ptr->row_info.pixel_depth = png_ptr->pixel_depth;
798 png_ptr->row_info.rowbytes = PNG_ROWBYTES(png_ptr->row_info.pixel_depth,
961 PNG_ROWBYTES(png_ptr->pixel_depth, png_ptr->iwidth) + 1;
    [all...]
pngwtran.c 42 /* png_byte pixel_depth; bits per pixel (depth*channels) */
203 row_info->pixel_depth = (png_byte)(bit_depth * row_info->channels);
204 row_info->rowbytes = PNG_ROWBYTES(row_info->pixel_depth,
pngtrans.c 469 row_info->pixel_depth = 24;
515 row_info->pixel_depth = 48;
545 row_info->pixel_depth = 8;
571 row_info->pixel_depth = 16;
pngpread.c 335 (uInt) PNG_ROWBYTES(png_ptr->pixel_depth,
862 (uInt) PNG_ROWBYTES(png_ptr->pixel_depth,
939 png_ptr->row_info.pixel_depth = png_ptr->pixel_depth;
941 png_ptr->row_info.rowbytes = PNG_ROWBYTES(png_ptr->row_info.pixel_depth,
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/riscos/
SDL_riscosFullScreenVideo.c 53 int pixel_depth; // 2^pixel_depth = bpp,i.e. 0 = 1, 1 = 2, 4 = 16, 5 = 32 member in struct:tagScreenModeBlock
682 smb.pixel_depth = 3;
691 smb.pixel_depth = 4;
695 smb.pixel_depth = 5;

Completed in 275 milliseconds

1 2