Searched refs:picon (Results 1 – 1 of 1) sorted by relevance
/external/ImageMagick/coders/ |
D | xpm.c | 626 *picon; in WritePICONImage() local 681 picon=ResizeImage(image,geometry.width,geometry.height,TriangleFilter, in WritePICONImage() 692 if ((picon == (Image *) NULL) || (affinity_image == (Image *) NULL)) in WritePICONImage() 695 status=RemapImage(quantize_info,picon,affinity_image,exception); in WritePICONImage() 699 if (picon->storage_class == PseudoClass) in WritePICONImage() 701 (void) CompressImageColormap(picon,exception); in WritePICONImage() 702 if (picon->alpha_trait != UndefinedPixelTrait) in WritePICONImage() 710 if (picon->alpha_trait != UndefinedPixelTrait) in WritePICONImage() 715 for (y=0; y < (ssize_t) picon->rows; y++) in WritePICONImage() 717 q=GetAuthenticPixels(picon,0,y,picon->columns,1,exception); in WritePICONImage() [all …]
|