Home | History | Annotate | Download | only in jni

Lines Matching refs:pixel_depth

2056    info_ptr->pixel_depth = (png_byte)(info_ptr->channels *
2059 info_ptr->rowbytes = PNG_ROWBYTES(info_ptr->pixel_depth, info_ptr->width);
2354 /* png_byte pixel_depth; bits per pixel (depth*channels) */
2363 row_info->pixel_depth = (png_byte)(row_info->bit_depth *
2366 row_info->rowbytes = PNG_ROWBYTES(row_info->pixel_depth, row_info->width);
2464 row_info->pixel_depth = (png_byte)(8 * row_info->channels);
2666 row_info->pixel_depth = (png_byte)(8 * row_info->channels);
2694 row_info->pixel_depth = (png_byte)(8 * row_info->channels);
2931 row_info->pixel_depth = 16;
2946 row_info->pixel_depth = 16;
2969 row_info->pixel_depth = 32;
2986 row_info->pixel_depth = 32;
3010 row_info->pixel_depth = 32;
3027 row_info->pixel_depth = 32;
3054 row_info->pixel_depth = 64;
3076 row_info->pixel_depth = 64;
3166 row_info->pixel_depth = (png_byte)(row_info->channels *
3168 row_info->rowbytes = PNG_ROWBYTES(row_info->pixel_depth, row_width);
3413 row_info->pixel_depth = (png_byte)(row_info->channels *
3415 row_info->rowbytes = PNG_ROWBYTES(row_info->pixel_depth, row_width);
4580 row_info->pixel_depth = 8;
4606 row_info->pixel_depth = 32;
4626 row_info->pixel_depth = 24;
4741 row_info->pixel_depth = 8;
4792 row_info->pixel_depth = (png_byte)(row_info->bit_depth << 1);
4793 row_info->rowbytes = PNG_ROWBYTES(row_info->pixel_depth,
4858 row_info->pixel_depth = (png_byte)(row_info->bit_depth << 2);
4859 row_info->rowbytes = PNG_ROWBYTES(row_info->pixel_depth, row_width);
4891 pixel_depth = (png_byte)(row_info->channels * 16);
4941 row_info->pixel_depth = row_info->bit_depth;
4942 row_info->rowbytes = PNG_ROWBYTES(row_info->pixel_depth, row_width);
4972 row_info->pixel_depth = row_info->bit_depth;
4973 row_info->rowbytes = PNG_ROWBYTES(row_info->pixel_depth, row_width);