Use pixman_transform_point_31_16() from pixman_transform_point()
authorSiarhei Siamashka <siarhei.siamashka@gmail.com>
Sat, 15 Dec 2012 05:18:53 +0000 (07:18 +0200)
committerSiarhei Siamashka <siarhei.siamashka@gmail.com>
Sun, 27 Jan 2013 18:50:38 +0000 (20:50 +0200)
commited39992564beefe6b12f81e842caba11aff98a9c
tree990aa221ba226d6b2b6d3df2efa6ba285d8fc07a
parent5a78d74ccccba2aeb473f04ade44512d2f6c0613
Use pixman_transform_point_31_16() from pixman_transform_point()

Old functions pixman_transform_point() and pixman_transform_point_3d()
now become just wrappers for pixman_transform_point_31_16() and
pixman_transform_point_31_16_3d(). Eventually their uses should be
completely eliminated in the pixman code and replaced with their
extended range counterparts. This is needed in order to be able
to correctly handle any matrices and parameters that may come
to pixman from the code responsible for XRender implementation.
pixman/pixman-matrix.c
test/affine-test.c