Re: Release

Krzysztof Kosiński <[email protected]>
Newsgroups gmane.comp.lib.cairo
Message-ID <CAFLw2WRpADsUWrp+D3Ldt6115faX3hUpG6a-v8qqA4bEeNN8-Q@mail.gmail.com>
2014-03-10 19:53 GMT+01:00 Bill Spitzak <[email protected]>:
> 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
-- 
cairo mailing list
[email protected]
http://lists.cairographics.org/mailman/listinfo/cairo
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.