Lines Matching defs:cells
34 uint32_t *cells = malloc(t->out.width*t->out.height*4);
61 cells[y*tt.width+x] = color(red, green, blue, alpha);
76 cells[y*tt.width+x])) {
80 cells[y*tt.width+x] & mask,
81 cells[y*tt.width+x],
90 free(cells);
104 uint32_t *cells = calloc(sizeof(uint32_t), t->out.width*t->out.height);
144 pixman_fill(cells, tt.width, 32, x, y, w, h,
156 if (!pixel_equal(image.depth, result, cells[y*tt.width+x])) {
164 cells[y*tt.width+x] & mask,
165 cells[y*tt.width+x],
175 free(cells);