CompareImageBounds  834 magick/layer.c     bounds[i]=CompareImageBounds(image_b,image_a,method,exception);
CompareImageBounds 1075 magick/layer.c   bounds[0]=CompareImageBounds(prev_image,curr,CompareAnyLayer,exception);
CompareImageBounds 1100 magick/layer.c     bounds[i]=CompareImageBounds(curr->previous,curr,CompareAnyLayer,exception);
CompareImageBounds 1130 magick/layer.c         try_bounds=CompareImageBounds(prev_image,curr,CompareAnyLayer,exception);
CompareImageBounds 1169 magick/layer.c             dup_bounds=CompareImageBounds(dup_image,curr,CompareClearLayer,exception);
CompareImageBounds 1171 magick/layer.c             try_bounds=CompareImageBounds(dup_image,curr,CompareAnyLayer,exception);
CompareImageBounds 1201 magick/layer.c         try_bounds=CompareImageBounds(bgnd_image,curr,CompareAnyLayer,exception);
CompareImageBounds 1215 magick/layer.c             try_bounds=CompareImageBounds(curr->previous,curr,CompareClearLayer,exception);
CompareImageBounds 1272 magick/layer.c             try_bounds=CompareImageBounds(bgnd_image,curr,CompareClearLayer,exception);
CompareImageBounds 1276 magick/layer.c             try_bounds=CompareImageBounds(bgnd_image,curr,CompareAnyLayer,exception);
CompareImageBounds 1283 magick/layer.c             try_bounds=CompareImageBounds(bgnd_image,curr,CompareOverlayLayer,exception);
CompareImageBounds 1670 magick/layer.c     bounds=CompareImageBounds(curr,next,CompareAnyLayer,exception);