Move iterator initialization to the respective image files
authorSøren Sandmann Pedersen <ssp@redhat.com>
Fri, 10 Dec 2010 17:40:26 +0000 (12:40 -0500)
committerSøren Sandmann Pedersen <ssp@redhat.com>
Tue, 18 Jan 2011 17:42:26 +0000 (12:42 -0500)
commit6503c6edccbc6b08ea8efe398da3265126efa896
tree2231724fc00fa4c6d585d6965ae8546e268c91dc
parent23c6e1d2c007cc661b31e1bcdfd84604d7a9a560
Move iterator initialization to the respective image files

Instead of calling _pixman_image_get_scanline_32/64(), move the
iterator initialization into the respecive image implementations and
call the scanline generators directly.
pixman/pixman-conical-gradient.c
pixman/pixman-general.c
pixman/pixman-linear-gradient.c
pixman/pixman-private.h
pixman/pixman-radial-gradient.c
pixman/pixman-solid-fill.c
pixman/pixman-utils.c