Lines Matching defs:cells
88 uint32_t *cells = malloc(t->out.width*t->out.height*4);
112 cells[y*tt.width+x] = fg;
127 cells[y*tt.width+x])) {
132 cells[y*tt.width+x] & mask,
133 cells[y*tt.width+x],
143 free(cells);
157 uint32_t *cells = calloc(sizeof(uint32_t), t->out.width*t->out.height);
195 pixman_fill(cells, tt.width, 32, x, y, w, h, fg);
206 if (!pixel_equal(image.depth, result, cells[y*tt.width+x])) {
210 (uint32_t*)image.data, cells,
215 cells[y*tt.width+x] & mask,
216 cells[y*tt.width+x],
227 free(cells);