On Saturday 2007-10-27 10:32 -0700, Dan Amelang wrote:
> On 10/27/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> > I read on mozilla development web sites that Firefox 3 will switch to
> > use Cario graphics library for painting.   However, when I get the
> > gran paradiso beta 8 source code and grep for 'cario', I don' t see
> > any of the cario's cairo_line_to(), cairo_show_text(), being called.
> >
> > Can you please tell me if my understanding is correctly? if yes, where
> > can I find firefox 3 's code to cario library?
> 
> You most likely didn't get any hits for "cairo" because you misspelled
> it "cario", just as you did several times in the above email. If you
> search for "cairo", you'll get plenty of hits. For example:
> 
> http://mxr.mozilla.org/aviary101branch/search?string=cairo&find=&filter=

aviary101branch is for the Firefox 1.0.x security releases, not
Firefox 3.  You want:
http://mxr.mozilla.org/seamonkey/search?string=cairo_

Note that many of the cairo functions are used via thebes (in
mozilla/gfx/thebes), which is a C++ library that wraps cairo.  And
some are also used via the implementation of the old graphics API on
top of thebes (in mozilla/gfx/src/thebes).

-David

-- 
L. David Baron                                 http://dbaron.org/
Mozilla Corporation                       http://www.mozilla.com/
_______________________________________________
dev-tech-layout mailing list
dev-tech-layout@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-tech-layout

Reply via email to