[cairo] Release
Krzysztof Kosiński
tweenk.pl at gmail.com
Mon Mar 10 15:50:31 PDT 2014
2014-03-10 19:53 GMT+01:00 Bill Spitzak <spitzak at gmail.com>:
> My recommendation is that the current "bilinear" mean something other than
> it does right now for downscaling, and possibly rename it "good".
Relevant piece of code in cairo-image-source.c
case CAIRO_FILTER_GOOD:
case CAIRO_FILTER_BILINEAR:
pixman_filter = PIXMAN_FILTER_BILINEAR;
pixman_kernel_sample = PIXMAN_KERNEL_BOX;
pixman_kernel_reconstruct = PIXMAN_KERNEL_LINEAR;
break;
Regards, Krzysztof
More information about the cairo
mailing list