Home | History | Annotate | Download | only in common

Lines Matching refs:image_tools

11 import image_tools
35 image_tools.EncodePNG(self.white))
37 image_tools.EncodePNG(self.black))
39 image_tools.EncodePNG(self.red))
49 image_tools.EncodePNG(
51 image_tools.EncodePNG(self.white))
53 image_tools.EncodePNG(
55 image_tools.EncodePNG(self.black))
57 image_tools.EncodePNG(
59 image_tools.EncodePNG(self.red))
71 image_tools.EncodePNG(self.white))
75 image_tools.EncodePNG(self.black))
86 image_tools.EncodePNG(self.white))
89 image_tools.EncodePNG(self.white))
92 image_tools.EncodePNG(self.black))
95 image_tools.EncodePNG(self.black))
98 image_tools.EncodePNG(self.black))
101 image_tools.EncodePNG(self.black))
109 image_tools.EncodePNG(self.black))
122 self.assertEquals(image_tools.EncodePNG(test1.expected),
123 image_tools.EncodePNG(self.white))
124 self.assertEquals(image_tools.EncodePNG(test1.mask),
125 image_tools.EncodePNG(self.white))
126 self.assertEquals(image_tools.EncodePNG(test2.expected),
127 image_tools.EncodePNG(self.red))
128 self.assertEquals(image_tools.EncodePNG(test2.mask),
129 image_tools.EncodePNG(self.white))
181 self.assertEquals(image_tools.EncodePNG(res.expected),
182 image_tools.EncodePNG(self.red))
183 self.assertEquals(image_tools.EncodePNG(res.diff),
184 image_tools.EncodePNG(self.masked))
185 self.assertEquals(image_tools.EncodePNG(res.actual),
186 image_tools.EncodePNG(self.black))