bits-image: Turn all the fetchers into iterator getters
authorSøren Sandmann Pedersen <ssp@redhat.com>
Sun, 8 Jan 2012 18:21:11 +0000 (13:21 -0500)
committerSøren Sandmann Pedersen <ssp@redhat.com>
Mon, 11 Jun 2012 11:15:00 +0000 (07:15 -0400)
commitf80e7ad3cbf46218bb3b4247e7b9e5d448670ad8
treee0f98b4d3e22662c85e557fba7f2d5a271b9e1fe
parentfd175f9d02f36b1e91973e4264519228547f5dc7
bits-image: Turn all the fetchers into iterator getters

Instead of caching these fetchers in the image structure, and then
have the iterator getter call them from there, simply change them to
be iterator getters themselves.

This avoids an extra indirect function call and lets us get rid of the
get_scanline_32/64 fields in pixman_image_t.
pixman/pixman-bits-image.c
pixman/pixman-private.h