Only try to compute the FAST_SAMPLES_COVER_CLIP for bits images
authorSøren Sandmann Pedersen <ssp@redhat.com>
Mon, 16 Aug 2010 11:24:48 +0000 (07:24 -0400)
committerSøren Sandmann Pedersen <ssp@redhat.com>
Sat, 21 Aug 2010 10:29:36 +0000 (06:29 -0400)
commit393ccab74e9aa466e2fdd91319012e2c18f4ef84
treeb6d5ffc63b450d8734238c1122dea35bba79483e
parentda6f33a798bf2ea10df610ccf1d9506d63d1a28c
Only try to compute the FAST_SAMPLES_COVER_CLIP for bits images

It doesn't make sense in other cases, and the computation would make
use of image->bits.{width,height} which lead to uninitialized memory
accesses when the image wasn't of type BITS.
pixman/pixman.c