Lines Matching refs:png_byte
340 info_ptr->bit_depth = (png_byte)bit_depth; in png_set_IHDR()
341 info_ptr->color_type =(png_byte) color_type; in png_set_IHDR()
342 info_ptr->compression_type = (png_byte)compression_type; in png_set_IHDR()
343 info_ptr->filter_type = (png_byte)filter_type; in png_set_IHDR()
344 info_ptr->interlace_type = (png_byte)interlace_type; in png_set_IHDR()
353 info_ptr->pixel_depth = (png_byte)(info_ptr->channels * info_ptr->bit_depth); in png_set_IHDR()
378 info_ptr->offset_unit_type = (png_byte)unit_type; in png_set_oFFs()
409 info_ptr->pcal_type = (png_byte)type; in png_set_pCAL()
410 info_ptr->pcal_nparams = (png_byte)nparams; in png_set_pCAL()
462 info_ptr->scal_unit = (png_byte)unit; in png_set_sCAL()
480 info_ptr->scal_unit = (png_byte)unit; in png_set_sCAL_s()
523 info_ptr->phys_unit_type = (png_byte)unit_type; in png_set_pHYs()
599 info_ptr->srgb_intent = (png_byte)intent; in png_set_sRGB()
710 info_ptr->iccp_compression = (png_byte)compression_type; in png_set_iCCP()
1053 to->location = (png_byte)(png_ptr->mode & 0xff); in png_set_unknown_chunks()
1069 info_ptr->unknown_chunks[chunk].location = (png_byte)location; in png_set_unknown_chunk_location()
1084 png_ptr->mng_features_permitted = (png_byte) in png_permit_empty_plte()
1099 (png_byte)(mng_features & PNG_ALL_MNG_FEATURES); in png_permit_mng_features()
1141 *p=(png_byte)keep; in png_set_keep_unknown_chunks()
1255 png_byte mmx_bitdepth_threshold, in png_set_mmx_thresholds()