CompareImageBounds  839 magick/layer.c     bounds[i]=CompareImageBounds(image_b,image_a,method,exception);
CompareImageBounds 1070 magick/layer.c   bounds[0]=CompareImageBounds(prev_image,curr,CompareAnyLayer,exception);
CompareImageBounds 1095 magick/layer.c     bounds[i]=CompareImageBounds(curr->previous,curr,CompareAnyLayer,exception);
CompareImageBounds 1125 magick/layer.c         try_bounds=CompareImageBounds(prev_image,curr,CompareAnyLayer,exception);
CompareImageBounds 1164 magick/layer.c             dup_bounds=CompareImageBounds(dup_image,curr,CompareClearLayer,exception);
CompareImageBounds 1166 magick/layer.c             try_bounds=CompareImageBounds(dup_image,curr,CompareAnyLayer,exception);
CompareImageBounds 1196 magick/layer.c         try_bounds=CompareImageBounds(bgnd_image,curr,CompareAnyLayer,exception);
CompareImageBounds 1210 magick/layer.c             try_bounds=CompareImageBounds(curr->previous,curr,CompareClearLayer,exception);
CompareImageBounds 1267 magick/layer.c             try_bounds=CompareImageBounds(bgnd_image,curr,CompareClearLayer,exception);
CompareImageBounds 1271 magick/layer.c             try_bounds=CompareImageBounds(bgnd_image,curr,CompareAnyLayer,exception);
CompareImageBounds 1278 magick/layer.c             try_bounds=CompareImageBounds(bgnd_image,curr,CompareOverlayLayer,exception);
CompareImageBounds 1665 magick/layer.c     bounds=CompareImageBounds(curr,next,CompareAnyLayer,exception);