Lines Matching defs:cells
71 uint32_t *cells = malloc(t->out.width*t->out.height*4);
97 cells[y*tt.width+x] = color(red, green, blue, 0xff);
112 cells[y*tt.width+x])) {
117 cells[y*tt.width+x] & mask,
118 cells[y*tt.width+x],
128 free(cells);
142 uint32_t *cells = calloc(sizeof(uint32_t), t->out.width*t->out.height);
182 pixman_fill(cells, tt.width, 32, x, y, w, h,
194 if (!pixel_equal(image.depth, result, cells[y*tt.width+x])) {
198 (uint32_t*)image.data, cells,
203 cells[y*tt.width+x] & mask,
204 cells[y*tt.width+x],
215 free(cells);