Lines Matching defs:cells
60 uint32_t *cells = malloc(t->out.width*t->out.height*4);
87 cells[y*tt.width+x] = color(red, green, blue, alpha);
102 cells[y*tt.width+x])) {
111 cells[y*tt.width+x] & mask,
120 free(cells);
134 uint32_t *cells = calloc(sizeof(uint32_t), t->out.width*t->out.height);
175 pixman_fill(cells, tt.width, 32, x, y, w, h,
188 cells[y*tt.width+x])) {
197 cells[y*tt.width+x] & mask,
207 free(cells);