Eliminate get_pixel_32() and get_pixel_64() from bits_image.
authorSøren Sandmann Pedersen <ssp@redhat.com>
Fri, 2 Jul 2010 16:11:44 +0000 (12:11 -0400)
committerSøren Sandmann Pedersen <ssp@redhat.com>
Sun, 8 Aug 2010 17:57:40 +0000 (13:57 -0400)
commitcbb2a0d7929ec27e0a135d7fa11e1acf3942bce2
tree19b67e75601e58e1e52d12b5f31a051a2078dcc9
parent6480c92312e1fb6662ad0d10940660a9439667ea
Eliminate get_pixel_32() and get_pixel_64() from bits_image.

These functions can simply be passed as arguments to the various pixel
fetchers. We don't need to store them. Since they are known at compile
time and the pixel fetchers are force_inline, this is not a
performance issue.

Also temporarily make all pixel access go through the alpha path.
pixman/pixman-bits-image.c
pixman/pixman-private.h