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

  /external/qemu/distrib/libpng-1.2.19/
pnggccrd.c 426 * - enable pixel_depth == 8 cases in png_read_filter_row()? (test speed)
    [all...]
pngrtran.c     [all...]
pngrutil.c 407 png_ptr->pixel_depth = (png_byte)(png_ptr->bit_depth *
409 png_ptr->rowbytes = PNG_ROWBYTES(png_ptr->pixel_depth,png_ptr->width);
    [all...]
pngvcrd.c 16 * a sign error in the post-MMX cleanup code for each pixel_depth resulted
134 (png_size_t)PNG_ROWBYTES(png_ptr->row_info.pixel_depth,
141 switch (png_ptr->row_info.pixel_depth)
260 pixel_bytes = (png_ptr->row_info.pixel_depth >> 3);
404 pixel_bytes = (png_ptr->row_info.pixel_depth >> 3);
510 pixel_bytes = (png_ptr->row_info.pixel_depth >> 3);
792 pixel_bytes = (png_ptr->row_info.pixel_depth >> 3);
956 pixel_bytes = (png_ptr->row_info.pixel_depth >> 3);
984 pixel_bytes = (png_ptr->row_info.pixel_depth >> 3);
999 } /* end switch (png_ptr->row_info.pixel_depth) */
    [all...]
pngwtran.c 37 /* png_byte pixel_depth; bits per pixel (depth*channels) */
197 row_info->pixel_depth = (png_byte)(bit_depth * row_info->channels);
198 row_info->rowbytes = PNG_ROWBYTES(row_info->pixel_depth,
pngtrans.c 436 row_info->pixel_depth = 24;
482 row_info->pixel_depth = 48;
512 row_info->pixel_depth = 8;
538 row_info->pixel_depth = 16;
pngpread.c 814 png_ptr->row_info.pixel_depth = png_ptr->pixel_depth;
816 png_ptr->row_info.rowbytes = PNG_ROWBYTES(png_ptr->row_info.pixel_depth,
1042 png_ptr->irowbytes = PNG_ROWBYTES(png_ptr->pixel_depth,
    [all...]
pngwutil.c 480 png_ptr->pixel_depth = (png_byte)(bit_depth * png_ptr->channels);
481 png_ptr->rowbytes = PNG_ROWBYTES(png_ptr->pixel_depth, width);
    [all...]
pngread.c 746 png_ptr->row_info.pixel_depth = png_ptr->pixel_depth;
747 png_ptr->row_info.rowbytes = PNG_ROWBYTES(png_ptr->row_info.pixel_depth,
    [all...]
pngwrite.c 870 png_ptr->row_info.pixel_depth = (png_byte)(png_ptr->row_info.bit_depth *
873 png_ptr->row_info.rowbytes = PNG_ROWBYTES(png_ptr->row_info.pixel_depth,
880 png_debug1(3, "row_info->pixel_depth = %d\n", png_ptr->row_info.pixel_depth);
    [all...]
pngset.c 353 info_ptr->pixel_depth = (png_byte)(info_ptr->channels * info_ptr->bit_depth);
364 info_ptr->rowbytes = PNG_ROWBYTES(info_ptr->pixel_depth,width);
    [all...]
png.h 715 png_byte pixel_depth; /* number of bits per pixel */ member in struct:png_info_struct
1045 png_byte pixel_depth; \/* bits per pixel (depth * channels) *\/ member in struct:png_row_info_struct
1192 png_byte pixel_depth; \/* number of bits per pixel *\/ member in struct:png_struct_def
    [all...]
  /external/libpng/
pngrtran.c     [all...]
pngrutil.c 513 png_ptr->pixel_depth = (png_byte)(png_ptr->bit_depth *
515 png_ptr->rowbytes = PNG_ROWBYTES(png_ptr->pixel_depth, png_ptr->width);
    [all...]
pngread.c 740 (uInt)(PNG_ROWBYTES(png_ptr->pixel_depth,
792 png_ptr->row_info.pixel_depth = png_ptr->pixel_depth;
793 png_ptr->row_info.rowbytes = PNG_ROWBYTES(png_ptr->row_info.pixel_depth,
956 PNG_ROWBYTES(png_ptr->pixel_depth, png_ptr->iwidth) + 1;
1025 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...]
pngwutil.c 500 png_ptr->pixel_depth = (png_byte)(bit_depth * png_ptr->channels);
501 png_ptr->rowbytes = PNG_ROWBYTES(png_ptr->pixel_depth, width);
    [all...]
pngwrite.c 908 png_ptr->row_info.pixel_depth = (png_byte)(png_ptr->row_info.bit_depth *
911 png_ptr->row_info.rowbytes = PNG_ROWBYTES(png_ptr->row_info.pixel_depth,
918 png_debug1(3, "row_info->pixel_depth = %d", png_ptr->row_info.pixel_depth);
    [all...]
pngset.c 257 info_ptr->pixel_depth = (png_byte)(info_ptr->channels * info_ptr->bit_depth);
268 info_ptr->rowbytes = PNG_ROWBYTES(info_ptr->pixel_depth, width);
    [all...]
png.h 1209 png_byte pixel_depth; \/* bits per pixel (depth * channels) *\/ member in struct:png_row_info_struct
    [all...]
  /external/qemu/distrib/sdl-1.2.12/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 303 milliseconds