Home
last modified time | relevance | path

Searched refs:psd_info (Results 1 – 1 of 1) sorted by relevance

/external/ImageMagick/coders/
Dpsd.c568 static inline MagickSizeType GetPSDSize(const PSDInfo *psd_info,Image *image) in GetPSDSize() argument
570 if (psd_info->version == 1) in GetPSDSize()
943 const PSDInfo *psd_info,const size_t size) in ReadPSDRLEOffsets() argument
956 if (psd_info->version == 1) in ReadPSDRLEOffsets()
965 static MagickBooleanType ReadPSDChannelRLE(Image *image,const PSDInfo *psd_info, in ReadPSDChannelRLE() argument
1029 status=ReadPSDChannelPixels(image,psd_info->channels,y,type,pixels, in ReadPSDChannelRLE()
1155 static MagickBooleanType ReadPSDChannel(Image *image,const PSDInfo *psd_info, in ReadPSDChannel() argument
1194 status=ReadPSDChannelRaw(channel_image,psd_info->channels, in ReadPSDChannel()
1202 offsets=ReadPSDRLEOffsets(channel_image,psd_info,channel_image->rows); in ReadPSDChannel()
1206 status=ReadPSDChannelRLE(channel_image,psd_info, in ReadPSDChannel()
[all …]