Lines Matching defs:cells
37 uint32_t *cells = malloc(t->out.width*t->out.height*4);
64 cells[y*tt.width+x] = color(red, green, blue, alpha);
79 cells[y*tt.width+x])) {
88 cells[y*tt.width+x] & mask,
89 cells[y*tt.width+x],
98 free(cells);
112 uint32_t *cells = calloc(sizeof(uint32_t), t->out.width*t->out.height);
152 pixman_fill(cells, tt.width, 32, x, y, w, h,
164 if (!pixel_equal(image.depth, result, cells[y*tt.width+x])) {
172 cells[y*tt.width+x] & mask,
173 cells[y*tt.width+x],
183 free(cells);