CompareImageBounds  835 magick/layer.c     bounds[i]=CompareImageBounds(image_b,image_a,method,exception);
CompareImageBounds 1076 magick/layer.c   bounds[0]=CompareImageBounds(prev_image,curr,CompareAnyLayer,exception);
CompareImageBounds 1101 magick/layer.c     bounds[i]=CompareImageBounds(curr->previous,curr,CompareAnyLayer,exception);
CompareImageBounds 1131 magick/layer.c         try_bounds=CompareImageBounds(prev_image,curr,CompareAnyLayer,exception);
CompareImageBounds 1170 magick/layer.c             dup_bounds=CompareImageBounds(dup_image,curr,CompareClearLayer,exception);
CompareImageBounds 1172 magick/layer.c             try_bounds=CompareImageBounds(dup_image,curr,CompareAnyLayer,exception);
CompareImageBounds 1202 magick/layer.c         try_bounds=CompareImageBounds(bgnd_image,curr,CompareAnyLayer,exception);
CompareImageBounds 1216 magick/layer.c             try_bounds=CompareImageBounds(curr->previous,curr,CompareClearLayer,exception);
CompareImageBounds 1273 magick/layer.c             try_bounds=CompareImageBounds(bgnd_image,curr,CompareClearLayer,exception);
CompareImageBounds 1277 magick/layer.c             try_bounds=CompareImageBounds(bgnd_image,curr,CompareAnyLayer,exception);
CompareImageBounds 1284 magick/layer.c             try_bounds=CompareImageBounds(bgnd_image,curr,CompareOverlayLayer,exception);
CompareImageBounds 1671 magick/layer.c     bounds=CompareImageBounds(curr,next,CompareAnyLayer,exception);