Lines Matching refs:png_byte
239 info_ptr->bit_depth = (png_byte)bit_depth; in png_set_IHDR()
240 info_ptr->color_type = (png_byte)color_type; in png_set_IHDR()
241 info_ptr->compression_type = (png_byte)compression_type; in png_set_IHDR()
242 info_ptr->filter_type = (png_byte)filter_type; in png_set_IHDR()
243 info_ptr->interlace_type = (png_byte)interlace_type; in png_set_IHDR()
257 info_ptr->pixel_depth = (png_byte)(info_ptr->channels * info_ptr->bit_depth); in png_set_IHDR()
283 info_ptr->offset_unit_type = (png_byte)unit_type; in png_set_oFFs()
316 info_ptr->pcal_type = (png_byte)type; in png_set_pCAL()
317 info_ptr->pcal_nparams = (png_byte)nparams; in png_set_pCAL()
372 info_ptr->scal_unit = (png_byte)unit; in png_set_sCAL()
391 info_ptr->scal_unit = (png_byte)unit; in png_set_sCAL_s()
439 info_ptr->phys_unit_type = (png_byte)unit_type; in png_set_pHYs()
516 info_ptr->srgb_intent = (png_byte)intent; in png_set_sRGB()
633 info_ptr->iccp_compression = (png_byte)compression_type; in png_set_iCCP()
1009 to->location = (png_byte)(png_ptr->mode & 0xff); in png_set_unknown_chunks()
1040 info_ptr->unknown_chunks[chunk].location = (png_byte)location; in png_set_unknown_chunk_location()
1057 png_ptr->mng_features_permitted = (png_byte) in png_permit_empty_plte()
1073 (png_byte)(mng_features & PNG_ALL_MNG_FEATURES); in png_permit_mng_features()
1116 *p=(png_byte)keep; in png_set_keep_unknown_chunks()
1193 png_byte mmx_bitdepth_threshold, in png_set_mmx_thresholds()