cairo 1.15.10-x64-mingw32 → 1.15.11-x64-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/NEWS +38 -0
- data/Rakefile +3 -3
- data/ext/cairo/cairo.def +4 -0
- data/ext/cairo/rb_cairo.h +8 -1
- data/ext/cairo/rb_cairo_constants.c +43 -0
- data/ext/cairo/rb_cairo_surface.c +28 -1
- data/lib/2.2/cairo.so +0 -0
- data/lib/2.3/cairo.so +0 -0
- data/lib/2.4/cairo.so +0 -0
- data/test/test_pdf_surface.rb +2 -2
- data/test/test_recording_surface.rb +5 -1
- data/test/test_svg_surface.rb +9 -0
- data/vendor/local/bin/fc-cache.exe +0 -0
- data/vendor/local/bin/fc-cat.exe +0 -0
- data/vendor/local/bin/fc-list.exe +0 -0
- data/vendor/local/bin/fc-match.exe +0 -0
- data/vendor/local/bin/fc-pattern.exe +0 -0
- data/vendor/local/bin/fc-query.exe +0 -0
- data/vendor/local/bin/fc-scan.exe +0 -0
- data/vendor/local/bin/fc-validate.exe +0 -0
- data/vendor/local/bin/libcairo-2.dll +0 -0
- data/vendor/local/bin/libcairo-gobject-2.dll +0 -0
- data/vendor/local/bin/libcairo-script-interpreter-2.dll +0 -0
- data/vendor/local/bin/libfontconfig-1.dll +0 -0
- data/vendor/local/bin/libfreetype-6.dll +0 -0
- data/vendor/local/bin/libpixman-1-0.dll +0 -0
- data/vendor/local/bin/libpng-config +1 -1
- data/vendor/local/bin/libpng16-16.dll +0 -0
- data/vendor/local/bin/libpng16-config +1 -1
- data/vendor/local/bin/libxml2-2.dll +0 -0
- data/vendor/local/bin/png-fix-itxt.exe +0 -0
- data/vendor/local/bin/pngfix.exe +0 -0
- data/vendor/local/bin/xml2-config +1 -1
- data/vendor/local/bin/xmlcatalog.exe +0 -0
- data/vendor/local/bin/xmllint.exe +0 -0
- data/vendor/local/bin/zlib1211.dll +0 -0
- data/vendor/local/include/cairo/cairo-features.h +1 -0
- data/vendor/local/include/cairo/cairo-svg.h +47 -0
- data/vendor/local/include/cairo/cairo-version.h +1 -1
- data/vendor/local/include/cairo/cairo.h +4 -0
- data/vendor/local/include/libpng16/png.h +15 -13
- data/vendor/local/include/libpng16/pngconf.h +1 -1
- data/vendor/local/include/libpng16/pnglibconf.h +1 -1
- data/vendor/local/include/libxml2/libxml/nanoftp.h +1 -1
- data/vendor/local/include/libxml2/libxml/threads.h +7 -2
- data/vendor/local/include/libxml2/libxml/xmlversion.h +4 -4
- data/vendor/local/include/png.h +15 -13
- data/vendor/local/include/pngconf.h +1 -1
- data/vendor/local/include/pnglibconf.h +1 -1
- data/vendor/local/lib/cmake/libxml2/libxml2-config.cmake +2 -2
- data/vendor/local/lib/libcairo-gobject.a +0 -0
- data/vendor/local/lib/libcairo-gobject.dll.a +0 -0
- data/vendor/local/lib/libcairo-gobject.la +2 -2
- data/vendor/local/lib/libcairo-script-interpreter.a +0 -0
- data/vendor/local/lib/libcairo-script-interpreter.dll.a +0 -0
- data/vendor/local/lib/libcairo-script-interpreter.la +2 -2
- data/vendor/local/lib/libcairo.a +0 -0
- data/vendor/local/lib/libcairo.dll.a +0 -0
- data/vendor/local/lib/libcairo.la +2 -2
- data/vendor/local/lib/libfontconfig.dll.a +0 -0
- data/vendor/local/lib/libfreetype.a +0 -0
- data/vendor/local/lib/libfreetype.dll.a +0 -0
- data/vendor/local/lib/libpixman-1.dll.a +0 -0
- data/vendor/local/lib/libpng.a +0 -0
- data/vendor/local/lib/libpng.dll.a +0 -0
- data/vendor/local/lib/libpng.la +2 -2
- data/vendor/local/lib/libpng16.a +0 -0
- data/vendor/local/lib/libpng16.dll.a +0 -0
- data/vendor/local/lib/libpng16.la +2 -2
- data/vendor/local/lib/libxml2.a +0 -0
- data/vendor/local/lib/libxml2.dll.a +0 -0
- data/vendor/local/lib/libxml2.la +1 -1
- data/vendor/local/lib/libz.dll.a +0 -0
- data/vendor/local/lib/pkgconfig/cairo-fc.pc +1 -1
- data/vendor/local/lib/pkgconfig/cairo-ft.pc +1 -1
- data/vendor/local/lib/pkgconfig/cairo-gobject.pc +1 -1
- data/vendor/local/lib/pkgconfig/cairo-pdf.pc +1 -1
- data/vendor/local/lib/pkgconfig/cairo-png.pc +1 -1
- data/vendor/local/lib/pkgconfig/cairo-ps.pc +1 -1
- data/vendor/local/lib/pkgconfig/cairo-script.pc +1 -1
- data/vendor/local/lib/pkgconfig/cairo-svg.pc +1 -1
- data/vendor/local/lib/pkgconfig/cairo-win32-font.pc +1 -1
- data/vendor/local/lib/pkgconfig/cairo-win32.pc +1 -1
- data/vendor/local/lib/pkgconfig/cairo.pc +1 -1
- data/vendor/local/lib/pkgconfig/libpng.pc +1 -1
- data/vendor/local/lib/pkgconfig/libpng16.pc +1 -1
- data/vendor/local/lib/pkgconfig/libxml-2.0.pc +1 -1
- data/vendor/local/lib/xml2Conf.sh +1 -1
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/Copyright +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/examples/testHTML.c +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/examples/testSAX.c +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/examples/testXPath.c +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/examples/xmllint.c +0 -16
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/DOM.gif +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/FAQ.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/Libxml2-Logo-180x168.gif +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/Libxml2-Logo-90x34.gif +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/encoding.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/examples.xml +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/examples.xsl +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/html/book1.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/html/home.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/html/index.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/html/left.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/html/libxml-DOCBparser.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/html/libxml-HTMLparser.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/html/libxml-HTMLtree.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/html/libxml-SAX.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/html/libxml-SAX2.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/html/libxml-c14n.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/html/libxml-catalog.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/html/libxml-chvalid.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/html/libxml-debugXML.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/html/libxml-dict.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/html/libxml-encoding.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/html/libxml-entities.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/html/libxml-globals.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/html/libxml-hash.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/html/libxml-lib.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/html/libxml-list.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/html/libxml-nanoftp.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/html/libxml-nanohttp.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/html/libxml-parser.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/html/libxml-parserInternals.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/html/libxml-pattern.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/html/libxml-relaxng.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/html/libxml-schemasInternals.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/html/libxml-schematron.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/html/libxml-threads.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/html/libxml-tree.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/html/libxml-uri.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/html/libxml-valid.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/html/libxml-xinclude.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/html/libxml-xlink.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/html/libxml-xmlIO.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/html/libxml-xmlautomata.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/html/libxml-xmlerror.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/html/libxml-xmlexports.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/html/libxml-xmlmemory.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/html/libxml-xmlmodule.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/html/libxml-xmlreader.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/html/libxml-xmlregexp.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/html/libxml-xmlsave.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/html/libxml-xmlschemas.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/html/libxml-xmlschemastypes.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/html/libxml-xmlstring.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/html/libxml-xmlunicode.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/html/libxml-xmlversion.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/html/libxml-xmlwriter.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/html/libxml-xpath.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/html/libxml-xpathInternals.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/html/libxml-xpointer.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/html/libxml-xzlib.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/html/right.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/html/up.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/index.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/io1.c +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/io1.res +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/io2.c +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/io2.res +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/libxml.gif +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/parse1.c +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/parse2.c +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/parse3.c +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/parse4.c +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/reader1.c +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/reader1.res +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/reader2.c +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/reader3.c +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/reader3.res +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/reader4.c +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/reader4.res +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/redhat.gif +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/smallfootonly.gif +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/structure.gif +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/test1.xml +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/test2.xml +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/test3.xml +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/testWriter.c +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/tree1.c +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/tree1.res +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/tree2.c +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/tree2.res +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/tst.xml +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/tutorial/apa.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/tutorial/apb.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/tutorial/apc.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/tutorial/apd.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/tutorial/ape.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/tutorial/apf.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/tutorial/apg.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/tutorial/aph.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/tutorial/api.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/tutorial/ar01s02.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/tutorial/ar01s03.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/tutorial/ar01s04.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/tutorial/ar01s05.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/tutorial/ar01s06.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/tutorial/ar01s07.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/tutorial/ar01s08.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/tutorial/ar01s09.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/tutorial/images/blank.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/tutorial/images/callouts/1.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/tutorial/images/callouts/10.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/tutorial/images/callouts/2.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/tutorial/images/callouts/3.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/tutorial/images/callouts/4.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/tutorial/images/callouts/5.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/tutorial/images/callouts/6.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/tutorial/images/callouts/7.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/tutorial/images/callouts/8.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/tutorial/images/callouts/9.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/tutorial/images/caution.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/tutorial/images/draft.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/tutorial/images/home.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/tutorial/images/important.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/tutorial/images/next.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/tutorial/images/note.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/tutorial/images/prev.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/tutorial/images/tip.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/tutorial/images/toc-blank.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/tutorial/images/toc-minus.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/tutorial/images/toc-plus.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/tutorial/images/up.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/tutorial/images/warning.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/tutorial/includeaddattribute.c +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/tutorial/includeaddkeyword.c +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/tutorial/includeconvert.c +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/tutorial/includegetattribute.c +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/tutorial/includekeyword.c +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/tutorial/includexpath.c +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/tutorial/index.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/tutorial/ix01.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/tutorial/xmltutorial.pdf +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/w3c.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/writer.xml +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/xml.html +44 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/xpath1.c +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/xpath1.res +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/xpath2.c +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/xpath2.res +0 -0
- data/vendor/local/share/gtk-doc/html/cairo/cairo-Error-handling.html +1 -1
- data/vendor/local/share/gtk-doc/html/cairo/cairo-FreeType-Fonts.html +1 -1
- data/vendor/local/share/gtk-doc/html/cairo/cairo-Image-Surfaces.html +1 -1
- data/vendor/local/share/gtk-doc/html/cairo/cairo-PDF-Surfaces.html +47 -6
- data/vendor/local/share/gtk-doc/html/cairo/cairo-PNG-Support.html +4 -2
- data/vendor/local/share/gtk-doc/html/cairo/cairo-Paths.html +3 -3
- data/vendor/local/share/gtk-doc/html/cairo/cairo-PostScript-Surfaces.html +34 -6
- data/vendor/local/share/gtk-doc/html/cairo/cairo-Recording-Surfaces.html +3 -3
- data/vendor/local/share/gtk-doc/html/cairo/cairo-Regions.html +10 -10
- data/vendor/local/share/gtk-doc/html/cairo/cairo-SVG-Surfaces.html +37 -12
- data/vendor/local/share/gtk-doc/html/cairo/cairo-User-Fonts.html +14 -14
- data/vendor/local/share/gtk-doc/html/cairo/cairo-Win32-Fonts.html +1 -1
- data/vendor/local/share/gtk-doc/html/cairo/cairo-Win32-Surfaces.html +5 -5
- data/vendor/local/share/gtk-doc/html/cairo/cairo-XLib-Surfaces.html +1 -1
- data/vendor/local/share/gtk-doc/html/cairo/cairo-XLib-XRender-Backend.html +1 -1
- data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-device-t.html +3 -3
- data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-font-face-t.html +4 -4
- data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-font-options-t.html +2 -2
- data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-pattern-t.html +31 -31
- data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-scaled-font-t.html +12 -12
- data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-surface-t.html +66 -13
- data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-t.html +8 -8
- data/vendor/local/share/gtk-doc/html/cairo/cairo-text.html +11 -11
- data/vendor/local/share/gtk-doc/html/cairo/cairo.devhelp2 +5 -1
- data/vendor/local/share/gtk-doc/html/cairo/index-1.10.html +56 -56
- data/vendor/local/share/gtk-doc/html/cairo/index-1.12.html +63 -63
- data/vendor/local/share/gtk-doc/html/cairo/index-1.14.html +5 -5
- data/vendor/local/share/gtk-doc/html/cairo/index-1.2.html +52 -54
- data/vendor/local/share/gtk-doc/html/cairo/index-1.4.html +29 -29
- data/vendor/local/share/gtk-doc/html/cairo/index-1.6.html +22 -22
- data/vendor/local/share/gtk-doc/html/cairo/index-1.8.html +33 -33
- data/vendor/local/share/gtk-doc/html/cairo/index-all.html +512 -504
- data/vendor/local/share/gtk-doc/html/cairo/index.html +1 -1
- data/vendor/local/share/license/libpng/README +1 -1
- data/vendor/local/share/man/man1/xmlcatalog.1 +16 -6
- data/vendor/local/share/man/man3/libpng.3 +23 -14
- data/vendor/local/share/man/man3/libpngpf.3 +1 -1
- metadata +174 -174
@@ -26,161 +26,161 @@
|
|
26
26
|
<div class="indexdiv">
|
27
27
|
<h3>F</h3>
|
28
28
|
<dl>
|
29
|
-
<dt id="ientry-
|
29
|
+
<dt id="ientry-idp46842963849904">cairo_ft_font_face_get_synthesize, <a class="indexterm" href="cairo-FreeType-Fonts.html#cairo-ft-font-face-get-synthesize">cairo_ft_font_face_get_synthesize ()</a>
|
30
30
|
</dt>
|
31
|
-
<dt id="ientry-
|
31
|
+
<dt id="ientry-idp46842964702480">cairo_ft_font_face_set_synthesize, <a class="indexterm" href="cairo-FreeType-Fonts.html#cairo-ft-font-face-set-synthesize">cairo_ft_font_face_set_synthesize ()</a>
|
32
32
|
</dt>
|
33
|
-
<dt id="ientry-
|
33
|
+
<dt id="ientry-idp46842964724448">cairo_ft_font_face_unset_synthesize, <a class="indexterm" href="cairo-FreeType-Fonts.html#cairo-ft-font-face-unset-synthesize">cairo_ft_font_face_unset_synthesize ()</a>
|
34
34
|
</dt>
|
35
|
-
<dt id="ientry-
|
35
|
+
<dt id="ientry-idp46842964760544">cairo_ft_synthesize_t, <a class="indexterm" href="cairo-FreeType-Fonts.html#cairo-ft-synthesize-t">enum cairo_ft_synthesize_t</a>
|
36
36
|
</dt>
|
37
37
|
</dl>
|
38
38
|
</div>
|
39
39
|
<div class="indexdiv">
|
40
40
|
<h3>H</h3>
|
41
41
|
<dl>
|
42
|
-
<dt id="ientry-
|
42
|
+
<dt id="ientry-idp46842970896448">CAIRO_HAS_SCRIPT_SURFACE, <a class="indexterm" href="cairo-Script-Surfaces.html#CAIRO-HAS-SCRIPT-SURFACE:CAPS">CAIRO_HAS_SCRIPT_SURFACE</a>
|
43
43
|
</dt>
|
44
|
-
<dt id="ientry-
|
44
|
+
<dt id="ientry-idp46842970189712">CAIRO_HAS_XCB_SURFACE, <a class="indexterm" href="cairo-XCB-Surfaces.html#CAIRO-HAS-XCB-SURFACE:CAPS">CAIRO_HAS_XCB_SURFACE</a>
|
45
45
|
</dt>
|
46
46
|
</dl>
|
47
47
|
</div>
|
48
48
|
<div class="indexdiv">
|
49
49
|
<h3>M</h3>
|
50
50
|
<dl>
|
51
|
-
<dt id="ientry-
|
51
|
+
<dt id="ientry-idp46842961074000">cairo_mesh_pattern_begin_patch, <a class="indexterm" href="cairo-cairo-pattern-t.html#cairo-mesh-pattern-begin-patch">cairo_mesh_pattern_begin_patch ()</a>
|
52
52
|
</dt>
|
53
|
-
<dt id="ientry-
|
53
|
+
<dt id="ientry-idp46842961197696">cairo_mesh_pattern_curve_to, <a class="indexterm" href="cairo-cairo-pattern-t.html#cairo-mesh-pattern-curve-to">cairo_mesh_pattern_curve_to ()</a>
|
54
54
|
</dt>
|
55
|
-
<dt id="ientry-
|
55
|
+
<dt id="ientry-idp46842961102576">cairo_mesh_pattern_end_patch, <a class="indexterm" href="cairo-cairo-pattern-t.html#cairo-mesh-pattern-end-patch">cairo_mesh_pattern_end_patch ()</a>
|
56
56
|
</dt>
|
57
|
-
<dt id="ientry-
|
57
|
+
<dt id="ientry-idp46842961447888">cairo_mesh_pattern_get_control_point, <a class="indexterm" href="cairo-cairo-pattern-t.html#cairo-mesh-pattern-get-control-point">cairo_mesh_pattern_get_control_point ()</a>
|
58
58
|
</dt>
|
59
|
-
<dt id="ientry-
|
59
|
+
<dt id="ientry-idp46842961496960">cairo_mesh_pattern_get_corner_color_rgba, <a class="indexterm" href="cairo-cairo-pattern-t.html#cairo-mesh-pattern-get-corner-color-rgba">cairo_mesh_pattern_get_corner_color_rgba ()</a>
|
60
60
|
</dt>
|
61
|
-
<dt id="ientry-
|
61
|
+
<dt id="ientry-idp46842961387664">cairo_mesh_pattern_get_patch_count, <a class="indexterm" href="cairo-cairo-pattern-t.html#cairo-mesh-pattern-get-patch-count">cairo_mesh_pattern_get_patch_count ()</a>
|
62
62
|
</dt>
|
63
|
-
<dt id="ientry-
|
63
|
+
<dt id="ientry-idp46842961416544">cairo_mesh_pattern_get_path, <a class="indexterm" href="cairo-cairo-pattern-t.html#cairo-mesh-pattern-get-path">cairo_mesh_pattern_get_path ()</a>
|
64
64
|
</dt>
|
65
|
-
<dt id="ientry-
|
65
|
+
<dt id="ientry-idp46842961159808">cairo_mesh_pattern_line_to, <a class="indexterm" href="cairo-cairo-pattern-t.html#cairo-mesh-pattern-line-to">cairo_mesh_pattern_line_to ()</a>
|
66
66
|
</dt>
|
67
|
-
<dt id="ientry-
|
67
|
+
<dt id="ientry-idp46842961127232">cairo_mesh_pattern_move_to, <a class="indexterm" href="cairo-cairo-pattern-t.html#cairo-mesh-pattern-move-to">cairo_mesh_pattern_move_to ()</a>
|
68
68
|
</dt>
|
69
|
-
<dt id="ientry-
|
69
|
+
<dt id="ientry-idp46842961253968">cairo_mesh_pattern_set_control_point, <a class="indexterm" href="cairo-cairo-pattern-t.html#cairo-mesh-pattern-set-control-point">cairo_mesh_pattern_set_control_point ()</a>
|
70
70
|
</dt>
|
71
|
-
<dt id="ientry-
|
71
|
+
<dt id="ientry-idp46842961293664">cairo_mesh_pattern_set_corner_color_rgb, <a class="indexterm" href="cairo-cairo-pattern-t.html#cairo-mesh-pattern-set-corner-color-rgb">cairo_mesh_pattern_set_corner_color_rgb ()</a>
|
72
72
|
</dt>
|
73
|
-
<dt id="ientry-
|
73
|
+
<dt id="ientry-idp46842961338736">cairo_mesh_pattern_set_corner_color_rgba, <a class="indexterm" href="cairo-cairo-pattern-t.html#cairo-mesh-pattern-set-corner-color-rgba">cairo_mesh_pattern_set_corner_color_rgba ()</a>
|
74
74
|
</dt>
|
75
|
-
<dt id="ientry-
|
75
|
+
<dt id="ientry-idp46842968288672">CAIRO_MIME_TYPE_UNIQUE_ID, <a class="indexterm" href="cairo-cairo-surface-t.html#CAIRO-MIME-TYPE-UNIQUE-ID:CAPS">CAIRO_MIME_TYPE_UNIQUE_ID</a>
|
76
76
|
</dt>
|
77
77
|
</dl>
|
78
78
|
</div>
|
79
79
|
<div class="indexdiv">
|
80
80
|
<h3>P</h3>
|
81
81
|
<dl>
|
82
|
-
<dt id="ientry-
|
82
|
+
<dt id="ientry-idp46842961030912">cairo_pattern_create_mesh, <a class="indexterm" href="cairo-cairo-pattern-t.html#cairo-pattern-create-mesh">cairo_pattern_create_mesh ()</a>
|
83
83
|
</dt>
|
84
|
-
<dt id="ientry-
|
84
|
+
<dt id="ientry-idp46842962018304">cairo_pattern_create_raster_source, <a class="indexterm" href="cairo-Raster-Sources.html#cairo-pattern-create-raster-source">cairo_pattern_create_raster_source ()</a>
|
85
85
|
</dt>
|
86
86
|
</dl>
|
87
87
|
</div>
|
88
88
|
<div class="indexdiv">
|
89
89
|
<h3>R</h3>
|
90
90
|
<dl>
|
91
|
-
<dt id="ientry-
|
91
|
+
<dt id="ientry-idp46842962770096">cairo_raster_source_acquire_func_t, <a class="indexterm" href="cairo-Raster-Sources.html#cairo-raster-source-acquire-func-t">cairo_raster_source_acquire_func_t ()</a>
|
92
92
|
</dt>
|
93
|
-
<dt id="ientry-
|
93
|
+
<dt id="ientry-idp46842962846160">cairo_raster_source_copy_func_t, <a class="indexterm" href="cairo-Raster-Sources.html#cairo-raster-source-copy-func-t">cairo_raster_source_copy_func_t ()</a>
|
94
94
|
</dt>
|
95
|
-
<dt id="ientry-
|
95
|
+
<dt id="ientry-idp46842962872928">cairo_raster_source_finish_func_t, <a class="indexterm" href="cairo-Raster-Sources.html#cairo-raster-source-finish-func-t">cairo_raster_source_finish_func_t ()</a>
|
96
96
|
</dt>
|
97
|
-
<dt id="ientry-
|
97
|
+
<dt id="ientry-idp46842962115008">cairo_raster_source_pattern_get_acquire, <a class="indexterm" href="cairo-Raster-Sources.html#cairo-raster-source-pattern-get-acquire">cairo_raster_source_pattern_get_acquire ()</a>
|
98
98
|
</dt>
|
99
|
-
<dt id="ientry-
|
99
|
+
<dt id="ientry-idp46842962069632">cairo_raster_source_pattern_get_callback_data, <a class="indexterm" href="cairo-Raster-Sources.html#cairo-raster-source-pattern-get-callback-data">cairo_raster_source_pattern_get_callback_data ()</a>
|
100
100
|
</dt>
|
101
|
-
<dt id="ientry-
|
101
|
+
<dt id="ientry-idp46842962196112">cairo_raster_source_pattern_get_copy, <a class="indexterm" href="cairo-Raster-Sources.html#cairo-raster-source-pattern-get-copy">cairo_raster_source_pattern_get_copy ()</a>
|
102
102
|
</dt>
|
103
|
-
<dt id="ientry-
|
103
|
+
<dt id="ientry-idp46842962233952">cairo_raster_source_pattern_get_finish, <a class="indexterm" href="cairo-Raster-Sources.html#cairo-raster-source-pattern-get-finish">cairo_raster_source_pattern_get_finish ()</a>
|
104
104
|
</dt>
|
105
|
-
<dt id="ientry-
|
105
|
+
<dt id="ientry-idp46842962158384">cairo_raster_source_pattern_get_snapshot, <a class="indexterm" href="cairo-Raster-Sources.html#cairo-raster-source-pattern-get-snapshot">cairo_raster_source_pattern_get_snapshot ()</a>
|
106
106
|
</dt>
|
107
|
-
<dt id="ientry-
|
107
|
+
<dt id="ientry-idp46842962087312">cairo_raster_source_pattern_set_acquire, <a class="indexterm" href="cairo-Raster-Sources.html#cairo-raster-source-pattern-set-acquire">cairo_raster_source_pattern_set_acquire ()</a>
|
108
108
|
</dt>
|
109
|
-
<dt id="ientry-
|
109
|
+
<dt id="ientry-idp46842962050032">cairo_raster_source_pattern_set_callback_data, <a class="indexterm" href="cairo-Raster-Sources.html#cairo-raster-source-pattern-set-callback-data">cairo_raster_source_pattern_set_callback_data ()</a>
|
110
110
|
</dt>
|
111
|
-
<dt id="ientry-
|
111
|
+
<dt id="ientry-idp46842962176144">cairo_raster_source_pattern_set_copy, <a class="indexterm" href="cairo-Raster-Sources.html#cairo-raster-source-pattern-set-copy">cairo_raster_source_pattern_set_copy ()</a>
|
112
112
|
</dt>
|
113
|
-
<dt id="ientry-
|
113
|
+
<dt id="ientry-idp46842962213968">cairo_raster_source_pattern_set_finish, <a class="indexterm" href="cairo-Raster-Sources.html#cairo-raster-source-pattern-set-finish">cairo_raster_source_pattern_set_finish ()</a>
|
114
114
|
</dt>
|
115
|
-
<dt id="ientry-
|
115
|
+
<dt id="ientry-idp46842962138496">cairo_raster_source_pattern_set_snapshot, <a class="indexterm" href="cairo-Raster-Sources.html#cairo-raster-source-pattern-set-snapshot">cairo_raster_source_pattern_set_snapshot ()</a>
|
116
116
|
</dt>
|
117
|
-
<dt id="ientry-
|
117
|
+
<dt id="ientry-idp46842962801264">cairo_raster_source_release_func_t, <a class="indexterm" href="cairo-Raster-Sources.html#cairo-raster-source-release-func-t">cairo_raster_source_release_func_t ()</a>
|
118
118
|
</dt>
|
119
|
-
<dt id="ientry-
|
119
|
+
<dt id="ientry-idp46842962824256">cairo_raster_source_snapshot_func_t, <a class="indexterm" href="cairo-Raster-Sources.html#cairo-raster-source-snapshot-func-t">cairo_raster_source_snapshot_func_t ()</a>
|
120
120
|
</dt>
|
121
|
-
<dt id="ientry-
|
121
|
+
<dt id="ientry-idp46842952448816">cairo_recording_surface_get_extents, <a class="indexterm" href="cairo-Recording-Surfaces.html#cairo-recording-surface-get-extents">cairo_recording_surface_get_extents ()</a>
|
122
122
|
</dt>
|
123
123
|
</dl>
|
124
124
|
</div>
|
125
125
|
<div class="indexdiv">
|
126
126
|
<h3>S</h3>
|
127
127
|
<dl>
|
128
|
-
<dt id="ientry-
|
128
|
+
<dt id="ientry-idp46842969908752">cairo_script_create, <a class="indexterm" href="cairo-Script-Surfaces.html#cairo-script-create">cairo_script_create ()</a>
|
129
129
|
</dt>
|
130
|
-
<dt id="ientry-
|
130
|
+
<dt id="ientry-idp46842970725184">cairo_script_create_for_stream, <a class="indexterm" href="cairo-Script-Surfaces.html#cairo-script-create-for-stream">cairo_script_create_for_stream ()</a>
|
131
131
|
</dt>
|
132
|
-
<dt id="ientry-
|
132
|
+
<dt id="ientry-idp46842970749776">cairo_script_from_recording_surface, <a class="indexterm" href="cairo-Script-Surfaces.html#cairo-script-from-recording-surface">cairo_script_from_recording_surface ()</a>
|
133
133
|
</dt>
|
134
|
-
<dt id="ientry-
|
134
|
+
<dt id="ientry-idp46842970772992">cairo_script_get_mode, <a class="indexterm" href="cairo-Script-Surfaces.html#cairo-script-get-mode">cairo_script_get_mode ()</a>
|
135
135
|
</dt>
|
136
|
-
<dt id="ientry-
|
136
|
+
<dt id="ientry-idp46842970902576">cairo_script_mode_t, <a class="indexterm" href="cairo-Script-Surfaces.html#cairo-script-mode-t">enum cairo_script_mode_t</a>
|
137
137
|
</dt>
|
138
|
-
<dt id="ientry-
|
138
|
+
<dt id="ientry-idp46842970790944">cairo_script_set_mode, <a class="indexterm" href="cairo-Script-Surfaces.html#cairo-script-set-mode">cairo_script_set_mode ()</a>
|
139
139
|
</dt>
|
140
|
-
<dt id="ientry-
|
140
|
+
<dt id="ientry-idp46842970810976">cairo_script_surface_create, <a class="indexterm" href="cairo-Script-Surfaces.html#cairo-script-surface-create">cairo_script_surface_create ()</a>
|
141
141
|
</dt>
|
142
|
-
<dt id="ientry-
|
142
|
+
<dt id="ientry-idp46842970843920">cairo_script_surface_create_for_target, <a class="indexterm" href="cairo-Script-Surfaces.html#cairo-script-surface-create-for-target">cairo_script_surface_create_for_target ()</a>
|
143
143
|
</dt>
|
144
|
-
<dt id="ientry-
|
144
|
+
<dt id="ientry-idp46842970869712">cairo_script_write_comment, <a class="indexterm" href="cairo-Script-Surfaces.html#cairo-script-write-comment">cairo_script_write_comment ()</a>
|
145
145
|
</dt>
|
146
|
-
<dt id="ientry-
|
146
|
+
<dt id="ientry-idp46842966708288">cairo_surface_create_similar_image, <a class="indexterm" href="cairo-cairo-surface-t.html#cairo-surface-create-similar-image">cairo_surface_create_similar_image ()</a>
|
147
147
|
</dt>
|
148
|
-
<dt id="ientry-
|
148
|
+
<dt id="ientry-idp46842968154432">cairo_surface_map_to_image, <a class="indexterm" href="cairo-cairo-surface-t.html#cairo-surface-map-to-image">cairo_surface_map_to_image ()</a>
|
149
149
|
</dt>
|
150
|
-
<dt id="ientry-
|
150
|
+
<dt id="ientry-idp46842968126304">cairo_surface_supports_mime_type, <a class="indexterm" href="cairo-cairo-surface-t.html#cairo-surface-supports-mime-type">cairo_surface_supports_mime_type ()</a>
|
151
151
|
</dt>
|
152
|
-
<dt id="ientry-
|
152
|
+
<dt id="ientry-idp46842968186192">cairo_surface_unmap_image, <a class="indexterm" href="cairo-cairo-surface-t.html#cairo-surface-unmap-image">cairo_surface_unmap_image ()</a>
|
153
153
|
</dt>
|
154
154
|
</dl>
|
155
155
|
</div>
|
156
156
|
<div class="indexdiv">
|
157
157
|
<h3>X</h3>
|
158
158
|
<dl>
|
159
|
-
<dt id="ientry-
|
159
|
+
<dt id="ientry-idp46842969835040">cairo_xcb_device_debug_cap_xrender_version, <a class="indexterm" href="cairo-XCB-Surfaces.html#cairo-xcb-device-debug-cap-xrender-version">cairo_xcb_device_debug_cap_xrender_version ()</a>
|
160
160
|
</dt>
|
161
|
-
<dt id="ientry-
|
161
|
+
<dt id="ientry-idp46842969860128">cairo_xcb_device_debug_cap_xshm_version, <a class="indexterm" href="cairo-XCB-Surfaces.html#cairo-xcb-device-debug-cap-xshm-version">cairo_xcb_device_debug_cap_xshm_version ()</a>
|
162
162
|
</dt>
|
163
|
-
<dt id="ientry-
|
163
|
+
<dt id="ientry-idp46842970153424">cairo_xcb_device_debug_get_precision, <a class="indexterm" href="cairo-XCB-Surfaces.html#cairo-xcb-device-debug-get-precision">cairo_xcb_device_debug_get_precision ()</a>
|
164
164
|
</dt>
|
165
|
-
<dt id="ientry-
|
165
|
+
<dt id="ientry-idp46842970169824">cairo_xcb_device_debug_set_precision, <a class="indexterm" href="cairo-XCB-Surfaces.html#cairo-xcb-device-debug-set-precision">cairo_xcb_device_debug_set_precision ()</a>
|
166
166
|
</dt>
|
167
|
-
<dt id="ientry-
|
167
|
+
<dt id="ientry-idp46842969815488">cairo_xcb_device_get_connection, <a class="indexterm" href="cairo-XCB-Surfaces.html#cairo-xcb-device-get-connection">cairo_xcb_device_get_connection ()</a>
|
168
168
|
</dt>
|
169
|
-
<dt id="ientry-
|
169
|
+
<dt id="ientry-idp46842969630384">cairo_xcb_surface_create, <a class="indexterm" href="cairo-XCB-Surfaces.html#cairo-xcb-surface-create">cairo_xcb_surface_create ()</a>
|
170
170
|
</dt>
|
171
|
-
<dt id="ientry-
|
171
|
+
<dt id="ientry-idp46842969672480">cairo_xcb_surface_create_for_bitmap, <a class="indexterm" href="cairo-XCB-Surfaces.html#cairo-xcb-surface-create-for-bitmap">cairo_xcb_surface_create_for_bitmap ()</a>
|
172
172
|
</dt>
|
173
|
-
<dt id="ientry-
|
173
|
+
<dt id="ientry-idp46842969711424">cairo_xcb_surface_create_with_xrender_format, <a class="indexterm" href="cairo-XCB-Surfaces.html#cairo-xcb-surface-create-with-xrender-format">cairo_xcb_surface_create_with_xrender_format ()</a>
|
174
174
|
</dt>
|
175
|
-
<dt id="ientry-
|
175
|
+
<dt id="ientry-idp46842969785520">cairo_xcb_surface_set_drawable, <a class="indexterm" href="cairo-XCB-Surfaces.html#cairo-xcb-surface-set-drawable">cairo_xcb_surface_set_drawable ()</a>
|
176
176
|
</dt>
|
177
|
-
<dt id="ientry-
|
177
|
+
<dt id="ientry-idp46842969758384">cairo_xcb_surface_set_size, <a class="indexterm" href="cairo-XCB-Surfaces.html#cairo-xcb-surface-set-size">cairo_xcb_surface_set_size ()</a>
|
178
178
|
</dt>
|
179
|
-
<dt id="ientry-
|
179
|
+
<dt id="ientry-idp46842970545680">cairo_xlib_device_debug_cap_xrender_version, <a class="indexterm" href="cairo-XLib-Surfaces.html#cairo-xlib-device-debug-cap-xrender-version">cairo_xlib_device_debug_cap_xrender_version ()</a>
|
180
180
|
</dt>
|
181
|
-
<dt id="ientry-
|
181
|
+
<dt id="ientry-idp46842970567968">cairo_xlib_device_debug_get_precision, <a class="indexterm" href="cairo-XLib-Surfaces.html#cairo-xlib-device-debug-get-precision">cairo_xlib_device_debug_get_precision ()</a>
|
182
182
|
</dt>
|
183
|
-
<dt id="ientry-
|
183
|
+
<dt id="ientry-idp46842970584368">cairo_xlib_device_debug_set_precision, <a class="indexterm" href="cairo-XLib-Surfaces.html#cairo-xlib-device-debug-set-precision">cairo_xlib_device_debug_set_precision ()</a>
|
184
184
|
</dt>
|
185
185
|
</dl>
|
186
186
|
</div>
|
@@ -26,20 +26,20 @@
|
|
26
26
|
<div class="indexdiv">
|
27
27
|
<h3>M</h3>
|
28
28
|
<dl>
|
29
|
-
<dt id="ientry-
|
29
|
+
<dt id="ientry-idp46842968245168">CAIRO_MIME_TYPE_JBIG2, <a class="indexterm" href="cairo-cairo-surface-t.html#CAIRO-MIME-TYPE-JBIG2:CAPS">CAIRO_MIME_TYPE_JBIG2</a>
|
30
30
|
</dt>
|
31
|
-
<dt id="ientry-
|
31
|
+
<dt id="ientry-idp46842968251328">CAIRO_MIME_TYPE_JBIG2_GLOBAL, <a class="indexterm" href="cairo-cairo-surface-t.html#CAIRO-MIME-TYPE-JBIG2-GLOBAL:CAPS">CAIRO_MIME_TYPE_JBIG2_GLOBAL</a>
|
32
32
|
</dt>
|
33
|
-
<dt id="ientry-
|
33
|
+
<dt id="ientry-idp46842968257648">CAIRO_MIME_TYPE_JBIG2_GLOBAL_ID, <a class="indexterm" href="cairo-cairo-surface-t.html#CAIRO-MIME-TYPE-JBIG2-GLOBAL-ID:CAPS">CAIRO_MIME_TYPE_JBIG2_GLOBAL_ID</a>
|
34
34
|
</dt>
|
35
35
|
</dl>
|
36
36
|
</div>
|
37
37
|
<div class="indexdiv">
|
38
38
|
<h3>S</h3>
|
39
39
|
<dl>
|
40
|
-
<dt id="ientry-
|
40
|
+
<dt id="ientry-idp46842967746384">cairo_surface_get_device_scale, <a class="indexterm" href="cairo-cairo-surface-t.html#cairo-surface-get-device-scale">cairo_surface_get_device_scale ()</a>
|
41
41
|
</dt>
|
42
|
-
<dt id="ientry-
|
42
|
+
<dt id="ientry-idp46842967772352">cairo_surface_set_device_scale, <a class="indexterm" href="cairo-cairo-surface-t.html#cairo-surface-set-device-scale">cairo_surface_set_device_scale ()</a>
|
43
43
|
</dt>
|
44
44
|
</dl>
|
45
45
|
</div>
|
@@ -26,147 +26,145 @@
|
|
26
26
|
<div class="indexdiv">
|
27
27
|
<h3>F</h3>
|
28
28
|
<dl>
|
29
|
-
<dt id="ientry-
|
29
|
+
<dt id="ientry-idp46842962958192">cairo_font_face_get_type, <a class="indexterm" href="cairo-cairo-font-face-t.html#cairo-font-face-get-type">cairo_font_face_get_type ()</a>
|
30
30
|
</dt>
|
31
|
-
<dt id="ientry-
|
31
|
+
<dt id="ientry-idp46842963079632">cairo_font_type_t, <a class="indexterm" href="cairo-cairo-font-face-t.html#cairo-font-type-t">enum cairo_font_type_t</a>
|
32
32
|
</dt>
|
33
33
|
</dl>
|
34
34
|
</div>
|
35
35
|
<div class="indexdiv">
|
36
36
|
<h3>G</h3>
|
37
|
-
<dl><dt id="ientry-
|
37
|
+
<dl><dt id="ientry-idp46842957583472">cairo_get_group_target, <a class="indexterm" href="cairo-cairo-t.html#cairo-get-group-target">cairo_get_group_target ()</a>
|
38
38
|
</dt></dl>
|
39
39
|
</div>
|
40
40
|
<div class="indexdiv">
|
41
41
|
<h3>H</h3>
|
42
42
|
<dl>
|
43
|
-
<dt id="ientry-
|
43
|
+
<dt id="ientry-idp46842968464576">CAIRO_HAS_PDF_SURFACE, <a class="indexterm" href="cairo-PDF-Surfaces.html#CAIRO-HAS-PDF-SURFACE:CAPS">CAIRO_HAS_PDF_SURFACE</a>
|
44
44
|
</dt>
|
45
|
-
<dt id="ientry-
|
45
|
+
<dt id="ientry-idp46842969102848">CAIRO_HAS_PS_SURFACE, <a class="indexterm" href="cairo-PostScript-Surfaces.html#CAIRO-HAS-PS-SURFACE:CAPS">CAIRO_HAS_PS_SURFACE</a>
|
46
46
|
</dt>
|
47
|
-
<dt id="ientry-
|
47
|
+
<dt id="ientry-idp46842969356496">CAIRO_HAS_SVG_SURFACE, <a class="indexterm" href="cairo-SVG-Surfaces.html#CAIRO-HAS-SVG-SURFACE:CAPS">CAIRO_HAS_SVG_SURFACE</a>
|
48
48
|
</dt>
|
49
49
|
</dl>
|
50
50
|
</div>
|
51
51
|
<div class="indexdiv">
|
52
52
|
<h3>I</h3>
|
53
53
|
<dl>
|
54
|
-
<dt id="ientry-
|
54
|
+
<dt id="ientry-idp46842965682288">cairo_image_surface_get_data, <a class="indexterm" href="cairo-Image-Surfaces.html#cairo-image-surface-get-data">cairo_image_surface_get_data ()</a>
|
55
55
|
</dt>
|
56
|
-
<dt id="ientry-
|
56
|
+
<dt id="ientry-idp46842960187392">cairo_image_surface_get_format, <a class="indexterm" href="cairo-Image-Surfaces.html#cairo-image-surface-get-format">cairo_image_surface_get_format ()</a>
|
57
57
|
</dt>
|
58
|
-
<dt id="ientry-
|
58
|
+
<dt id="ientry-idp46842963426352">cairo_image_surface_get_stride, <a class="indexterm" href="cairo-Image-Surfaces.html#cairo-image-surface-get-stride">cairo_image_surface_get_stride ()</a>
|
59
59
|
</dt>
|
60
60
|
</dl>
|
61
61
|
</div>
|
62
62
|
<div class="indexdiv">
|
63
63
|
<h3>N</h3>
|
64
|
-
<dl><dt id="ientry-
|
64
|
+
<dl><dt id="ientry-idp46842955570112">cairo_new_sub_path, <a class="indexterm" href="cairo-Paths.html#cairo-new-sub-path">cairo_new_sub_path ()</a>
|
65
65
|
</dt></dl>
|
66
66
|
</div>
|
67
67
|
<div class="indexdiv">
|
68
68
|
<h3>P</h3>
|
69
69
|
<dl>
|
70
|
-
<dt id="ientry-
|
70
|
+
<dt id="ientry-idp46842961768320">cairo_pattern_get_type, <a class="indexterm" href="cairo-cairo-pattern-t.html#cairo-pattern-get-type">cairo_pattern_get_type ()</a>
|
71
71
|
</dt>
|
72
|
-
<dt id="ientry-
|
72
|
+
<dt id="ientry-idp46842961961104">cairo_pattern_type_t, <a class="indexterm" href="cairo-cairo-pattern-t.html#cairo-pattern-type-t">enum cairo_pattern_type_t</a>
|
73
73
|
</dt>
|
74
|
-
<dt id="ientry-
|
74
|
+
<dt id="ientry-idp46842967472864">cairo_pdf_surface_create, <a class="indexterm" href="cairo-PDF-Surfaces.html#cairo-pdf-surface-create">cairo_pdf_surface_create ()</a>
|
75
75
|
</dt>
|
76
|
-
<dt id="ientry-
|
76
|
+
<dt id="ientry-idp46842966923632">cairo_pdf_surface_create_for_stream, <a class="indexterm" href="cairo-PDF-Surfaces.html#cairo-pdf-surface-create-for-stream">cairo_pdf_surface_create_for_stream ()</a>
|
77
77
|
</dt>
|
78
|
-
<dt id="ientry-
|
78
|
+
<dt id="ientry-idp46842967027200">cairo_pdf_surface_set_size, <a class="indexterm" href="cairo-PDF-Surfaces.html#cairo-pdf-surface-set-size">cairo_pdf_surface_set_size ()</a>
|
79
79
|
</dt>
|
80
|
-
<dt id="ientry-
|
80
|
+
<dt id="ientry-idp46842957533136">cairo_pop_group, <a class="indexterm" href="cairo-cairo-t.html#cairo-pop-group">cairo_pop_group ()</a>
|
81
81
|
</dt>
|
82
|
-
<dt id="ientry-
|
82
|
+
<dt id="ientry-idp46842957558816">cairo_pop_group_to_source, <a class="indexterm" href="cairo-cairo-t.html#cairo-pop-group-to-source">cairo_pop_group_to_source ()</a>
|
83
83
|
</dt>
|
84
|
-
<dt id="ientry-
|
84
|
+
<dt id="ientry-idp46842968591920">cairo_ps_surface_create, <a class="indexterm" href="cairo-PostScript-Surfaces.html#cairo-ps-surface-create">cairo_ps_surface_create ()</a>
|
85
85
|
</dt>
|
86
|
-
<dt id="ientry-
|
86
|
+
<dt id="ientry-idp46842968625120">cairo_ps_surface_create_for_stream, <a class="indexterm" href="cairo-PostScript-Surfaces.html#cairo-ps-surface-create-for-stream">cairo_ps_surface_create_for_stream ()</a>
|
87
87
|
</dt>
|
88
|
-
<dt id="ientry-
|
88
|
+
<dt id="ientry-idp46842969047776">cairo_ps_surface_dsc_begin_page_setup, <a class="indexterm" href="cairo-PostScript-Surfaces.html#cairo-ps-surface-dsc-begin-page-setup">cairo_ps_surface_dsc_begin_page_setup ()</a>
|
89
89
|
</dt>
|
90
|
-
<dt id="ientry-
|
90
|
+
<dt id="ientry-idp46842968802752">cairo_ps_surface_dsc_begin_setup, <a class="indexterm" href="cairo-PostScript-Surfaces.html#cairo-ps-surface-dsc-begin-setup">cairo_ps_surface_dsc_begin_setup ()</a>
|
91
91
|
</dt>
|
92
|
-
<dt id="ientry-
|
92
|
+
<dt id="ientry-idp46842969066416">cairo_ps_surface_dsc_comment, <a class="indexterm" href="cairo-PostScript-Surfaces.html#cairo-ps-surface-dsc-comment">cairo_ps_surface_dsc_comment ()</a>
|
93
93
|
</dt>
|
94
|
-
<dt id="ientry-
|
94
|
+
<dt id="ientry-idp46842968775392">cairo_ps_surface_set_size, <a class="indexterm" href="cairo-PostScript-Surfaces.html#cairo-ps-surface-set-size">cairo_ps_surface_set_size ()</a>
|
95
95
|
</dt>
|
96
|
-
<dt id="ientry-
|
96
|
+
<dt id="ientry-idp46842957476464">cairo_push_group, <a class="indexterm" href="cairo-cairo-t.html#cairo-push-group">cairo_push_group ()</a>
|
97
97
|
</dt>
|
98
|
-
<dt id="ientry-
|
98
|
+
<dt id="ientry-idp46842957507136">cairo_push_group_with_content, <a class="indexterm" href="cairo-cairo-t.html#cairo-push-group-with-content">cairo_push_group_with_content ()</a>
|
99
99
|
</dt>
|
100
100
|
</dl>
|
101
101
|
</div>
|
102
102
|
<div class="indexdiv">
|
103
103
|
<h3>S</h3>
|
104
104
|
<dl>
|
105
|
-
<dt id="ientry-
|
105
|
+
<dt id="ientry-idp46842964467376">cairo_scaled_font_get_ctm, <a class="indexterm" href="cairo-cairo-scaled-font-t.html#cairo-scaled-font-get-ctm">cairo_scaled_font_get_ctm ()</a>
|
106
106
|
</dt>
|
107
|
-
<dt id="ientry-
|
107
|
+
<dt id="ientry-idp46842964408960">cairo_scaled_font_get_font_face, <a class="indexterm" href="cairo-cairo-scaled-font-t.html#cairo-scaled-font-get-font-face">cairo_scaled_font_get_font_face ()</a>
|
108
108
|
</dt>
|
109
|
-
<dt id="ientry-
|
109
|
+
<dt id="ientry-idp46842964447984">cairo_scaled_font_get_font_matrix, <a class="indexterm" href="cairo-cairo-scaled-font-t.html#cairo-scaled-font-get-font-matrix">cairo_scaled_font_get_font_matrix ()</a>
|
110
110
|
</dt>
|
111
|
-
<dt id="ientry-
|
111
|
+
<dt id="ientry-idp46842964428592">cairo_scaled_font_get_font_options, <a class="indexterm" href="cairo-cairo-scaled-font-t.html#cairo-scaled-font-get-font-options">cairo_scaled_font_get_font_options ()</a>
|
112
112
|
</dt>
|
113
|
-
<dt id="ientry-
|
113
|
+
<dt id="ientry-idp46842964507328">cairo_scaled_font_get_type, <a class="indexterm" href="cairo-cairo-scaled-font-t.html#cairo-scaled-font-get-type">cairo_scaled_font_get_type ()</a>
|
114
114
|
</dt>
|
115
|
-
<dt id="ientry-
|
115
|
+
<dt id="ientry-idp46842963269296">cairo_scaled_font_text_extents, <a class="indexterm" href="cairo-cairo-scaled-font-t.html#cairo-scaled-font-text-extents">cairo_scaled_font_text_extents ()</a>
|
116
116
|
</dt>
|
117
|
-
<dt id="ientry-
|
117
|
+
<dt id="ientry-idp46842962296624">cairo_set_scaled_font, <a class="indexterm" href="cairo-text.html#cairo-set-scaled-font">cairo_set_scaled_font ()</a>
|
118
118
|
</dt>
|
119
|
-
<dt id="ientry-
|
119
|
+
<dt id="ientry-idp46842967616848">cairo_surface_get_content, <a class="indexterm" href="cairo-cairo-surface-t.html#cairo-surface-get-content">cairo_surface_get_content ()</a>
|
120
120
|
</dt>
|
121
|
-
<dt id="ientry-
|
121
|
+
<dt id="ientry-idp46842967720416">cairo_surface_get_device_offset, <a class="indexterm" href="cairo-cairo-surface-t.html#cairo-surface-get-device-offset">cairo_surface_get_device_offset ()</a>
|
122
122
|
</dt>
|
123
|
-
<dt id="ientry-
|
123
|
+
<dt id="ientry-idp46842967857104">cairo_surface_get_type, <a class="indexterm" href="cairo-cairo-surface-t.html#cairo-surface-get-type">cairo_surface_get_type ()</a>
|
124
124
|
</dt>
|
125
|
-
<dt id="ientry-
|
125
|
+
<dt id="ientry-idp46842967801024">cairo_surface_set_fallback_resolution, <a class="indexterm" href="cairo-cairo-surface-t.html#cairo-surface-set-fallback-resolution">cairo_surface_set_fallback_resolution ()</a>
|
126
126
|
</dt>
|
127
|
-
<dt id="ientry-
|
127
|
+
<dt id="ientry-idp46842968341760">cairo_surface_type_t, <a class="indexterm" href="cairo-cairo-surface-t.html#cairo-surface-type-t">enum cairo_surface_type_t</a>
|
128
128
|
</dt>
|
129
|
-
<dt id="ientry-
|
129
|
+
<dt id="ientry-idp46842969311776">cairo_svg_get_versions, <a class="indexterm" href="cairo-SVG-Surfaces.html#cairo-svg-get-versions">cairo_svg_get_versions ()</a>
|
130
130
|
</dt>
|
131
|
-
<dt id="ientry-
|
131
|
+
<dt id="ientry-idp46842965582736">cairo_svg_surface_create, <a class="indexterm" href="cairo-SVG-Surfaces.html#cairo-svg-surface-create">cairo_svg_surface_create ()</a>
|
132
132
|
</dt>
|
133
|
-
<dt id="ientry-
|
133
|
+
<dt id="ientry-idp46842969251120">cairo_svg_surface_create_for_stream, <a class="indexterm" href="cairo-SVG-Surfaces.html#cairo-svg-surface-create-for-stream">cairo_svg_surface_create_for_stream ()</a>
|
134
134
|
</dt>
|
135
|
-
<dt id="ientry-
|
135
|
+
<dt id="ientry-idp46842969288832">cairo_svg_surface_restrict_to_version, <a class="indexterm" href="cairo-SVG-Surfaces.html#cairo-svg-surface-restrict-to-version">cairo_svg_surface_restrict_to_version ()</a>
|
136
136
|
</dt>
|
137
|
-
<dt id="ientry-
|
138
|
-
</dt>
|
139
|
-
<dt id="ientry-idp46937713065984">cairo_svg_version_to_string, <a class="indexterm" href="cairo-SVG-Surfaces.html#cairo-svg-version-to-string">cairo_svg_version_to_string ()</a>
|
137
|
+
<dt id="ientry-idp46842969332896">cairo_svg_version_to_string, <a class="indexterm" href="cairo-SVG-Surfaces.html#cairo-svg-version-to-string">cairo_svg_version_to_string ()</a>
|
140
138
|
</dt>
|
141
139
|
</dl>
|
142
140
|
</div>
|
143
141
|
<div class="indexdiv">
|
144
142
|
<h3>W</h3>
|
145
143
|
<dl>
|
146
|
-
<dt id="ientry-
|
144
|
+
<dt id="ientry-idp46842964908192">cairo_win32_font_face_create_for_hfont, <a class="indexterm" href="cairo-Win32-Fonts.html#cairo-win32-font-face-create-for-hfont">cairo_win32_font_face_create_for_hfont ()</a>
|
147
145
|
</dt>
|
148
|
-
<dt id="ientry-
|
146
|
+
<dt id="ientry-idp46842967317936">cairo_win32_surface_create_with_dib, <a class="indexterm" href="cairo-Win32-Surfaces.html#cairo-win32-surface-create-with-dib">cairo_win32_surface_create_with_dib ()</a>
|
149
147
|
</dt>
|
150
|
-
<dt id="ientry-
|
148
|
+
<dt id="ientry-idp46842968922624">cairo_win32_surface_get_dc, <a class="indexterm" href="cairo-Win32-Surfaces.html#cairo-win32-surface-get-dc">cairo_win32_surface_get_dc ()</a>
|
151
149
|
</dt>
|
152
150
|
</dl>
|
153
151
|
</div>
|
154
152
|
<div class="indexdiv">
|
155
153
|
<h3>X</h3>
|
156
154
|
<dl>
|
157
|
-
<dt id="ientry-
|
155
|
+
<dt id="ientry-idp46842970529408">cairo_xlib_surface_get_depth, <a class="indexterm" href="cairo-XLib-Surfaces.html#cairo-xlib-surface-get-depth">cairo_xlib_surface_get_depth ()</a>
|
158
156
|
</dt>
|
159
|
-
<dt id="ientry-
|
157
|
+
<dt id="ientry-idp46842970313792">cairo_xlib_surface_get_display, <a class="indexterm" href="cairo-XLib-Surfaces.html#cairo-xlib-surface-get-display">cairo_xlib_surface_get_display ()</a>
|
160
158
|
</dt>
|
161
|
-
<dt id="ientry-
|
159
|
+
<dt id="ientry-idp46842970379680">cairo_xlib_surface_get_drawable, <a class="indexterm" href="cairo-XLib-Surfaces.html#cairo-xlib-surface-get-drawable">cairo_xlib_surface_get_drawable ()</a>
|
162
160
|
</dt>
|
163
|
-
<dt id="ientry-
|
161
|
+
<dt id="ientry-idp46842970439968">cairo_xlib_surface_get_height, <a class="indexterm" href="cairo-XLib-Surfaces.html#cairo-xlib-surface-get-height">cairo_xlib_surface_get_height ()</a>
|
164
162
|
</dt>
|
165
|
-
<dt id="ientry-
|
163
|
+
<dt id="ientry-idp46842970332384">cairo_xlib_surface_get_screen, <a class="indexterm" href="cairo-XLib-Surfaces.html#cairo-xlib-surface-get-screen">cairo_xlib_surface_get_screen ()</a>
|
166
164
|
</dt>
|
167
|
-
<dt id="ientry-
|
165
|
+
<dt id="ientry-idp46842970398272">cairo_xlib_surface_get_visual, <a class="indexterm" href="cairo-XLib-Surfaces.html#cairo-xlib-surface-get-visual">cairo_xlib_surface_get_visual ()</a>
|
168
166
|
</dt>
|
169
|
-
<dt id="ientry-
|
167
|
+
<dt id="ientry-idp46842970421280">cairo_xlib_surface_get_width, <a class="indexterm" href="cairo-XLib-Surfaces.html#cairo-xlib-surface-get-width">cairo_xlib_surface_get_width ()</a>
|
170
168
|
</dt>
|
171
169
|
</dl>
|
172
170
|
</div>
|
@@ -26,91 +26,91 @@
|
|
26
26
|
<div class="indexdiv">
|
27
27
|
<h3>C</h3>
|
28
28
|
<dl>
|
29
|
-
<dt id="ientry-
|
29
|
+
<dt id="ientry-idp46842958275744">cairo_clip_extents, <a class="indexterm" href="cairo-cairo-t.html#cairo-clip-extents">cairo_clip_extents ()</a>
|
30
30
|
</dt>
|
31
|
-
<dt id="ientry-
|
31
|
+
<dt id="ientry-idp46842958378720">cairo_copy_clip_rectangle_list, <a class="indexterm" href="cairo-cairo-t.html#cairo-copy-clip-rectangle-list">cairo_copy_clip_rectangle_list ()</a>
|
32
32
|
</dt>
|
33
33
|
</dl>
|
34
34
|
</div>
|
35
35
|
<div class="indexdiv">
|
36
36
|
<h3>F</h3>
|
37
|
-
<dl><dt id="ientry-
|
37
|
+
<dl><dt id="ientry-idp46842962977744">cairo_font_face_get_reference_count, <a class="indexterm" href="cairo-cairo-font-face-t.html#cairo-font-face-get-reference-count">cairo_font_face_get_reference_count ()</a>
|
38
38
|
</dt></dl>
|
39
39
|
</div>
|
40
40
|
<div class="indexdiv">
|
41
41
|
<h3>G</h3>
|
42
42
|
<dl>
|
43
|
-
<dt id="ientry-
|
43
|
+
<dt id="ientry-idp46842957870000">cairo_get_dash, <a class="indexterm" href="cairo-cairo-t.html#cairo-get-dash">cairo_get_dash ()</a>
|
44
44
|
</dt>
|
45
|
-
<dt id="ientry-
|
45
|
+
<dt id="ientry-idp46842957847632">cairo_get_dash_count, <a class="indexterm" href="cairo-cairo-t.html#cairo-get-dash-count">cairo_get_dash_count ()</a>
|
46
46
|
</dt>
|
47
|
-
<dt id="ientry-
|
47
|
+
<dt id="ientry-idp46842958791232">cairo_get_reference_count, <a class="indexterm" href="cairo-cairo-t.html#cairo-get-reference-count">cairo_get_reference_count ()</a>
|
48
48
|
</dt>
|
49
|
-
<dt id="ientry-
|
49
|
+
<dt id="ientry-idp46842962319520">cairo_get_scaled_font, <a class="indexterm" href="cairo-text.html#cairo-get-scaled-font">cairo_get_scaled_font ()</a>
|
50
50
|
</dt>
|
51
|
-
<dt id="ientry-
|
51
|
+
<dt id="ientry-idp46842958850608">cairo_get_user_data, <a class="indexterm" href="cairo-cairo-t.html#cairo-get-user-data">cairo_get_user_data ()</a>
|
52
52
|
</dt>
|
53
53
|
</dl>
|
54
54
|
</div>
|
55
55
|
<div class="indexdiv">
|
56
56
|
<h3>P</h3>
|
57
57
|
<dl>
|
58
|
-
<dt id="ientry-
|
58
|
+
<dt id="ientry-idp46842959357824">cairo_pattern_get_color_stop_count, <a class="indexterm" href="cairo-cairo-pattern-t.html#cairo-pattern-get-color-stop-count">cairo_pattern_get_color_stop_count ()</a>
|
59
59
|
</dt>
|
60
|
-
<dt id="ientry-
|
60
|
+
<dt id="ientry-idp46842959384080">cairo_pattern_get_color_stop_rgba, <a class="indexterm" href="cairo-cairo-pattern-t.html#cairo-pattern-get-color-stop-rgba">cairo_pattern_get_color_stop_rgba ()</a>
|
61
61
|
</dt>
|
62
|
-
<dt id="ientry-
|
62
|
+
<dt id="ientry-idp46842960898496">cairo_pattern_get_linear_points, <a class="indexterm" href="cairo-cairo-pattern-t.html#cairo-pattern-get-linear-points">cairo_pattern_get_linear_points ()</a>
|
63
63
|
</dt>
|
64
|
-
<dt id="ientry-
|
64
|
+
<dt id="ientry-idp46842960979760">cairo_pattern_get_radial_circles, <a class="indexterm" href="cairo-cairo-pattern-t.html#cairo-pattern-get-radial-circles">cairo_pattern_get_radial_circles ()</a>
|
65
65
|
</dt>
|
66
|
-
<dt id="ientry-
|
66
|
+
<dt id="ientry-idp46842961788832">cairo_pattern_get_reference_count, <a class="indexterm" href="cairo-cairo-pattern-t.html#cairo-pattern-get-reference-count">cairo_pattern_get_reference_count ()</a>
|
67
67
|
</dt>
|
68
|
-
<dt id="ientry-
|
68
|
+
<dt id="ientry-idp46842960785696">cairo_pattern_get_rgba, <a class="indexterm" href="cairo-cairo-pattern-t.html#cairo-pattern-get-rgba">cairo_pattern_get_rgba ()</a>
|
69
69
|
</dt>
|
70
|
-
<dt id="ientry-
|
70
|
+
<dt id="ientry-idp46842960840736">cairo_pattern_get_surface, <a class="indexterm" href="cairo-cairo-pattern-t.html#cairo-pattern-get-surface">cairo_pattern_get_surface ()</a>
|
71
71
|
</dt>
|
72
|
-
<dt id="ientry-
|
72
|
+
<dt id="ientry-idp46842961848624">cairo_pattern_get_user_data, <a class="indexterm" href="cairo-cairo-pattern-t.html#cairo-pattern-get-user-data">cairo_pattern_get_user_data ()</a>
|
73
73
|
</dt>
|
74
|
-
<dt id="ientry-
|
74
|
+
<dt id="ientry-idp46842961809664">cairo_pattern_set_user_data, <a class="indexterm" href="cairo-cairo-pattern-t.html#cairo-pattern-set-user-data">cairo_pattern_set_user_data ()</a>
|
75
75
|
</dt>
|
76
76
|
</dl>
|
77
77
|
</div>
|
78
78
|
<div class="indexdiv">
|
79
79
|
<h3>R</h3>
|
80
80
|
<dl>
|
81
|
-
<dt id="ientry-
|
81
|
+
<dt id="ientry-idp46842958359872">cairo_rectangle_list_destroy, <a class="indexterm" href="cairo-cairo-t.html#cairo-rectangle-list-destroy">cairo_rectangle_list_destroy ()</a>
|
82
82
|
</dt>
|
83
|
-
<dt id="ientry-
|
83
|
+
<dt id="ientry-idp46842959152016">cairo_rectangle_list_t, <a class="indexterm" href="cairo-cairo-t.html#cairo-rectangle-list-t">cairo_rectangle_list_t</a>
|
84
84
|
</dt>
|
85
|
-
<dt id="ientry-
|
85
|
+
<dt id="ientry-idp46842959122208">cairo_rectangle_t, <a class="indexterm" href="cairo-cairo-t.html#cairo-rectangle-t">cairo_rectangle_t</a>
|
86
86
|
</dt>
|
87
87
|
</dl>
|
88
88
|
</div>
|
89
89
|
<div class="indexdiv">
|
90
90
|
<h3>S</h3>
|
91
91
|
<dl>
|
92
|
-
<dt id="ientry-
|
92
|
+
<dt id="ientry-idp46842964525968">cairo_scaled_font_get_reference_count, <a class="indexterm" href="cairo-cairo-scaled-font-t.html#cairo-scaled-font-get-reference-count">cairo_scaled_font_get_reference_count ()</a>
|
93
93
|
</dt>
|
94
|
-
<dt id="ientry-
|
94
|
+
<dt id="ientry-idp46842964577360">cairo_scaled_font_get_user_data, <a class="indexterm" href="cairo-cairo-scaled-font-t.html#cairo-scaled-font-get-user-data">cairo_scaled_font_get_user_data ()</a>
|
95
95
|
</dt>
|
96
|
-
<dt id="ientry-
|
96
|
+
<dt id="ientry-idp46842964543616">cairo_scaled_font_set_user_data, <a class="indexterm" href="cairo-cairo-scaled-font-t.html#cairo-scaled-font-set-user-data">cairo_scaled_font_set_user_data ()</a>
|
97
97
|
</dt>
|
98
|
-
<dt id="ientry-
|
98
|
+
<dt id="ientry-idp46842958811872">cairo_set_user_data, <a class="indexterm" href="cairo-cairo-t.html#cairo-set-user-data">cairo_set_user_data ()</a>
|
99
99
|
</dt>
|
100
|
-
<dt id="ientry-
|
100
|
+
<dt id="ientry-idp46842967877664">cairo_surface_get_reference_count, <a class="indexterm" href="cairo-cairo-surface-t.html#cairo-surface-get-reference-count">cairo_surface_get_reference_count ()</a>
|
101
101
|
</dt>
|
102
102
|
</dl>
|
103
103
|
</div>
|
104
104
|
<div class="indexdiv">
|
105
105
|
<h3>W</h3>
|
106
106
|
<dl>
|
107
|
-
<dt id="ientry-
|
107
|
+
<dt id="ientry-idp46842965211184">cairo_win32_scaled_font_get_device_to_logical, <a class="indexterm" href="cairo-Win32-Fonts.html#cairo-win32-scaled-font-get-device-to-logical">cairo_win32_scaled_font_get_device_to_logical ()</a>
|
108
108
|
</dt>
|
109
|
-
<dt id="ientry-
|
109
|
+
<dt id="ientry-idp46842965193040">cairo_win32_scaled_font_get_logical_to_device, <a class="indexterm" href="cairo-Win32-Fonts.html#cairo-win32-scaled-font-get-logical-to-device">cairo_win32_scaled_font_get_logical_to_device ()</a>
|
110
110
|
</dt>
|
111
|
-
<dt id="ientry-
|
111
|
+
<dt id="ientry-idp46842966825536">cairo_win32_surface_create_with_ddb, <a class="indexterm" href="cairo-Win32-Surfaces.html#cairo-win32-surface-create-with-ddb">cairo_win32_surface_create_with_ddb ()</a>
|
112
112
|
</dt>
|
113
|
-
<dt id="ientry-
|
113
|
+
<dt id="ientry-idp46842968947520">cairo_win32_surface_get_image, <a class="indexterm" href="cairo-Win32-Surfaces.html#cairo-win32-surface-get-image">cairo_win32_surface_get_image ()</a>
|
114
114
|
</dt>
|
115
115
|
</dl>
|
116
116
|
</div>
|