• Home
  • History
  • Annotate
  • Raw
  • Download

Lines Matching refs:try_bounds

952     try_bounds,  in OptimizeLayerFrames()  local
1096 try_bounds=CompareImagesBounds(prev_image,curr,CompareAnyLayer,exception); in OptimizeLayerFrames()
1097 try_cleared=IsBoundsCleared(prev_image,curr,&try_bounds,exception); in OptimizeLayerFrames()
1100 (double) try_bounds.width,(double) try_bounds.height, in OptimizeLayerFrames()
1101 (double) try_bounds.x,(double) try_bounds.y, in OptimizeLayerFrames()
1105 try_bounds.width * try_bounds.height in OptimizeLayerFrames()
1109 bounds[i]=try_bounds; in OptimizeLayerFrames()
1137 try_bounds=CompareImagesBounds(dup_image,curr,CompareAnyLayer,exception); in OptimizeLayerFrames()
1140 +try_bounds.width*try_bounds.height in OptimizeLayerFrames()
1144 bounds[i]=try_bounds; in OptimizeLayerFrames()
1167 try_bounds=CompareImagesBounds(bgnd_image,curr,CompareAnyLayer,exception); in OptimizeLayerFrames()
1168 try_cleared=IsBoundsCleared(bgnd_image,curr,&try_bounds,exception); in OptimizeLayerFrames()
1181 try_bounds=CompareImagesBounds(curr->previous,curr,CompareClearLayer,exception); in OptimizeLayerFrames()
1184 (double) try_bounds.width,(double) try_bounds.height, in OptimizeLayerFrames()
1185 (double) try_bounds.x,(double) try_bounds.y, in OptimizeLayerFrames()
1186 try_bounds.x<0?" (no expand nessary)":""); in OptimizeLayerFrames()
1189 bgnd_bounds = try_bounds; in OptimizeLayerFrames()
1197 if ( try_bounds.x < bgnd_bounds.x ) in OptimizeLayerFrames()
1199 bgnd_bounds.width+= bgnd_bounds.x-try_bounds.x; in OptimizeLayerFrames()
1200 if ( bgnd_bounds.width < try_bounds.width ) in OptimizeLayerFrames()
1201 bgnd_bounds.width = try_bounds.width; in OptimizeLayerFrames()
1202 bgnd_bounds.x = try_bounds.x; in OptimizeLayerFrames()
1206 try_bounds.width += try_bounds.x - bgnd_bounds.x; in OptimizeLayerFrames()
1207 if ( bgnd_bounds.width < try_bounds.width ) in OptimizeLayerFrames()
1208 bgnd_bounds.width = try_bounds.width; in OptimizeLayerFrames()
1210 if ( try_bounds.y < bgnd_bounds.y ) in OptimizeLayerFrames()
1212 bgnd_bounds.height += bgnd_bounds.y - try_bounds.y; in OptimizeLayerFrames()
1213 if ( bgnd_bounds.height < try_bounds.height ) in OptimizeLayerFrames()
1214 bgnd_bounds.height = try_bounds.height; in OptimizeLayerFrames()
1215 bgnd_bounds.y = try_bounds.y; in OptimizeLayerFrames()
1219 try_bounds.height += try_bounds.y - bgnd_bounds.y; in OptimizeLayerFrames()
1220 if ( bgnd_bounds.height < try_bounds.height ) in OptimizeLayerFrames()
1221 bgnd_bounds.height = try_bounds.height; in OptimizeLayerFrames()
1238 try_bounds=CompareImagesBounds(bgnd_image,curr,CompareClearLayer,exception); in OptimizeLayerFrames()
1240 (double) try_bounds.width,(double) try_bounds.height, in OptimizeLayerFrames()
1241 (double) try_bounds.x,(double) try_bounds.y ); in OptimizeLayerFrames()
1242 try_bounds=CompareImagesBounds(bgnd_image,curr,CompareAnyLayer,exception); in OptimizeLayerFrames()
1243 try_cleared=IsBoundsCleared(bgnd_image,curr,&try_bounds,exception); in OptimizeLayerFrames()
1245 (double) try_bounds.width,(double) try_bounds.height, in OptimizeLayerFrames()
1246 (double) try_bounds.x,(double) try_bounds.y, in OptimizeLayerFrames()
1249 try_bounds=CompareImagesBounds(bgnd_image,curr,CompareOverlayLayer,exception); in OptimizeLayerFrames()
1251 try_cleared=IsBoundsCleared(bgnd_image,curr,&try_bounds,exception); in OptimizeLayerFrames()
1253 (double) try_bounds.width,(double) try_bounds.height, in OptimizeLayerFrames()
1254 (double) try_bounds.x,(double) try_bounds.y, in OptimizeLayerFrames()
1264 +try_bounds.width*try_bounds.height in OptimizeLayerFrames()
1271 bounds[i]=try_bounds; in OptimizeLayerFrames()