Lines Matching refs:png_byte
325 info_ptr->bit_depth = (png_byte)bit_depth;
326 info_ptr->color_type =(png_byte) color_type;
327 info_ptr->compression_type = (png_byte)compression_type;
328 info_ptr->filter_type = (png_byte)filter_type;
329 info_ptr->interlace_type = (png_byte)interlace_type;
338 info_ptr->pixel_depth = (png_byte)(info_ptr->channels * info_ptr->bit_depth);
363 info_ptr->offset_unit_type = (png_byte)unit_type;
394 info_ptr->pcal_type = (png_byte)type;
395 info_ptr->pcal_nparams = (png_byte)nparams;
447 info_ptr->scal_unit = (png_byte)unit;
465 info_ptr->scal_unit = (png_byte)unit;
506 info_ptr->phys_unit_type = (png_byte)unit_type;
569 info_ptr->srgb_intent = (png_byte)intent;
680 info_ptr->iccp_compression = (png_byte)compression_type;
1006 to->location = (png_byte)(png_ptr->mode & 0xff);
1022 info_ptr->unknown_chunks[chunk].location = (png_byte)location;
1036 png_ptr->mng_features_permitted = (png_byte)
1050 (png_byte)(mng_features & PNG_ALL_MNG_FEATURES);
1090 *p=(png_byte)keep;
1196 png_byte mmx_bitdepth_threshold,