Split computation of sample area into own function
authorSøren Sandmann Pedersen <ssp@redhat.com>
Sun, 4 Sep 2011 21:43:29 +0000 (17:43 -0400)
committerSøren Sandmann Pedersen <ssp@redhat.com>
Wed, 21 Sep 2011 22:52:18 +0000 (18:52 -0400)
commit577b6c46fd39c43c2c328fed48854b50b9e85e5b
treed2df5de968f2373c0fe6a25cc9a8c183a98d4edf
parent5064f1803136cbc28d1e9f636feb2ff8ccfbdded
Split computation of sample area into own function

compute_sample_extents() have two parts: one that computes the
transformed extents, and one that checks whether the computed extents
fit within the 16.16 coordinate space.

Split the first part into its own function
compute_transformed_extents().
pixman/pixman.c