Consolidate the various get_scanline_32() into get_scanline_narrow()
authorSøren Sandmann Pedersen <ssp@redhat.com>
Fri, 10 Dec 2010 19:59:20 +0000 (14:59 -0500)
committerSøren Sandmann Pedersen <ssp@redhat.com>
Tue, 18 Jan 2011 17:42:26 +0000 (12:42 -0500)
commitcf14189c6993e42ae71977a4a4061417941ffee8
treede5c0602329ca01626537fd644dfdb519c5257d1
parent0a6360a7ee0983dd52d368f5352d8c313fb0570b
Consolidate the various get_scanline_32() into get_scanline_narrow()

The separate get_scanline_32() functions in solid, linear, radial and
conical images are no longer necessary because all access to these
images now go through iterators.
pixman/pixman-conical-gradient.c
pixman/pixman-linear-gradient.c
pixman/pixman-radial-gradient.c
pixman/pixman-solid-fill.c