Lines Matching defs:cells
82 uint32_t *cells = malloc(t->out.width*t->out.height*4);
109 cells[y*t->out.width+x] = color(red, green, blue, alpha);
124 cells[y*tt.width+x])) {
128 cells[y*tt.width+x] & mask,
129 cells[y*tt.width+x],
140 free(cells);
154 uint32_t *cells = calloc(sizeof(uint32_t), t->out.width*t->out.height);
196 pixman_fill(cells, tt.width, 32, x, y, w, h,
208 if (!pixel_equal(image.depth, result, cells[y*tt.width+x])) {
213 cells[y*tt.width+x] & mask,
214 cells[y*tt.width+x],
225 free(cells);