Lines Matching defs:rect_count
52 int rect_count;
61 if (tile->rect_count == tile->rect_size) {
72 sizeof(struct sna_composite_rectangles) * tile->rect_count);
84 tile->rects[tile->rect_count++] = *r;
157 tile->width, tile->height, tile->rect_count, step));
159 if (tile->rect_count == 0)
177 for (n = 0; n < tile->rect_count; n++) {
316 tile->rect_count = 0;
337 if (tile->rect_count == tile->rect_size) {
347 sizeof(struct sna_tile_span) * tile->rect_count);
360 a[tile->rect_count].box = *box;
361 a[tile->rect_count].opacity = opacity;
362 tile->rect_count++;
399 tile->width, tile->height, tile->rect_count, step));
401 if (tile->rect_count == 0)
420 for (n = 0; n < tile->rect_count; n++) {
477 for (n = 0; n < tile->rect_count; n++) {
582 tile->rect_count = 0;