Fill out parts of iters in _pixman_implementation_{src,dest}_iter_init()
authorSøren Sandmann Pedersen <ssp@redhat.com>
Sun, 13 Mar 2011 00:12:35 +0000 (19:12 -0500)
committerSøren Sandmann Pedersen <ssp@redhat.com>
Fri, 18 Mar 2011 20:23:10 +0000 (16:23 -0400)
commit74d0f44b6d6d613d24541b849835da0464cc6fd0
treeef24bd9fd7c0dfea6a22c2a7a9620a32c0e98dd0
parentbe4eaa0e4f79af38b7b89c5b09ca88d3a88d9396
Fill out parts of iters in _pixman_implementation_{src,dest}_iter_init()

This makes _pixman_implementation_{src,dest}_iter_init() responsible
for filling parts of the information in the iterators. Specifically,
the information passed as arguments is stored in the iterator.

Also add a height field to pixman_iter_t().
pixman/pixman-general.c
pixman/pixman-implementation.c
pixman/pixman-private.h
pixman/pixman-sse2.c