Searched refs:psd_info (Results 1 – 1 of 1) sorted by relevance
/external/ImageMagick/coders/ |
D | psd.c | 713 static inline MagickSizeType GetPSDSize(const PSDInfo *psd_info,Image *image) in GetPSDSize() argument 715 if (psd_info->version == 1) in GetPSDSize() 759 static StringInfo *ParseImageResourceBlocks(PSDInfo *psd_info,Image *image, in ParseImageResourceBlocks() argument 834 psd_info->has_merged_image=MagickFalse; in ParseImageResourceBlocks() 1119 const PSDInfo *psd_info,const size_t size) in ReadPSDRLESizes() argument 1132 if (psd_info->version == 1) in ReadPSDRLESizes() 1141 static MagickBooleanType ReadPSDChannelRLE(Image *image,const PSDInfo *psd_info, in ReadPSDChannelRLE() argument 1204 status=ReadPSDChannelPixels(image,psd_info->channels,y,type,pixels, in ReadPSDChannelRLE() 1447 const ImageInfo *image_info,const PSDInfo *psd_info,LayerInfo* layer_info, in ReadPSDChannel() argument 1497 status=ReadPSDChannelRaw(channel_image,psd_info->channels, in ReadPSDChannel() [all …]
|