Searched refs:PrintChannelLocations (Results 1 – 2 of 2) sorted by relevance
/external/ImageMagick/coders/ |
D | json.c | 494 static ssize_t PrintChannelLocations(FILE *file,const Image *image, in PrintChannelLocations() function 823 (void) PrintChannelLocations(file,image,AlphaPixelChannel,"Alpha", in EncodeImageAttributes() 830 (void) PrintChannelLocations(file,image,RedPixelChannel,"Red", in EncodeImageAttributes() 832 (void) PrintChannelLocations(file,image,GreenPixelChannel,"Green", in EncodeImageAttributes() 834 (void) PrintChannelLocations(file,image,BluePixelChannel,"Blue", in EncodeImageAttributes() 840 (void) PrintChannelLocations(file,image,CyanPixelChannel,"Cyan", in EncodeImageAttributes() 842 (void) PrintChannelLocations(file,image,MagentaPixelChannel,"Magenta", in EncodeImageAttributes() 844 (void) PrintChannelLocations(file,image,YellowPixelChannel,"Yellow", in EncodeImageAttributes() 846 (void) PrintChannelLocations(file,image,BlackPixelChannel,"Black", in EncodeImageAttributes() 852 (void) PrintChannelLocations(file,image,GrayPixelChannel,"Gray", in EncodeImageAttributes()
|
/external/ImageMagick/MagickCore/ |
D | identify.c | 281 static ssize_t PrintChannelLocations(FILE *file,const Image *image, in PrintChannelLocations() function 528 (void) PrintChannelLocations(file,image,RedPixelChannel,"Red", in IdentifyImage() 530 (void) PrintChannelLocations(file,image,GreenPixelChannel,"Green", in IdentifyImage() 532 (void) PrintChannelLocations(file,image,BluePixelChannel,"Blue", in IdentifyImage() 538 (void) PrintChannelLocations(file,image,CyanPixelChannel,"Cyan", in IdentifyImage() 540 (void) PrintChannelLocations(file,image,MagentaPixelChannel,"Magenta", in IdentifyImage() 542 (void) PrintChannelLocations(file,image,YellowPixelChannel,"Yellow", in IdentifyImage() 544 (void) PrintChannelLocations(file,image,BlackPixelChannel,"Black", in IdentifyImage() 550 (void) PrintChannelLocations(file,image,GrayPixelChannel,"Gray", in IdentifyImage() 556 (void) PrintChannelLocations(file,image,AlphaPixelChannel,"Alpha", in IdentifyImage()
|