There are various iterators in pixman-bits-image.c that are really fast paths in the sense that if we deleted them, pixman would still work correctly; it just wouldn't be as fast. So, these patches move them into pixman-fast-path.c where they belong. Søren