Searched refs:psd_info (Results 1 – 1 of 1) sorted by relevance
/external/ImageMagick/coders/ |
D | psd.c | 712 static inline MagickSizeType GetPSDSize(const PSDInfo *psd_info,Image *image) in GetPSDSize() argument 714 if (psd_info->version == 1) in GetPSDSize() 1117 const PSDInfo *psd_info,const size_t size) in ReadPSDRLESizes() argument 1130 if (psd_info->version == 1) in ReadPSDRLESizes() 1139 static MagickBooleanType ReadPSDChannelRLE(Image *image,const PSDInfo *psd_info, in ReadPSDChannelRLE() argument 1202 status=ReadPSDChannelPixels(image,psd_info->channels,y,type,pixels, in ReadPSDChannelRLE() 1347 const ImageInfo *image_info,const PSDInfo *psd_info,LayerInfo* layer_info, in ReadPSDChannel() argument 1396 status=ReadPSDChannelRaw(channel_image,psd_info->channels, in ReadPSDChannel() 1404 sizes=ReadPSDRLESizes(channel_image,psd_info,channel_image->rows); in ReadPSDChannel() 1408 status=ReadPSDChannelRLE(channel_image,psd_info, in ReadPSDChannel() [all …]
|