Home | History | Annotate | Download | only in libpng

Lines Matching refs:png_byte

266    info_ptr->bit_depth = (png_byte)bit_depth;
267 info_ptr->color_type = (png_byte)color_type;
268 info_ptr->compression_type = (png_byte)compression_type;
269 info_ptr->filter_type = (png_byte)filter_type;
270 info_ptr->interlace_type = (png_byte)interlace_type;
288 info_ptr->pixel_depth = (png_byte)(info_ptr->channels * info_ptr->bit_depth);
305 info_ptr->offset_unit_type = (png_byte)unit_type;
373 info_ptr->pcal_type = (png_byte)type;
374 info_ptr->pcal_nparams = (png_byte)nparams;
454 info_ptr->scal_unit = (png_byte)unit;
566 info_ptr->phys_unit_type = (png_byte)unit_type;
1162 static png_byte
1177 location = (png_byte)(png_ptr->mode &
1196 return (png_byte)location;
1355 list[4] = (png_byte)keep;
1365 list[4] = (png_byte)keep;
1402 static PNG_CONST png_byte chunks_to_ignore[] = {
1745 png_byte ch = (png_byte)*key++;