Home
last modified time | relevance | path

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

/external/ImageMagick/coders/
Dtiff.c143 } PhotoshopProfile; typedef
175 PhotoshopProfile in TIFFSeekCustomStream()
178 profile=(PhotoshopProfile *) user_data; in TIFFSeekCustomStream()
216 PhotoshopProfile in TIFFTellCustomStream()
219 profile=(PhotoshopProfile *) user_data; in TIFFTellCustomStream()
1058 PhotoshopProfile in TIFFReadCustomStream()
1069 profile=(PhotoshopProfile *) user_data; in TIFFReadCustomStream()
1080 PhotoshopProfile *profile,ExceptionInfo *exception) in TIFFAcquireCustomStreamForReading()
1113 PhotoshopProfile in TIFFReadPhotoshopLayers()
3012 PhotoshopProfile in TIFFWriteCustomStream()
[all …]
Dps.c223 #define PhotoshopProfile "BeginPhotoshop:" in ReadPSInfo() macro
429 (CompareMagickByteBuffer(&buffer,PhotoshopProfile,strlen(PhotoshopProfile)) != MagickFalse)) in ReadPSInfo()
442 count=(ssize_t) sscanf(p,PhotoshopProfile " %lu",&extent); in ReadPSInfo()