Add fetch_pixel_raw_32 and fetch_pixel_32 virtual functions.
authorSøren Sandmann Pedersen <sandmann@redhat.com>
Tue, 28 Jul 2009 13:43:12 +0000 (09:43 -0400)
committerSøren Sandmann Pedersen <sandmann@redhat.com>
Sat, 8 Aug 2009 20:52:38 +0000 (16:52 -0400)
commit31096446b6866de0a85ca6eb4fb68a45b21c4b49
treef6e02a67fecb8ce20a5c300c91198ff235f74ebf
parenta233b332cd9408d35e57a400874cca6188347cc2
Add fetch_pixel_raw_32 and fetch_pixel_32 virtual functions.

By default both are intialized to bits_image_fetch_pixel_raw(), but if
there is an alpha map, then fetch_pixel_32() is set to
bits_image_fetch_pixel_alpha().
pixman/pixman-bits-image.c
pixman/pixman-private.h