Searched defs:pixel (Results 1 – 4 of 4) sorted by relevance
120 let pixel = display.image.get_pixel( in redraw_all() localVariable
74 let pixel = self.get_pixel(x, y); in sync() localVariable
46 fn pixel(&mut self, x: i32, y: i32, color: Color) { in pixel() method95 let pixel = (row_data >> (7 - col)) & 1; in char() localVariable
285 let pixel = img.get_pixel(x, y); in from_path() localVariable