Remove x and y coordinates from analyze_extents() and compute_sample_extents()
authorSøren Sandmann Pedersen <ssp@redhat.com>
Sun, 4 Sep 2011 21:17:53 +0000 (17:17 -0400)
committerSøren Sandmann Pedersen <ssp@redhat.com>
Wed, 21 Sep 2011 22:48:55 +0000 (18:48 -0400)
commit5064f1803136cbc28d1e9f636feb2ff8ccfbdded
tree46eb2c623ed2806e58f4edf84201f04b3a220689
parentdbcb4af60d8c688eaaa027c3c5bce9527a410465
Remove x and y coordinates from analyze_extents() and compute_sample_extents()

These coordinates were only ever used for subtracting from the extents
box to put it into the coordinate space of the image, so we might as
well do this coordinate translation only once before entering the
functions.
pixman/pixman.c