Searched refs:IsBoundsCleared (Results 1 – 1 of 1) sorted by relevance
/external/ImageMagick/MagickCore/ |
D | layer.c | 166 static MagickBooleanType IsBoundsCleared(const Image *image1, in IsBoundsCleared() function 361 if (IsBoundsCleared(previous,coalesce_image,&bounds,exception) != MagickFalse) in CoalesceImages() 1067 cleared=IsBoundsCleared(curr->previous,curr,&bounds[i],exception); in OptimizeLayerFrames() 1097 try_cleared=IsBoundsCleared(prev_image,curr,&try_bounds,exception); in OptimizeLayerFrames() 1168 try_cleared=IsBoundsCleared(bgnd_image,curr,&try_bounds,exception); in OptimizeLayerFrames() 1243 try_cleared=IsBoundsCleared(bgnd_image,curr,&try_bounds,exception); in OptimizeLayerFrames() 1251 try_cleared=IsBoundsCleared(bgnd_image,curr,&try_bounds,exception); in OptimizeLayerFrames()
|