Home | History | Annotate | Download | only in libpng

Lines Matching refs:png_byte

239    info_ptr->bit_depth = (png_byte)bit_depth;
240 info_ptr->color_type = (png_byte)color_type;
241 info_ptr->compression_type = (png_byte)compression_type;
242 info_ptr->filter_type = (png_byte)filter_type;
243 info_ptr->interlace_type = (png_byte)interlace_type;
257 info_ptr->pixel_depth = (png_byte)(info_ptr->channels * info_ptr->bit_depth);
283 info_ptr->offset_unit_type = (png_byte)unit_type;
316 info_ptr->pcal_type = (png_byte)type;
317 info_ptr->pcal_nparams = (png_byte)nparams;
372 info_ptr->scal_unit = (png_byte)unit;
391 info_ptr->scal_unit = (png_byte)unit;
439 info_ptr->phys_unit_type = (png_byte)unit_type;
516 info_ptr->srgb_intent = (png_byte)intent;
633 info_ptr->iccp_compression = (png_byte)compression_type;
1009 to->location = (png_byte)(png_ptr->mode & 0xff);
1040 info_ptr->unknown_chunks[chunk].location = (png_byte)location;
1057 png_ptr->mng_features_permitted = (png_byte)
1073 (png_byte)(mng_features & PNG_ALL_MNG_FEATURES);
1116 *p=(png_byte)keep;
1193 png_byte mmx_bitdepth_threshold,