Lines Matching defs:cells
72 uint32_t *cells = malloc(t->out.width*t->out.height*4);
99 cells[y*tt.width+x] = fg;
114 cells[y*tt.width+x])) {
123 cells[y*tt.width+x] & mask,
124 cells[y*tt.width+x],
133 free(cells);
147 uint32_t *cells = calloc(sizeof(uint32_t), t->out.width*t->out.height);
176 pixman_fill(cells, tt.width, 32, x, y, w, h, fg);
187 if (!pixel_equal(image.depth, result, cells[y*tt.width+x])) {
192 (uint32_t*)image.data, cells,
197 cells[y*tt.width+x] & mask,
198 cells[y*tt.width+x],
209 free(cells);