Move the scanline buffer allocation logic into pixman_composite_rect_general.
authorAaron Plattner <aplattner@nvidia.com>
Fri, 4 Apr 2008 21:43:48 +0000 (14:43 -0700)
committerSoren Sandmann Pedersen <sandmann@redhat.com>
Tue, 27 May 2008 16:53:18 +0000 (12:53 -0400)
commit4a7e1676fd381bda53ece2f13204fbe568e07b0d
tree2285b259ff841352a4f24690f9df34f8a1a0a50c
parent30bdbbed073750efa0a0c1e3f68925196e118953
Move the scanline buffer allocation logic into pixman_composite_rect_general.

Pass the src, mask, and dest buffers into pixman_composite_rect_general_* as
void* pointers since those functions should not do pointer arithmetic.

Signed-off-by: Soren Sandmann Pedersen <sandmann@redhat.com>
pixman/pixman-compose.c
pixman/pixman-pict.c
pixman/pixman-private.h