Home | History | Annotate | Download | only in MagickCore

Lines Matching full:try_bounds

938     try_bounds,
1082 try_bounds=CompareImagesBounds(prev_image,curr,CompareAnyLayer,exception);
1083 try_cleared=IsBoundsCleared(prev_image,curr,&try_bounds,exception);
1086 (double) try_bounds.width,(double) try_bounds.height,
1087 (double) try_bounds.x,(double) try_bounds.y,
1091 try_bounds.width * try_bounds.height
1095 bounds[i]=try_bounds;
1123 try_bounds=CompareImagesBounds(dup_image,curr,CompareAnyLayer,exception);
1126 +try_bounds.width*try_bounds.height
1130 bounds[i]=try_bounds;
1153 try_bounds=CompareImagesBounds(bgnd_image,curr,CompareAnyLayer,exception);
1154 try_cleared=IsBoundsCleared(bgnd_image,curr,&try_bounds,exception);
1167 try_bounds=CompareImagesBounds(curr->previous,curr,CompareClearLayer,exception);
1170 (double) try_bounds.width,(double) try_bounds.height,
1171 (double) try_bounds.x,(double) try_bounds.y,
1172 try_bounds.x<0?" (no expand nessary)":"");
1175 bgnd_bounds = try_bounds;
1183 if ( try_bounds.x < bgnd_bounds.x )
1185 bgnd_bounds.width+= bgnd_bounds.x-try_bounds.x;
1186 if ( bgnd_bounds.width < try_bounds.width )
1187 bgnd_bounds.width = try_bounds.width;
1188 bgnd_bounds.x = try_bounds.x;
1192 try_bounds.width += try_bounds.x - bgnd_bounds.x;
1193 if ( bgnd_bounds.width < try_bounds.width )
1194 bgnd_bounds.width = try_bounds.width;
1196 if ( try_bounds.y < bgnd_bounds.y )
1198 bgnd_bounds.height += bgnd_bounds.y - try_bounds.y;
1199 if ( bgnd_bounds.height < try_bounds.height )
1200 bgnd_bounds.height = try_bounds.height;
1201 bgnd_bounds.y = try_bounds.y;
1205 try_bounds.height += try_bounds.y - bgnd_bounds.y;
1206 if ( bgnd_bounds.height < try_bounds.height )
1207 bgnd_bounds.height = try_bounds.height;
1224 try_bounds=CompareImagesBounds(bgnd_image,curr,CompareClearLayer,exception);
1226 (double) try_bounds.width,(double) try_bounds.height,
1227 (double) try_bounds.x,(double) try_bounds.y );
1228 try_bounds=CompareImagesBounds(bgnd_image,curr,CompareAnyLayer,exception);
1229 try_cleared=IsBoundsCleared(bgnd_image,curr,&try_bounds,exception);
1231 (double) try_bounds.width,(double) try_bounds.height,
1232 (double) try_bounds.x,(double) try_bounds.y,
1235 try_bounds=CompareImagesBounds(bgnd_image,curr,CompareOverlayLayer,exception);
1237 try_cleared=IsBoundsCleared(bgnd_image,curr,&try_bounds,exception);
1239 (double) try_bounds.width,(double) try_bounds.height,
1240 (double) try_bounds.x,(double) try_bounds.y,
1250 +try_bounds.width*try_bounds.height
1257 bounds[i]=try_bounds;