Move get_scanline_32/64 to the bits part of the image struct
authorSøren Sandmann Pedersen <ssp@redhat.com>
Fri, 10 Dec 2010 19:39:01 +0000 (14:39 -0500)
committerSøren Sandmann Pedersen <ssp@redhat.com>
Tue, 18 Jan 2011 17:42:26 +0000 (12:42 -0500)
commit34b5633105e5e2838ac8deb32d26e3bbe73a3d1a
tree0688e2996b5c9a5f0ed1349e84e24f5448d66351
parentd6b13f99b41eac535d961b89d4b53f616c910c1e
Move get_scanline_32/64 to the bits part of the image struct

At this point these functions are basically a cache that the bits
image uses for its fetchers, so they can be moved to the bits image.

With the scanline getters only being initialized in the bits image,
the _pixman_image_get_scanline_generic_64 can be moved to
pixman-bits-image.c. That gets rid of the final user of
_pixman_image_get_scanline_32/64, so these can be deleted.
pixman/pixman-bits-image.c
pixman/pixman-conical-gradient.c
pixman/pixman-image.c
pixman/pixman-linear-gradient.c
pixman/pixman-private.h
pixman/pixman-radial-gradient.c
pixman/pixman-solid-fill.c