Home
last modified time | relevance | path

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

/external/ImageMagick/coders/
Dps.c101 *photoshop_profile, member
428 if ((ps_info->photoshop_profile == (StringInfo *) NULL) && in ReadPSInfo()
450 ps_info->photoshop_profile=AcquireStringInfo(length+1U); in ReadPSInfo()
451 q=GetStringInfoDatum(ps_info->photoshop_profile); in ReadPSInfo()
460 SetStringInfoLength(ps_info->photoshop_profile,length); in ReadPSInfo()
523 if (pdf_info->photoshop_profile != (StringInfo *) NULL) in CleanupPSInfo()
524 pdf_info->photoshop_profile=DestroyStringInfo(pdf_info->photoshop_profile); in CleanupPSInfo()
839 if (info.photoshop_profile != (StringInfo *) NULL) in ReadPSImage()
840 (void) SetImageProfile(image,"8bim",info.photoshop_profile,exception); in ReadPSImage()
Dxps.c101 *photoshop_profile, member
Dtiff.c1114 photoshop_profile; in TIFFReadPhotoshopLayers() local
1151 photoshop_profile.data=(StringInfo *) profile; in TIFFReadPhotoshopLayers()
1152 photoshop_profile.length=profile->length; in TIFFReadPhotoshopLayers()
1153 custom_stream=TIFFAcquireCustomStreamForReading(&photoshop_profile,exception); in TIFFReadPhotoshopLayers()