Searched refs:EmptyImage (Results 1 – 5 of 5) sorted by relevance
22 from images import DataImage, EmptyImage, FileImage71 src = EmptyImage()72 tgt = EmptyImage()117 src = EmptyImage()118 tgt = EmptyImage()151 src = EmptyImage()152 tgt = EmptyImage()196 block_image_diff = BlockImageDiff(EmptyImage(), EmptyImage())214 block_image_diff = BlockImageDiff(EmptyImage(), EmptyImage(),221 block_image_diff = BlockImageDiff(EmptyImage(), EmptyImage())
37 class EmptyImage(Image): class
33 from images import EmptyImage262 src = EmptyImage()
29 from images import EmptyImage, DataImage1885 block_diffs = [common.BlockDifference("foo", EmptyImage(),
2953 EmptyImage = images.EmptyImage variable