Home | History | Annotate | Download | only in pixman

Lines Matching full:info2

1227     pixman_composite_info_t info2 = *info;
1272 info2.src_image = &extended_src_image;
1330 info2.src_y = 0;
1334 info2.src_y = sy;
1346 info2.src_x = sx;
1347 info2.width = num_pixels;
1348 info2.height = 1;
1350 func (imp, &info2);
1353 info2.mask_x += num_pixels;
1354 info2.dest_x += num_pixels;
1360 info2.mask_x = info->mask_x;
1361 info2.mask_y++;
1362 info2.dest_x = info->dest_x;
1363 info2.dest_y++;