Home
last modified time | relevance | path

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

/external/ImageMagick/coders/
Djson.c496 const size_t max_locations,const MagickBooleanType separator, in PrintChannelLocations() argument
551 if ((max_locations != 0) && (n >= (ssize_t) max_locations)) in PrintChannelLocations()
802 max_locations; in EncodeImageAttributes() local
815 max_locations=0; in EncodeImageAttributes()
817 max_locations=StringToUnsignedLong(limit); in EncodeImageAttributes()
824 type,max_locations,MagickTrue,channel_statistics); in EncodeImageAttributes()
831 type,max_locations,MagickTrue,channel_statistics); in EncodeImageAttributes()
833 type,max_locations,MagickTrue,channel_statistics); in EncodeImageAttributes()
835 type,max_locations,MagickFalse,channel_statistics); in EncodeImageAttributes()
841 type,max_locations,MagickTrue,channel_statistics); in EncodeImageAttributes()
[all …]
/external/ImageMagick/MagickCore/
Didentify.c283 const size_t max_locations,const ChannelStatistics *channel_statistics) in PrintChannelLocations() argument
337 if ((max_locations != 0) && (n >= (ssize_t) max_locations)) in PrintChannelLocations()
505 max_locations; in IdentifyImage() local
516 max_locations=0; in IdentifyImage()
518 max_locations=StringToUnsignedLong(limit); in IdentifyImage()
529 type,max_locations,channel_statistics); in IdentifyImage()
531 type,max_locations,channel_statistics); in IdentifyImage()
533 type,max_locations,channel_statistics); in IdentifyImage()
539 type,max_locations,channel_statistics); in IdentifyImage()
541 type,max_locations,channel_statistics); in IdentifyImage()
[all …]