CompareImageBounds  834 magick/layer.c     bounds[i]=CompareImageBounds(image_b,image_a,method,exception);
CompareImageBounds 1065 magick/layer.c   bounds[0]=CompareImageBounds(prev_image,curr,CompareAnyLayer,exception);
CompareImageBounds 1090 magick/layer.c     bounds[i]=CompareImageBounds(curr->previous,curr,CompareAnyLayer,exception);
CompareImageBounds 1120 magick/layer.c         try_bounds=CompareImageBounds(prev_image,curr,CompareAnyLayer,exception);
CompareImageBounds 1159 magick/layer.c             dup_bounds=CompareImageBounds(dup_image,curr,CompareClearLayer,exception);
CompareImageBounds 1161 magick/layer.c             try_bounds=CompareImageBounds(dup_image,curr,CompareAnyLayer,exception);
CompareImageBounds 1191 magick/layer.c         try_bounds=CompareImageBounds(bgnd_image,curr,CompareAnyLayer,exception);
CompareImageBounds 1205 magick/layer.c             try_bounds=CompareImageBounds(curr->previous,curr,CompareClearLayer,exception);
CompareImageBounds 1262 magick/layer.c             try_bounds=CompareImageBounds(bgnd_image,curr,CompareClearLayer,exception);
CompareImageBounds 1266 magick/layer.c             try_bounds=CompareImageBounds(bgnd_image,curr,CompareAnyLayer,exception);
CompareImageBounds 1273 magick/layer.c             try_bounds=CompareImageBounds(bgnd_image,curr,CompareOverlayLayer,exception);
CompareImageBounds 1660 magick/layer.c     bounds=CompareImageBounds(curr,next,CompareAnyLayer,exception);