mirror of
https://salsa.debian.org/xorg-team/lib/pixman
synced 2025-09-04 08:22:14 +00:00
![]() Previously, this function would do coordinate calculations in such a way that (x_dst, y_dst) would only affect the alignment of the source image, but not of the traps, which would always be considered to be in absolute destination coordinates. This is unlike the pixman_image_composite() function which also registers the mask to the destination. This patch makes it so that traps are also offset by (x_dst, y_dst). Also add a comment explaining how this function is supposed to operate, and update tri-test.c and composite-trap-test.c to deal with the new semantics. |
||
---|---|---|
.. | ||
alpha-test.c | ||
clip-in.c | ||
clip-test.c | ||
composite-test.c | ||
convolution-test.c | ||
gradient-test.c | ||
gtk-utils.c | ||
gtk-utils.h | ||
Makefile.am | ||
radial-test.c | ||
screen-test.c | ||
trap-test.c | ||
tri-test.c |