Searched defs:next_image (Results 1 - 8 of 8) sorted by relevance
/external/ImageMagick/coders/ |
H A D | pwp.c | 132 *next_image, 224 next_image=ReadImage(read_info,exception); 225 if (next_image == (Image *) NULL) 227 (void) FormatLocaleString(next_image->filename,MagickPathExtent, 228 "slide_%02ld.sfw",(long) next_image->scene); 230 image=next_image; 237 next_image->previous=p; 238 next_image->scene=p->scene+1; 239 p->next=next_image; 242 if (next_image 129 *next_image, local [all...] |
H A D | vid.c | 113 *next_image, 172 next_image=ReadImage(read_info,exception); 174 if (next_image == (Image *) NULL) 176 label=InterpretImageProperties((ImageInfo *) image_info,next_image, 178 (void) SetImageProperty(next_image,"label",label,exception); 182 "geometry: %.20gx%.20g",(double) next_image->columns,(double) 183 next_image->rows); 184 SetGeometry(next_image,&geometry); 187 thumbnail_image=ThumbnailImage(next_image,geometry.width,geometry.height, 191 next_image 110 *next_image, local [all...] |
H A D | xps.c | 122 *next_image; 340 next_image=SyncNextImageInList(image); 341 if (next_image != (Image *) NULL) 342 image=next_image; 343 } while (next_image != (Image *) NULL); 120 *next_image; local
|
H A D | pcl.c | 170 *next_image; 388 next_image=SyncNextImageInList(image); 389 if (next_image != (Image *) NULL) 390 image=next_image; 391 } while (next_image != (Image *) NULL); 166 *next_image; local
|
H A D | msl.c | 3376 *next_image; 3382 next_image=ReadImage(msl_info->image_info[n],exception); 3384 if (next_image == (Image *) NULL) 3387 msl_info->image[n]=next_image; 3399 next_image->previous=p; 3400 p->next=next_image; 3370 *next_image; local
|
H A D | psd.c | 2262 const ImageInfo *image_info,Image *image,Image *next_image, 2282 if (next_image->depth > 8) 2283 next_image->depth=16; 2284 packet_size=next_image->depth > 8UL ? 2UL : 1UL; 2288 for (y=0; y < (ssize_t) next_image->rows; y++) 2290 p=GetVirtualPixels(next_image,0,y,next_image->columns,1,exception); 2293 length=ExportQuantumPixels(next_image,(CacheView *) NULL,quantum_info, 2303 Image *image,Image *next_image,unsigned char *compact_pixels, 2331 (next_image 2253 WritePackbitsLength(const PSDInfo *psd_info, const ImageInfo *image_info,Image *image,Image *next_image, unsigned char *compact_pixels,const QuantumType quantum_type, ExceptionInfo *exception) argument 2294 WriteOneChannel(const PSDInfo *psd_info,const ImageInfo *image_info, Image *image,Image *next_image,unsigned char *compact_pixels, const QuantumType quantum_type,const MagickBooleanType compression_flag, ExceptionInfo *exception) argument 2355 WriteImageChannels(const PSDInfo *psd_info, const ImageInfo *image_info,Image *image,Image *next_image, const MagickBooleanType separate,ExceptionInfo *exception) argument 2648 *next_image; local [all...] |
H A D | png.c | 7179 CoderError,"Linked list is corrupted; next_image is NULL","`%s'", 7268 *next_image, 7278 next_image=CoalesceImages(image,exception); 7280 if (next_image == (Image *) NULL) 7284 image=next_image; 7286 for (next=image; next != (Image *) NULL; next=next_image) 7293 next_image=GetNextImageInList(next); 7295 if (next_image == (Image *) NULL) 7301 next_image->previous=GetPreviousImageInList(next); 7303 image=next_image; 7261 *next_image, local 12854 *next_image; local [all...] |
/external/ImageMagick/MagickCore/ |
H A D | display.c | 13647 *next_image, 13732 next_image=ReadImage(read_info,exception); 13734 if (next_image != (Image *) NULL) 13736 (void) DeleteImageProperty(next_image,"label"); 13737 (void) SetImageProperty(next_image,"label",InterpretImageProperties( 13738 read_info,next_image,DefaultTileLabel,exception),exception); 13739 (void) ParseRegionGeometry(next_image,read_info->size,&geometry, 13741 thumbnail_image=ThumbnailImage(next_image,geometry.width, 13745 next_image=DestroyImage(next_image); 13608 *next_image, local [all...] |
Completed in 581 milliseconds