Searched refs:try_bounds (Results 1 – 1 of 1) sorted by relevance
/external/ImageMagick/MagickCore/ |
D | layer.c | 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() [all …]
|