Lines Matching defs:cells
59 uint32_t *cells = malloc(t->out.width*t->out.height*4);
82 cells[y*tt.width+x] = fg;
97 cells[y*tt.width+x])) {
102 cells[y*tt.width+x] & mask,
103 cells[y*tt.width+x],
113 free(cells);
127 uint32_t *cells = calloc(sizeof(uint32_t), t->out.width*t->out.height);
164 pixman_fill(cells, tt.width, 32, x, y, w, h, fg);
175 if (!pixel_equal(image.depth, result, cells[y*tt.width+x])) {
179 (uint32_t*)image.data, cells,
184 cells[y*tt.width+x] & mask,
185 cells[y*tt.width+x],
196 free(cells);