Searched refs:IsBoundsCleared (Results 1 – 1 of 1) sorted by relevance
/external/ImageMagick/MagickCore/ |
D | layer.c | 165 static MagickBooleanType IsBoundsCleared(const Image *image1, in IsBoundsCleared() function 341 if (IsBoundsCleared(previous,coalesce_image,&bounds,exception) != MagickFalse) in CoalesceImages() 1044 cleared=IsBoundsCleared(curr->previous,curr,&bounds[i],exception); in OptimizeLayerFrames() 1074 try_cleared=IsBoundsCleared(prev_image,curr,&try_bounds,exception); in OptimizeLayerFrames() 1145 try_cleared=IsBoundsCleared(bgnd_image,curr,&try_bounds,exception); in OptimizeLayerFrames() 1220 try_cleared=IsBoundsCleared(bgnd_image,curr,&try_bounds,exception); in OptimizeLayerFrames() 1228 try_cleared=IsBoundsCleared(bgnd_image,curr,&try_bounds,exception); in OptimizeLayerFrames()
|