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
@@ -25,77 +25,77 @@
|
|
25
25
|
<div xmlns:xlink="http://www.w3.org/1999/xlink" class="index">
|
26
26
|
<div class="indexdiv">
|
27
27
|
<h3>F</h3>
|
28
|
-
<dl><dt id="ientry-
|
28
|
+
<dl><dt id="ientry-idp46842960192640">cairo_format_stride_for_width, <a class="indexterm" href="cairo-Image-Surfaces.html#cairo-format-stride-for-width">cairo_format_stride_for_width ()</a>
|
29
29
|
</dt></dl>
|
30
30
|
</div>
|
31
31
|
<div class="indexdiv">
|
32
32
|
<h3>H</h3>
|
33
33
|
<dl>
|
34
|
-
<dt id="ientry-
|
34
|
+
<dt id="ientry-idp46842955484320">cairo_has_current_point, <a class="indexterm" href="cairo-Paths.html#cairo-has-current-point">cairo_has_current_point ()</a>
|
35
35
|
</dt>
|
36
|
-
<dt id="ientry-
|
36
|
+
<dt id="ientry-idp46842952743136">CAIRO_HAS_QUARTZ_FONT, <a class="indexterm" href="cairo-Quartz-(CGFont)-Fonts.html#CAIRO-HAS-QUARTZ-FONT:CAPS">CAIRO_HAS_QUARTZ_FONT</a>
|
37
37
|
</dt>
|
38
|
-
<dt id="ientry-
|
38
|
+
<dt id="ientry-idp46842969523424">CAIRO_HAS_QUARTZ_SURFACE, <a class="indexterm" href="cairo-Quartz-Surfaces.html#CAIRO-HAS-QUARTZ-SURFACE:CAPS">CAIRO_HAS_QUARTZ_SURFACE</a>
|
39
39
|
</dt>
|
40
|
-
<dt id="ientry-
|
40
|
+
<dt id="ientry-idp46842970092000">CAIRO_HAS_XLIB_XRENDER_SURFACE, <a class="indexterm" href="cairo-XLib-XRender-Backend.html#CAIRO-HAS-XLIB-XRENDER-SURFACE:CAPS">CAIRO_HAS_XLIB_XRENDER_SURFACE</a>
|
41
41
|
</dt>
|
42
42
|
</dl>
|
43
43
|
</div>
|
44
44
|
<div class="indexdiv">
|
45
45
|
<h3>P</h3>
|
46
46
|
<dl>
|
47
|
-
<dt id="ientry-
|
47
|
+
<dt id="ientry-idp46842955787040">cairo_path_extents, <a class="indexterm" href="cairo-Paths.html#cairo-path-extents">cairo_path_extents ()</a>
|
48
48
|
</dt>
|
49
|
-
<dt id="ientry-
|
49
|
+
<dt id="ientry-idp46842968688512">cairo_ps_get_levels, <a class="indexterm" href="cairo-PostScript-Surfaces.html#cairo-ps-get-levels">cairo_ps_get_levels ()</a>
|
50
50
|
</dt>
|
51
|
-
<dt id="ientry-
|
51
|
+
<dt id="ientry-idp46842969108192">cairo_ps_level_t, <a class="indexterm" href="cairo-PostScript-Surfaces.html#cairo-ps-level-t">enum cairo_ps_level_t</a>
|
52
52
|
</dt>
|
53
|
-
<dt id="ientry-
|
53
|
+
<dt id="ientry-idp46842968709600">cairo_ps_level_to_string, <a class="indexterm" href="cairo-PostScript-Surfaces.html#cairo-ps-level-to-string">cairo_ps_level_to_string ()</a>
|
54
54
|
</dt>
|
55
|
-
<dt id="ientry-
|
55
|
+
<dt id="ientry-idp46842968755632">cairo_ps_surface_get_eps, <a class="indexterm" href="cairo-PostScript-Surfaces.html#cairo-ps-surface-get-eps">cairo_ps_surface_get_eps ()</a>
|
56
56
|
</dt>
|
57
|
-
<dt id="ientry-
|
57
|
+
<dt id="ientry-idp46842968665504">cairo_ps_surface_restrict_to_level, <a class="indexterm" href="cairo-PostScript-Surfaces.html#cairo-ps-surface-restrict-to-level">cairo_ps_surface_restrict_to_level ()</a>
|
58
58
|
</dt>
|
59
|
-
<dt id="ientry-
|
59
|
+
<dt id="ientry-idp46842968731424">cairo_ps_surface_set_eps, <a class="indexterm" href="cairo-PostScript-Surfaces.html#cairo-ps-surface-set-eps">cairo_ps_surface_set_eps ()</a>
|
60
60
|
</dt>
|
61
61
|
</dl>
|
62
62
|
</div>
|
63
63
|
<div class="indexdiv">
|
64
64
|
<h3>Q</h3>
|
65
65
|
<dl>
|
66
|
-
<dt id="ientry-
|
66
|
+
<dt id="ientry-idp46842950893536">cairo_quartz_font_face_create_for_atsu_font_id, <a class="indexterm" href="cairo-Quartz-(CGFont)-Fonts.html#cairo-quartz-font-face-create-for-atsu-font-id">cairo_quartz_font_face_create_for_atsu_font_id ()</a>
|
67
67
|
</dt>
|
68
|
-
<dt id="ientry-
|
68
|
+
<dt id="ientry-idp46842953877152">cairo_quartz_font_face_create_for_cgfont, <a class="indexterm" href="cairo-Quartz-(CGFont)-Fonts.html#cairo-quartz-font-face-create-for-cgfont">cairo_quartz_font_face_create_for_cgfont ()</a>
|
69
69
|
</dt>
|
70
|
-
<dt id="ientry-
|
70
|
+
<dt id="ientry-idp46842967252272">cairo_quartz_surface_create, <a class="indexterm" href="cairo-Quartz-Surfaces.html#cairo-quartz-surface-create">cairo_quartz_surface_create ()</a>
|
71
71
|
</dt>
|
72
|
-
<dt id="ientry-
|
72
|
+
<dt id="ientry-idp46842969473440">cairo_quartz_surface_create_for_cg_context, <a class="indexterm" href="cairo-Quartz-Surfaces.html#cairo-quartz-surface-create-for-cg-context">cairo_quartz_surface_create_for_cg_context ()</a>
|
73
73
|
</dt>
|
74
|
-
<dt id="ientry-
|
74
|
+
<dt id="ientry-idp46842969501008">cairo_quartz_surface_get_cg_context, <a class="indexterm" href="cairo-Quartz-Surfaces.html#cairo-quartz-surface-get-cg-context">cairo_quartz_surface_get_cg_context ()</a>
|
75
75
|
</dt>
|
76
76
|
</dl>
|
77
77
|
</div>
|
78
78
|
<div class="indexdiv">
|
79
79
|
<h3>S</h3>
|
80
80
|
<dl>
|
81
|
-
<dt id="ientry-
|
81
|
+
<dt id="ientry-idp46842967962528">cairo_surface_copy_page, <a class="indexterm" href="cairo-cairo-surface-t.html#cairo-surface-copy-page">cairo_surface_copy_page ()</a>
|
82
82
|
</dt>
|
83
|
-
<dt id="ientry-
|
83
|
+
<dt id="ientry-idp46842967983344">cairo_surface_show_page, <a class="indexterm" href="cairo-cairo-surface-t.html#cairo-surface-show-page">cairo_surface_show_page ()</a>
|
84
84
|
</dt>
|
85
85
|
</dl>
|
86
86
|
</div>
|
87
87
|
<div class="indexdiv">
|
88
88
|
<h3>W</h3>
|
89
89
|
<dl>
|
90
|
-
<dt id="ientry-
|
90
|
+
<dt id="ientry-idp46842963684432">cairo_win32_font_face_create_for_logfontw_hfont, <a class="indexterm" href="cairo-Win32-Fonts.html#cairo-win32-font-face-create-for-logfontw-hfont">cairo_win32_font_face_create_for_logfontw_hfont ()</a>
|
91
91
|
</dt>
|
92
|
-
<dt id="ientry-
|
92
|
+
<dt id="ientry-idp46842966854880">cairo_win32_printing_surface_create, <a class="indexterm" href="cairo-Win32-Surfaces.html#cairo-win32-printing-surface-create">cairo_win32_printing_surface_create ()</a>
|
93
93
|
</dt>
|
94
94
|
</dl>
|
95
95
|
</div>
|
96
96
|
<div class="indexdiv">
|
97
97
|
<h3>X</h3>
|
98
|
-
<dl><dt id="ientry-
|
98
|
+
<dl><dt id="ientry-idp46842969428352">cairo_xlib_surface_get_xrender_format, <a class="indexterm" href="cairo-XLib-XRender-Backend.html#cairo-xlib-surface-get-xrender-format">cairo_xlib_surface_get_xrender_format ()</a>
|
99
99
|
</dt></dl>
|
100
100
|
</div>
|
101
101
|
</div>
|
@@ -26,96 +26,96 @@
|
|
26
26
|
<div class="indexdiv">
|
27
27
|
<h3>G</h3>
|
28
28
|
<dl>
|
29
|
-
<dt id="ientry-
|
29
|
+
<dt id="ientry-idp46842962591616">cairo_glyph_allocate, <a class="indexterm" href="cairo-text.html#cairo-glyph-allocate">cairo_glyph_allocate ()</a>
|
30
30
|
</dt>
|
31
|
-
<dt id="ientry-
|
31
|
+
<dt id="ientry-idp46842962613408">cairo_glyph_free, <a class="indexterm" href="cairo-text.html#cairo-glyph-free">cairo_glyph_free ()</a>
|
32
32
|
</dt>
|
33
33
|
</dl>
|
34
34
|
</div>
|
35
35
|
<div class="indexdiv">
|
36
36
|
<h3>H</h3>
|
37
37
|
<dl>
|
38
|
-
<dt id="ientry-
|
38
|
+
<dt id="ientry-idp46842967503488">CAIRO_HAS_IMAGE_SURFACE, <a class="indexterm" href="cairo-Image-Surfaces.html#CAIRO-HAS-IMAGE-SURFACE:CAPS">CAIRO_HAS_IMAGE_SURFACE</a>
|
39
39
|
</dt>
|
40
|
-
<dt id="ientry-
|
40
|
+
<dt id="ientry-idp46842966561056">CAIRO_HAS_USER_FONT, <a class="indexterm" href="cairo-User-Fonts.html#CAIRO-HAS-USER-FONT:CAPS">CAIRO_HAS_USER_FONT</a>
|
41
41
|
</dt>
|
42
|
-
<dt id="ientry-
|
42
|
+
<dt id="ientry-idp46842965230816">CAIRO_HAS_WIN32_FONT, <a class="indexterm" href="cairo-Win32-Fonts.html#CAIRO-HAS-WIN32-FONT:CAPS">CAIRO_HAS_WIN32_FONT</a>
|
43
43
|
</dt>
|
44
44
|
</dl>
|
45
45
|
</div>
|
46
46
|
<div class="indexdiv">
|
47
47
|
<h3>S</h3>
|
48
48
|
<dl>
|
49
|
-
<dt id="ientry-
|
49
|
+
<dt id="ientry-idp46842964487760">cairo_scaled_font_get_scale_matrix, <a class="indexterm" href="cairo-cairo-scaled-font-t.html#cairo-scaled-font-get-scale-matrix">cairo_scaled_font_get_scale_matrix ()</a>
|
50
50
|
</dt>
|
51
|
-
<dt id="ientry-
|
51
|
+
<dt id="ientry-idp46842963332672">cairo_scaled_font_text_to_glyphs, <a class="indexterm" href="cairo-cairo-scaled-font-t.html#cairo-scaled-font-text-to-glyphs">cairo_scaled_font_text_to_glyphs ()</a>
|
52
52
|
</dt>
|
53
|
-
<dt id="ientry-
|
53
|
+
<dt id="ientry-idp46842962388480">cairo_show_text_glyphs, <a class="indexterm" href="cairo-text.html#cairo-show-text-glyphs">cairo_show_text_glyphs ()</a>
|
54
54
|
</dt>
|
55
|
-
<dt id="ientry-
|
55
|
+
<dt id="ientry-idp46842967831168">cairo_surface_get_fallback_resolution, <a class="indexterm" href="cairo-cairo-surface-t.html#cairo-surface-get-fallback-resolution">cairo_surface_get_fallback_resolution ()</a>
|
56
56
|
</dt>
|
57
|
-
<dt id="ientry-
|
57
|
+
<dt id="ientry-idp46842968004016">cairo_surface_has_show_text_glyphs, <a class="indexterm" href="cairo-cairo-surface-t.html#cairo-surface-has-show-text-glyphs">cairo_surface_has_show_text_glyphs ()</a>
|
58
58
|
</dt>
|
59
59
|
</dl>
|
60
60
|
</div>
|
61
61
|
<div class="indexdiv">
|
62
62
|
<h3>T</h3>
|
63
63
|
<dl>
|
64
|
-
<dt id="ientry-
|
64
|
+
<dt id="ientry-idp46842962631312">cairo_text_cluster_allocate, <a class="indexterm" href="cairo-text.html#cairo-text-cluster-allocate">cairo_text_cluster_allocate ()</a>
|
65
65
|
</dt>
|
66
|
-
<dt id="ientry-
|
66
|
+
<dt id="ientry-idp46842962753328">cairo_text_cluster_flags_t, <a class="indexterm" href="cairo-text.html#cairo-text-cluster-flags-t">enum cairo_text_cluster_flags_t</a>
|
67
67
|
</dt>
|
68
|
-
<dt id="ientry-
|
68
|
+
<dt id="ientry-idp46842962653120">cairo_text_cluster_free, <a class="indexterm" href="cairo-text.html#cairo-text-cluster-free">cairo_text_cluster_free ()</a>
|
69
69
|
</dt>
|
70
|
-
<dt id="ientry-
|
70
|
+
<dt id="ientry-idp46842962731040">cairo_text_cluster_t, <a class="indexterm" href="cairo-text.html#cairo-text-cluster-t">cairo_text_cluster_t</a>
|
71
71
|
</dt>
|
72
|
-
<dt id="ientry-
|
72
|
+
<dt id="ientry-idp46842962515584">cairo_toy_font_face_create, <a class="indexterm" href="cairo-text.html#cairo-toy-font-face-create">cairo_toy_font_face_create ()</a>
|
73
73
|
</dt>
|
74
|
-
<dt id="ientry-
|
74
|
+
<dt id="ientry-idp46842962544400">cairo_toy_font_face_get_family, <a class="indexterm" href="cairo-text.html#cairo-toy-font-face-get-family">cairo_toy_font_face_get_family ()</a>
|
75
75
|
</dt>
|
76
|
-
<dt id="ientry-
|
76
|
+
<dt id="ientry-idp46842962560320">cairo_toy_font_face_get_slant, <a class="indexterm" href="cairo-text.html#cairo-toy-font-face-get-slant">cairo_toy_font_face_get_slant ()</a>
|
77
77
|
</dt>
|
78
|
-
<dt id="ientry-
|
78
|
+
<dt id="ientry-idp46842962575968">cairo_toy_font_face_get_weight, <a class="indexterm" href="cairo-text.html#cairo-toy-font-face-get-weight">cairo_toy_font_face_get_weight ()</a>
|
79
79
|
</dt>
|
80
80
|
</dl>
|
81
81
|
</div>
|
82
82
|
<div class="indexdiv">
|
83
83
|
<h3>U</h3>
|
84
84
|
<dl>
|
85
|
-
<dt id="ientry-
|
85
|
+
<dt id="ientry-idp46842965496384">cairo_user_font_face_create, <a class="indexterm" href="cairo-User-Fonts.html#cairo-user-font-face-create">cairo_user_font_face_create ()</a>
|
86
86
|
</dt>
|
87
|
-
<dt id="ientry-
|
87
|
+
<dt id="ientry-idp46842965535760">cairo_user_font_face_get_init_func, <a class="indexterm" href="cairo-User-Fonts.html#cairo-user-font-face-get-init-func">cairo_user_font_face_get_init_func ()</a>
|
88
88
|
</dt>
|
89
|
-
<dt id="ientry-
|
89
|
+
<dt id="ientry-idp46842966466528">cairo_user_font_face_get_render_glyph_func, <a class="indexterm" href="cairo-User-Fonts.html#cairo-user-font-face-get-render-glyph-func">cairo_user_font_face_get_render_glyph_func ()</a>
|
90
90
|
</dt>
|
91
|
-
<dt id="ientry-
|
91
|
+
<dt id="ientry-idp46842966542304">cairo_user_font_face_get_text_to_glyphs_func, <a class="indexterm" href="cairo-User-Fonts.html#cairo-user-font-face-get-text-to-glyphs-func">cairo_user_font_face_get_text_to_glyphs_func ()</a>
|
92
92
|
</dt>
|
93
|
-
<dt id="ientry-
|
93
|
+
<dt id="ientry-idp46842966504416">cairo_user_font_face_get_unicode_to_glyph_func, <a class="indexterm" href="cairo-User-Fonts.html#cairo-user-font-face-get-unicode-to-glyph-func">cairo_user_font_face_get_unicode_to_glyph_func ()</a>
|
94
94
|
</dt>
|
95
|
-
<dt id="ientry-
|
95
|
+
<dt id="ientry-idp46842965512304">cairo_user_font_face_set_init_func, <a class="indexterm" href="cairo-User-Fonts.html#cairo-user-font-face-set-init-func">cairo_user_font_face_set_init_func ()</a>
|
96
96
|
</dt>
|
97
|
-
<dt id="ientry-
|
97
|
+
<dt id="ientry-idp46842965555312">cairo_user_font_face_set_render_glyph_func, <a class="indexterm" href="cairo-User-Fonts.html#cairo-user-font-face-set-render-glyph-func">cairo_user_font_face_set_render_glyph_func ()</a>
|
98
98
|
</dt>
|
99
|
-
<dt id="ientry-
|
99
|
+
<dt id="ientry-idp46842966521680">cairo_user_font_face_set_text_to_glyphs_func, <a class="indexterm" href="cairo-User-Fonts.html#cairo-user-font-face-set-text-to-glyphs-func">cairo_user_font_face_set_text_to_glyphs_func ()</a>
|
100
100
|
</dt>
|
101
|
-
<dt id="ientry-
|
101
|
+
<dt id="ientry-idp46842966483792">cairo_user_font_face_set_unicode_to_glyph_func, <a class="indexterm" href="cairo-User-Fonts.html#cairo-user-font-face-set-unicode-to-glyph-func">cairo_user_font_face_set_unicode_to_glyph_func ()</a>
|
102
102
|
</dt>
|
103
|
-
<dt id="ientry-
|
103
|
+
<dt id="ientry-idp46842965288176">cairo_user_scaled_font_init_func_t, <a class="indexterm" href="cairo-User-Fonts.html#cairo-user-scaled-font-init-func-t">cairo_user_scaled_font_init_func_t ()</a>
|
104
104
|
</dt>
|
105
|
-
<dt id="ientry-
|
105
|
+
<dt id="ientry-idp46842965323536">cairo_user_scaled_font_render_glyph_func_t, <a class="indexterm" href="cairo-User-Fonts.html#cairo-user-scaled-font-render-glyph-func-t">cairo_user_scaled_font_render_glyph_func_t ()</a>
|
106
106
|
</dt>
|
107
|
-
<dt id="ientry-
|
107
|
+
<dt id="ientry-idp46842965379472">cairo_user_scaled_font_text_to_glyphs_func_t, <a class="indexterm" href="cairo-User-Fonts.html#cairo-user-scaled-font-text-to-glyphs-func-t">cairo_user_scaled_font_text_to_glyphs_func_t ()</a>
|
108
108
|
</dt>
|
109
|
-
<dt id="ientry-
|
109
|
+
<dt id="ientry-idp46842965460464">cairo_user_scaled_font_unicode_to_glyph_func_t, <a class="indexterm" href="cairo-User-Fonts.html#cairo-user-scaled-font-unicode-to-glyph-func-t">cairo_user_scaled_font_unicode_to_glyph_func_t ()</a>
|
110
110
|
</dt>
|
111
111
|
</dl>
|
112
112
|
</div>
|
113
113
|
<div class="indexdiv">
|
114
114
|
<h3>V</h3>
|
115
115
|
<dl>
|
116
|
-
<dt id="ientry-
|
116
|
+
<dt id="ientry-idp46842971644304">CAIRO_VERSION_STRING, <a class="indexterm" href="cairo-Version-Information.html#CAIRO-VERSION-STRING:CAPS">CAIRO_VERSION_STRING</a>
|
117
117
|
</dt>
|
118
|
-
<dt id="ientry-
|
118
|
+
<dt id="ientry-idp46842970682224">CAIRO_VERSION_STRINGIZE, <a class="indexterm" href="cairo-Version-Information.html#CAIRO-VERSION-STRINGIZE:CAPS">CAIRO_VERSION_STRINGIZE()</a>
|
119
119
|
</dt>
|
120
120
|
</dl>
|
121
121
|
</div>
|
@@ -26,1112 +26,1120 @@
|
|
26
26
|
<div class="indexdiv">
|
27
27
|
<h3>A</h3>
|
28
28
|
<dl>
|
29
|
-
<dt id="ientry-
|
29
|
+
<dt id="ientry-idp46842958892032">cairo_antialias_t, <a class="indexterm" href="cairo-cairo-t.html#cairo-antialias-t">enum cairo_antialias_t</a>
|
30
30
|
</dt>
|
31
|
-
<dt id="ientry-
|
31
|
+
<dt id="ientry-idp46842955457904">cairo_append_path, <a class="indexterm" href="cairo-Paths.html#cairo-append-path">cairo_append_path ()</a>
|
32
32
|
</dt>
|
33
|
-
<dt id="ientry-
|
33
|
+
<dt id="ientry-idp46842955616704">cairo_arc, <a class="indexterm" href="cairo-Paths.html#cairo-arc">cairo_arc ()</a>
|
34
34
|
</dt>
|
35
|
-
<dt id="ientry-
|
35
|
+
<dt id="ientry-idp46842950947488">cairo_arc_negative, <a class="indexterm" href="cairo-Paths.html#cairo-arc-negative">cairo_arc_negative ()</a>
|
36
36
|
</dt>
|
37
37
|
</dl>
|
38
38
|
</div>
|
39
39
|
<div class="indexdiv">
|
40
40
|
<h3>B</h3>
|
41
|
-
<dl><dt id="ientry-
|
41
|
+
<dl><dt id="ientry-idp46842970619952">cairo_bool_t, <a class="indexterm" href="cairo-Types.html#cairo-bool-t">cairo_bool_t</a>
|
42
42
|
</dt></dl>
|
43
43
|
</div>
|
44
44
|
<div class="indexdiv">
|
45
45
|
<h3>C</h3>
|
46
46
|
<dl>
|
47
|
-
<dt id="ientry-
|
47
|
+
<dt id="ientry-idp46842958220384">cairo_clip, <a class="indexterm" href="cairo-cairo-t.html#cairo-clip">cairo_clip ()</a>
|
48
48
|
</dt>
|
49
|
-
<dt id="ientry-
|
49
|
+
<dt id="ientry-idp46842958275744">cairo_clip_extents, <a class="indexterm" href="cairo-cairo-t.html#cairo-clip-extents">cairo_clip_extents ()</a>
|
50
50
|
</dt>
|
51
|
-
<dt id="ientry-
|
51
|
+
<dt id="ientry-idp46842958247504">cairo_clip_preserve, <a class="indexterm" href="cairo-cairo-t.html#cairo-clip-preserve">cairo_clip_preserve ()</a>
|
52
52
|
</dt>
|
53
|
-
<dt id="ientry-
|
53
|
+
<dt id="ientry-idp46842955591840">cairo_close_path, <a class="indexterm" href="cairo-Paths.html#cairo-close-path">cairo_close_path ()</a>
|
54
54
|
</dt>
|
55
|
-
<dt id="ientry-
|
55
|
+
<dt id="ientry-idp46842968317456">cairo_content_t, <a class="indexterm" href="cairo-cairo-surface-t.html#cairo-content-t">enum cairo_content_t</a>
|
56
56
|
</dt>
|
57
|
-
<dt id="ientry-
|
57
|
+
<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>
|
58
58
|
</dt>
|
59
|
-
<dt id="ientry-
|
59
|
+
<dt id="ientry-idp46842958751424">cairo_copy_page, <a class="indexterm" href="cairo-cairo-t.html#cairo-copy-page">cairo_copy_page ()</a>
|
60
60
|
</dt>
|
61
|
-
<dt id="ientry-
|
61
|
+
<dt id="ientry-idp46842953586752">cairo_copy_path, <a class="indexterm" href="cairo-Paths.html#cairo-copy-path">cairo_copy_path ()</a>
|
62
62
|
</dt>
|
63
|
-
<dt id="ientry-
|
63
|
+
<dt id="ientry-idp46842953616320">cairo_copy_path_flat, <a class="indexterm" href="cairo-Paths.html#cairo-copy-path-flat">cairo_copy_path_flat ()</a>
|
64
64
|
</dt>
|
65
|
-
<dt id="ientry-
|
65
|
+
<dt id="ientry-idp46842953374576">cairo_create, <a class="indexterm" href="cairo-cairo-t.html#cairo-create">cairo_create ()</a>
|
66
66
|
</dt>
|
67
|
-
<dt id="ientry-
|
67
|
+
<dt id="ientry-idp46842950990768">cairo_curve_to, <a class="indexterm" href="cairo-Paths.html#cairo-curve-to">cairo_curve_to ()</a>
|
68
68
|
</dt>
|
69
69
|
</dl>
|
70
70
|
</div>
|
71
71
|
<div class="indexdiv">
|
72
72
|
<h3>D</h3>
|
73
73
|
<dl>
|
74
|
-
<dt id="ientry-
|
74
|
+
<dt id="ientry-idp46842970476304">cairo_debug_reset_static_data, <a class="indexterm" href="cairo-Error-handling.html#cairo-debug-reset-static-data">cairo_debug_reset_static_data ()</a>
|
75
75
|
</dt>
|
76
|
-
<dt id="ientry-
|
76
|
+
<dt id="ientry-idp46842953432416">cairo_destroy, <a class="indexterm" href="cairo-cairo-t.html#cairo-destroy">cairo_destroy ()</a>
|
77
77
|
</dt>
|
78
|
-
<dt id="ientry-
|
78
|
+
<dt id="ientry-idp46842970004816">cairo_destroy_func_t, <a class="indexterm" href="cairo-Types.html#cairo-destroy-func-t">cairo_destroy_func_t ()</a>
|
79
79
|
</dt>
|
80
|
-
<dt id="ientry-
|
80
|
+
<dt id="ientry-idp46842965805200">cairo_device_acquire, <a class="indexterm" href="cairo-cairo-device-t.html#cairo-device-acquire">cairo_device_acquire ()</a>
|
81
81
|
</dt>
|
82
|
-
<dt id="ientry-
|
82
|
+
<dt id="ientry-idp46842966307344">cairo_device_destroy, <a class="indexterm" href="cairo-cairo-device-t.html#cairo-device-destroy">cairo_device_destroy ()</a>
|
83
83
|
</dt>
|
84
|
-
<dt id="ientry-
|
84
|
+
<dt id="ientry-idp46842966346832">cairo_device_finish, <a class="indexterm" href="cairo-cairo-device-t.html#cairo-device-finish">cairo_device_finish ()</a>
|
85
85
|
</dt>
|
86
|
-
<dt id="ientry-
|
86
|
+
<dt id="ientry-idp46842966370480">cairo_device_flush, <a class="indexterm" href="cairo-cairo-device-t.html#cairo-device-flush">cairo_device_flush ()</a>
|
87
87
|
</dt>
|
88
|
-
<dt id="ientry-
|
88
|
+
<dt id="ientry-idp46842966408256">cairo_device_get_reference_count, <a class="indexterm" href="cairo-cairo-device-t.html#cairo-device-get-reference-count">cairo_device_get_reference_count ()</a>
|
89
89
|
</dt>
|
90
|
-
<dt id="ientry-
|
90
|
+
<dt id="ientry-idp46842966388048">cairo_device_get_type, <a class="indexterm" href="cairo-cairo-device-t.html#cairo-device-get-type">cairo_device_get_type ()</a>
|
91
91
|
</dt>
|
92
|
-
<dt id="ientry-
|
92
|
+
<dt id="ientry-idp46842965778672">cairo_device_get_user_data, <a class="indexterm" href="cairo-cairo-device-t.html#cairo-device-get-user-data">cairo_device_get_user_data ()</a>
|
93
93
|
</dt>
|
94
|
-
<dt id="ientry-
|
94
|
+
<dt id="ientry-idp46842965850336">cairo_device_observer_elapsed, <a class="indexterm" href="cairo-cairo-device-t.html#cairo-device-observer-elapsed">cairo_device_observer_elapsed ()</a>
|
95
95
|
</dt>
|
96
|
-
<dt id="ientry-
|
96
|
+
<dt id="ientry-idp46842965856832">cairo_device_observer_fill_elapsed, <a class="indexterm" href="cairo-cairo-device-t.html#cairo-device-observer-fill-elapsed">cairo_device_observer_fill_elapsed ()</a>
|
97
97
|
</dt>
|
98
|
-
<dt id="ientry-
|
98
|
+
<dt id="ientry-idp46842965863344">cairo_device_observer_glyphs_elapsed, <a class="indexterm" href="cairo-cairo-device-t.html#cairo-device-observer-glyphs-elapsed">cairo_device_observer_glyphs_elapsed ()</a>
|
99
99
|
</dt>
|
100
|
-
<dt id="ientry-
|
100
|
+
<dt id="ientry-idp46842965869808">cairo_device_observer_mask_elapsed, <a class="indexterm" href="cairo-cairo-device-t.html#cairo-device-observer-mask-elapsed">cairo_device_observer_mask_elapsed ()</a>
|
101
101
|
</dt>
|
102
|
-
<dt id="ientry-
|
102
|
+
<dt id="ientry-idp46842965876320">cairo_device_observer_paint_elapsed, <a class="indexterm" href="cairo-cairo-device-t.html#cairo-device-observer-paint-elapsed">cairo_device_observer_paint_elapsed ()</a>
|
103
103
|
</dt>
|
104
|
-
<dt id="ientry-
|
104
|
+
<dt id="ientry-idp46842965882832">cairo_device_observer_print, <a class="indexterm" href="cairo-cairo-device-t.html#cairo-device-observer-print">cairo_device_observer_print ()</a>
|
105
105
|
</dt>
|
106
|
-
<dt id="ientry-
|
106
|
+
<dt id="ientry-idp46842965892176">cairo_device_observer_stroke_elapsed, <a class="indexterm" href="cairo-cairo-device-t.html#cairo-device-observer-stroke-elapsed">cairo_device_observer_stroke_elapsed ()</a>
|
107
107
|
</dt>
|
108
|
-
<dt id="ientry-
|
108
|
+
<dt id="ientry-idp46842966282832">cairo_device_reference, <a class="indexterm" href="cairo-cairo-device-t.html#cairo-device-reference">cairo_device_reference ()</a>
|
109
109
|
</dt>
|
110
|
-
<dt id="ientry-
|
110
|
+
<dt id="ientry-idp46842965831872">cairo_device_release, <a class="indexterm" href="cairo-cairo-device-t.html#cairo-device-release">cairo_device_release ()</a>
|
111
111
|
</dt>
|
112
|
-
<dt id="ientry-
|
112
|
+
<dt id="ientry-idp46842966428384">cairo_device_set_user_data, <a class="indexterm" href="cairo-cairo-device-t.html#cairo-device-set-user-data">cairo_device_set_user_data ()</a>
|
113
113
|
</dt>
|
114
|
-
<dt id="ientry-
|
114
|
+
<dt id="ientry-idp46842966327200">cairo_device_status, <a class="indexterm" href="cairo-cairo-device-t.html#cairo-device-status">cairo_device_status ()</a>
|
115
115
|
</dt>
|
116
|
-
<dt id="ientry-
|
116
|
+
<dt id="ientry-idp46842965900688">cairo_device_t, <a class="indexterm" href="cairo-cairo-device-t.html#cairo-device-t">cairo_device_t</a>
|
117
117
|
</dt>
|
118
|
-
<dt id="ientry-
|
118
|
+
<dt id="ientry-idp46842960703472">cairo_device_to_user, <a class="indexterm" href="cairo-Transformations.html#cairo-device-to-user">cairo_device_to_user ()</a>
|
119
119
|
</dt>
|
120
|
-
<dt id="ientry-
|
120
|
+
<dt id="ientry-idp46842956080048">cairo_device_to_user_distance, <a class="indexterm" href="cairo-Transformations.html#cairo-device-to-user-distance">cairo_device_to_user_distance ()</a>
|
121
121
|
</dt>
|
122
|
-
<dt id="ientry-
|
122
|
+
<dt id="ientry-idp46842965915280">cairo_device_type_t, <a class="indexterm" href="cairo-cairo-device-t.html#cairo-device-type-t">enum cairo_device_type_t</a>
|
123
123
|
</dt>
|
124
124
|
</dl>
|
125
125
|
</div>
|
126
126
|
<div class="indexdiv">
|
127
127
|
<h3>E</h3>
|
128
|
-
<dl><dt id="ientry-
|
128
|
+
<dl><dt id="ientry-idp46842961895680">cairo_extend_t, <a class="indexterm" href="cairo-cairo-pattern-t.html#cairo-extend-t">enum cairo_extend_t</a>
|
129
129
|
</dt></dl>
|
130
130
|
</div>
|
131
131
|
<div class="indexdiv">
|
132
132
|
<h3>F</h3>
|
133
133
|
<dl>
|
134
|
-
<dt id="ientry-
|
134
|
+
<dt id="ientry-idp46842958401184">cairo_fill, <a class="indexterm" href="cairo-cairo-t.html#cairo-fill">cairo_fill ()</a>
|
135
135
|
</dt>
|
136
|
-
<dt id="ientry-
|
136
|
+
<dt id="ientry-idp46842958442368">cairo_fill_extents, <a class="indexterm" href="cairo-cairo-t.html#cairo-fill-extents">cairo_fill_extents ()</a>
|
137
137
|
</dt>
|
138
|
-
<dt id="ientry-
|
138
|
+
<dt id="ientry-idp46842958420944">cairo_fill_preserve, <a class="indexterm" href="cairo-cairo-t.html#cairo-fill-preserve">cairo_fill_preserve ()</a>
|
139
139
|
</dt>
|
140
|
-
<dt id="ientry-
|
140
|
+
<dt id="ientry-idp46842958936192">cairo_fill_rule_t, <a class="indexterm" href="cairo-cairo-t.html#cairo-fill-rule-t">enum cairo_fill_rule_t</a>
|
141
141
|
</dt>
|
142
|
-
<dt id="ientry-
|
142
|
+
<dt id="ientry-idp46842961925136">cairo_filter_t, <a class="indexterm" href="cairo-cairo-pattern-t.html#cairo-filter-t">enum cairo_filter_t</a>
|
143
143
|
</dt>
|
144
|
-
<dt id="ientry-
|
144
|
+
<dt id="ientry-idp46842962440384">cairo_font_extents, <a class="indexterm" href="cairo-text.html#cairo-font-extents">cairo_font_extents ()</a>
|
145
145
|
</dt>
|
146
|
-
<dt id="ientry-
|
146
|
+
<dt id="ientry-idp46842964613856">cairo_font_extents_t, <a class="indexterm" href="cairo-cairo-scaled-font-t.html#cairo-font-extents-t">cairo_font_extents_t</a>
|
147
147
|
</dt>
|
148
|
-
<dt id="ientry-
|
148
|
+
<dt id="ientry-idp46842962917824">cairo_font_face_destroy, <a class="indexterm" href="cairo-cairo-font-face-t.html#cairo-font-face-destroy">cairo_font_face_destroy ()</a>
|
149
149
|
</dt>
|
150
|
-
<dt id="ientry-
|
150
|
+
<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>
|
151
151
|
</dt>
|
152
|
-
<dt id="ientry-
|
152
|
+
<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>
|
153
153
|
</dt>
|
154
|
-
<dt id="ientry-
|
154
|
+
<dt id="ientry-idp46842963034720">cairo_font_face_get_user_data, <a class="indexterm" href="cairo-cairo-font-face-t.html#cairo-font-face-get-user-data">cairo_font_face_get_user_data ()</a>
|
155
155
|
</dt>
|
156
|
-
<dt id="ientry-
|
156
|
+
<dt id="ientry-idp46842960668736">cairo_font_face_reference, <a class="indexterm" href="cairo-cairo-font-face-t.html#cairo-font-face-reference">cairo_font_face_reference ()</a>
|
157
157
|
</dt>
|
158
|
-
<dt id="ientry-
|
158
|
+
<dt id="ientry-idp46842962997872">cairo_font_face_set_user_data, <a class="indexterm" href="cairo-cairo-font-face-t.html#cairo-font-face-set-user-data">cairo_font_face_set_user_data ()</a>
|
159
159
|
</dt>
|
160
|
-
<dt id="ientry-
|
160
|
+
<dt id="ientry-idp46842962937264">cairo_font_face_status, <a class="indexterm" href="cairo-cairo-font-face-t.html#cairo-font-face-status">cairo_font_face_status ()</a>
|
161
161
|
</dt>
|
162
|
-
<dt id="ientry-
|
162
|
+
<dt id="ientry-idp46842963062960">cairo_font_face_t, <a class="indexterm" href="cairo-cairo-font-face-t.html#cairo-font-face-t">cairo_font_face_t</a>
|
163
163
|
</dt>
|
164
|
-
<dt id="ientry-
|
164
|
+
<dt id="ientry-idp46842964142192">cairo_font_options_copy, <a class="indexterm" href="cairo-cairo-font-options-t.html#cairo-font-options-copy">cairo_font_options_copy ()</a>
|
165
165
|
</dt>
|
166
|
-
<dt id="ientry-
|
166
|
+
<dt id="ientry-idp46842964129536">cairo_font_options_create, <a class="indexterm" href="cairo-cairo-font-options-t.html#cairo-font-options-create">cairo_font_options_create ()</a>
|
167
167
|
</dt>
|
168
|
-
<dt id="ientry-
|
168
|
+
<dt id="ientry-idp46842964165040">cairo_font_options_destroy, <a class="indexterm" href="cairo-cairo-font-options-t.html#cairo-font-options-destroy">cairo_font_options_destroy ()</a>
|
169
169
|
</dt>
|
170
|
-
<dt id="ientry-
|
170
|
+
<dt id="ientry-idp46842964251584">cairo_font_options_equal, <a class="indexterm" href="cairo-cairo-font-options-t.html#cairo-font-options-equal">cairo_font_options_equal ()</a>
|
171
171
|
</dt>
|
172
|
-
<dt id="ientry-
|
172
|
+
<dt id="ientry-idp46842964298176">cairo_font_options_get_antialias, <a class="indexterm" href="cairo-cairo-font-options-t.html#cairo-font-options-get-antialias">cairo_font_options_get_antialias ()</a>
|
173
173
|
</dt>
|
174
|
-
<dt id="ientry-
|
174
|
+
<dt id="ientry-idp46842963563632">cairo_font_options_get_hint_metrics, <a class="indexterm" href="cairo-cairo-font-options-t.html#cairo-font-options-get-hint-metrics">cairo_font_options_get_hint_metrics ()</a>
|
175
175
|
</dt>
|
176
|
-
<dt id="ientry-
|
176
|
+
<dt id="ientry-idp46842963522400">cairo_font_options_get_hint_style, <a class="indexterm" href="cairo-cairo-font-options-t.html#cairo-font-options-get-hint-style">cairo_font_options_get_hint_style ()</a>
|
177
177
|
</dt>
|
178
|
-
<dt id="ientry-
|
178
|
+
<dt id="ientry-idp46842964339520">cairo_font_options_get_subpixel_order, <a class="indexterm" href="cairo-cairo-font-options-t.html#cairo-font-options-get-subpixel-order">cairo_font_options_get_subpixel_order ()</a>
|
179
179
|
</dt>
|
180
|
-
<dt id="ientry-
|
180
|
+
<dt id="ientry-idp46842964231536">cairo_font_options_hash, <a class="indexterm" href="cairo-cairo-font-options-t.html#cairo-font-options-hash">cairo_font_options_hash ()</a>
|
181
181
|
</dt>
|
182
|
-
<dt id="ientry-
|
182
|
+
<dt id="ientry-idp46842964205872">cairo_font_options_merge, <a class="indexterm" href="cairo-cairo-font-options-t.html#cairo-font-options-merge">cairo_font_options_merge ()</a>
|
183
183
|
</dt>
|
184
|
-
<dt id="ientry-
|
184
|
+
<dt id="ientry-idp46842964277408">cairo_font_options_set_antialias, <a class="indexterm" href="cairo-cairo-font-options-t.html#cairo-font-options-set-antialias">cairo_font_options_set_antialias ()</a>
|
185
185
|
</dt>
|
186
|
-
<dt id="ientry-
|
186
|
+
<dt id="ientry-idp46842963541984">cairo_font_options_set_hint_metrics, <a class="indexterm" href="cairo-cairo-font-options-t.html#cairo-font-options-set-hint-metrics">cairo_font_options_set_hint_metrics ()</a>
|
187
187
|
</dt>
|
188
|
-
<dt id="ientry-
|
188
|
+
<dt id="ientry-idp46842963500720">cairo_font_options_set_hint_style, <a class="indexterm" href="cairo-cairo-font-options-t.html#cairo-font-options-set-hint-style">cairo_font_options_set_hint_style ()</a>
|
189
189
|
</dt>
|
190
|
-
<dt id="ientry-
|
190
|
+
<dt id="ientry-idp46842964316832">cairo_font_options_set_subpixel_order, <a class="indexterm" href="cairo-cairo-font-options-t.html#cairo-font-options-set-subpixel-order">cairo_font_options_set_subpixel_order ()</a>
|
191
191
|
</dt>
|
192
|
-
<dt id="ientry-
|
192
|
+
<dt id="ientry-idp46842964185088">cairo_font_options_status, <a class="indexterm" href="cairo-cairo-font-options-t.html#cairo-font-options-status">cairo_font_options_status ()</a>
|
193
193
|
</dt>
|
194
|
-
<dt id="ientry-
|
194
|
+
<dt id="ientry-idp46842963584736">cairo_font_options_t, <a class="indexterm" href="cairo-cairo-font-options-t.html#cairo-font-options-t">cairo_font_options_t</a>
|
195
195
|
</dt>
|
196
|
-
<dt id="ientry-
|
196
|
+
<dt id="ientry-idp46842962698160">cairo_font_slant_t, <a class="indexterm" href="cairo-text.html#cairo-font-slant-t">enum cairo_font_slant_t</a>
|
197
197
|
</dt>
|
198
|
-
<dt id="ientry-
|
198
|
+
<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>
|
199
199
|
</dt>
|
200
|
-
<dt id="ientry-
|
200
|
+
<dt id="ientry-idp46842962716032">cairo_font_weight_t, <a class="indexterm" href="cairo-text.html#cairo-font-weight-t">enum cairo_font_weight_t</a>
|
201
201
|
</dt>
|
202
|
-
<dt id="ientry-
|
202
|
+
<dt id="ientry-idp46842960192640">cairo_format_stride_for_width, <a class="indexterm" href="cairo-Image-Surfaces.html#cairo-format-stride-for-width">cairo_format_stride_for_width ()</a>
|
203
203
|
</dt>
|
204
|
-
<dt id="ientry-
|
204
|
+
<dt id="ientry-idp46842965260464">cairo_format_t, <a class="indexterm" href="cairo-Image-Surfaces.html#cairo-format-t">enum cairo_format_t</a>
|
205
205
|
</dt>
|
206
|
-
<dt id="ientry-
|
206
|
+
<dt id="ientry-idp46842963861888">cairo_ft_font_face_create_for_ft_face, <a class="indexterm" href="cairo-FreeType-Fonts.html#cairo-ft-font-face-create-for-ft-face">cairo_ft_font_face_create_for_ft_face ()</a>
|
207
207
|
</dt>
|
208
|
-
<dt id="ientry-
|
208
|
+
<dt id="ientry-idp46842963989008">cairo_ft_font_face_create_for_pattern, <a class="indexterm" href="cairo-FreeType-Fonts.html#cairo-ft-font-face-create-for-pattern">cairo_ft_font_face_create_for_pattern ()</a>
|
209
209
|
</dt>
|
210
|
-
<dt id="ientry-
|
210
|
+
<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>
|
211
211
|
</dt>
|
212
|
-
<dt id="ientry-
|
212
|
+
<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>
|
213
213
|
</dt>
|
214
|
-
<dt id="ientry-
|
214
|
+
<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>
|
215
215
|
</dt>
|
216
|
-
<dt id="ientry-
|
216
|
+
<dt id="ientry-idp46842964029440">cairo_ft_font_options_substitute, <a class="indexterm" href="cairo-FreeType-Fonts.html#cairo-ft-font-options-substitute">cairo_ft_font_options_substitute ()</a>
|
217
217
|
</dt>
|
218
|
-
<dt id="ientry-
|
218
|
+
<dt id="ientry-idp46842963794416">cairo_ft_scaled_font_lock_face, <a class="indexterm" href="cairo-FreeType-Fonts.html#cairo-ft-scaled-font-lock-face">cairo_ft_scaled_font_lock_face ()</a>
|
219
219
|
</dt>
|
220
|
-
<dt id="ientry-
|
220
|
+
<dt id="ientry-idp46842963828304">cairo_ft_scaled_font_unlock_face, <a class="indexterm" href="cairo-FreeType-Fonts.html#cairo-ft-scaled-font-unlock-face">cairo_ft_scaled_font_unlock_face ()</a>
|
221
221
|
</dt>
|
222
|
-
<dt id="ientry-
|
222
|
+
<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>
|
223
223
|
</dt>
|
224
224
|
</dl>
|
225
225
|
</div>
|
226
226
|
<div class="indexdiv">
|
227
227
|
<h3>G</h3>
|
228
228
|
<dl>
|
229
|
-
<dt id="ientry-
|
229
|
+
<dt id="ientry-idp46842957786816">cairo_get_antialias, <a class="indexterm" href="cairo-cairo-t.html#cairo-get-antialias">cairo_get_antialias ()</a>
|
230
230
|
</dt>
|
231
|
-
<dt id="ientry-
|
231
|
+
<dt id="ientry-idp46842955503488">cairo_get_current_point, <a class="indexterm" href="cairo-Paths.html#cairo-get-current-point">cairo_get_current_point ()</a>
|
232
232
|
</dt>
|
233
|
-
<dt id="ientry-
|
233
|
+
<dt id="ientry-idp46842957870000">cairo_get_dash, <a class="indexterm" href="cairo-cairo-t.html#cairo-get-dash">cairo_get_dash ()</a>
|
234
234
|
</dt>
|
235
|
-
<dt id="ientry-
|
235
|
+
<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>
|
236
236
|
</dt>
|
237
|
-
<dt id="ientry-
|
237
|
+
<dt id="ientry-idp46842957925984">cairo_get_fill_rule, <a class="indexterm" href="cairo-cairo-t.html#cairo-get-fill-rule">cairo_get_fill_rule ()</a>
|
238
238
|
</dt>
|
239
|
-
<dt id="ientry-
|
239
|
+
<dt id="ientry-idp46842962272496">cairo_get_font_face, <a class="indexterm" href="cairo-text.html#cairo-get-font-face">cairo_get_font_face ()</a>
|
240
240
|
</dt>
|
241
|
-
<dt id="ientry-
|
241
|
+
<dt id="ientry-idp46842960396240">cairo_get_font_matrix, <a class="indexterm" href="cairo-text.html#cairo-get-font-matrix">cairo_get_font_matrix ()</a>
|
242
242
|
</dt>
|
243
|
-
<dt id="ientry-
|
243
|
+
<dt id="ientry-idp46842960442352">cairo_get_font_options, <a class="indexterm" href="cairo-text.html#cairo-get-font-options">cairo_get_font_options ()</a>
|
244
244
|
</dt>
|
245
|
-
<dt id="ientry-
|
245
|
+
<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>
|
246
246
|
</dt>
|
247
|
-
<dt id="ientry-
|
247
|
+
<dt id="ientry-idp46842957971920">cairo_get_line_cap, <a class="indexterm" href="cairo-cairo-t.html#cairo-get-line-cap">cairo_get_line_cap ()</a>
|
248
248
|
</dt>
|
249
|
-
<dt id="ientry-
|
249
|
+
<dt id="ientry-idp46842958017840">cairo_get_line_join, <a class="indexterm" href="cairo-cairo-t.html#cairo-get-line-join">cairo_get_line_join ()</a>
|
250
250
|
</dt>
|
251
|
-
<dt id="ientry-
|
251
|
+
<dt id="ientry-idp46842958066832">cairo_get_line_width, <a class="indexterm" href="cairo-cairo-t.html#cairo-get-line-width">cairo_get_line_width ()</a>
|
252
252
|
</dt>
|
253
|
-
<dt id="ientry-
|
253
|
+
<dt id="ientry-idp46842951828992">cairo_get_matrix, <a class="indexterm" href="cairo-Transformations.html#cairo-get-matrix">cairo_get_matrix ()</a>
|
254
254
|
</dt>
|
255
|
-
<dt id="ientry-
|
255
|
+
<dt id="ientry-idp46842958116736">cairo_get_miter_limit, <a class="indexterm" href="cairo-cairo-t.html#cairo-get-miter-limit">cairo_get_miter_limit ()</a>
|
256
256
|
</dt>
|
257
|
-
<dt id="ientry-
|
257
|
+
<dt id="ientry-idp46842958160096">cairo_get_operator, <a class="indexterm" href="cairo-cairo-t.html#cairo-get-operator">cairo_get_operator ()</a>
|
258
258
|
</dt>
|
259
|
-
<dt id="ientry-
|
259
|
+
<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>
|
260
260
|
</dt>
|
261
|
-
<dt id="ientry-
|
261
|
+
<dt id="ientry-idp46842962319520">cairo_get_scaled_font, <a class="indexterm" href="cairo-text.html#cairo-get-scaled-font">cairo_get_scaled_font ()</a>
|
262
262
|
</dt>
|
263
|
-
<dt id="ientry-
|
263
|
+
<dt id="ientry-idp46842957742928">cairo_get_source, <a class="indexterm" href="cairo-cairo-t.html#cairo-get-source">cairo_get_source ()</a>
|
264
264
|
</dt>
|
265
|
-
<dt id="ientry-
|
265
|
+
<dt id="ientry-idp46842957448784">cairo_get_target, <a class="indexterm" href="cairo-cairo-t.html#cairo-get-target">cairo_get_target ()</a>
|
266
266
|
</dt>
|
267
|
-
<dt id="ientry-
|
267
|
+
<dt id="ientry-idp46842958201088">cairo_get_tolerance, <a class="indexterm" href="cairo-cairo-t.html#cairo-get-tolerance">cairo_get_tolerance ()</a>
|
268
268
|
</dt>
|
269
|
-
<dt id="ientry-
|
269
|
+
<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>
|
270
270
|
</dt>
|
271
|
-
<dt id="ientry-
|
271
|
+
<dt id="ientry-idp46842962591616">cairo_glyph_allocate, <a class="indexterm" href="cairo-text.html#cairo-glyph-allocate">cairo_glyph_allocate ()</a>
|
272
272
|
</dt>
|
273
|
-
<dt id="ientry-
|
273
|
+
<dt id="ientry-idp46842962485616">cairo_glyph_extents, <a class="indexterm" href="cairo-text.html#cairo-glyph-extents">cairo_glyph_extents ()</a>
|
274
274
|
</dt>
|
275
|
-
<dt id="ientry-
|
275
|
+
<dt id="ientry-idp46842962613408">cairo_glyph_free, <a class="indexterm" href="cairo-text.html#cairo-glyph-free">cairo_glyph_free ()</a>
|
276
276
|
</dt>
|
277
|
-
<dt id="ientry-
|
277
|
+
<dt id="ientry-idp46842951128880">cairo_glyph_path, <a class="indexterm" href="cairo-Paths.html#cairo-glyph-path">cairo_glyph_path ()</a>
|
278
278
|
</dt>
|
279
|
-
<dt id="ientry-
|
279
|
+
<dt id="ientry-idp46842962672512">cairo_glyph_t, <a class="indexterm" href="cairo-text.html#cairo-glyph-t">cairo_glyph_t</a>
|
280
280
|
</dt>
|
281
281
|
</dl>
|
282
282
|
</div>
|
283
283
|
<div class="indexdiv">
|
284
284
|
<h3>H</h3>
|
285
285
|
<dl>
|
286
|
-
<dt id="ientry-
|
286
|
+
<dt id="ientry-idp46842955484320">cairo_has_current_point, <a class="indexterm" href="cairo-Paths.html#cairo-has-current-point">cairo_has_current_point ()</a>
|
287
287
|
</dt>
|
288
|
-
<dt id="ientry-
|
288
|
+
<dt id="ientry-idp46842964754400">CAIRO_HAS_FC_FONT, <a class="indexterm" href="cairo-FreeType-Fonts.html#CAIRO-HAS-FC-FONT:CAPS">CAIRO_HAS_FC_FONT</a>
|
289
289
|
</dt>
|
290
|
-
<dt id="ientry-
|
290
|
+
<dt id="ientry-idp46842964748352">CAIRO_HAS_FT_FONT, <a class="indexterm" href="cairo-FreeType-Fonts.html#CAIRO-HAS-FT-FONT:CAPS">CAIRO_HAS_FT_FONT</a>
|
291
291
|
</dt>
|
292
|
-
<dt id="ientry-
|
292
|
+
<dt id="ientry-idp46842967503488">CAIRO_HAS_IMAGE_SURFACE, <a class="indexterm" href="cairo-Image-Surfaces.html#CAIRO-HAS-IMAGE-SURFACE:CAPS">CAIRO_HAS_IMAGE_SURFACE</a>
|
293
293
|
</dt>
|
294
|
-
<dt id="ientry-
|
294
|
+
<dt id="ientry-idp46842968213488">CAIRO_HAS_MIME_SURFACE, <a class="indexterm" href="cairo-cairo-surface-t.html#CAIRO-HAS-MIME-SURFACE:CAPS">CAIRO_HAS_MIME_SURFACE</a>
|
295
295
|
</dt>
|
296
|
-
<dt id="ientry-
|
296
|
+
<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>
|
297
297
|
</dt>
|
298
|
-
<dt id="ientry-
|
298
|
+
<dt id="ientry-idp46842968559472">CAIRO_HAS_PNG_FUNCTIONS, <a class="indexterm" href="cairo-PNG-Support.html#CAIRO-HAS-PNG-FUNCTIONS:CAPS">CAIRO_HAS_PNG_FUNCTIONS</a>
|
299
299
|
</dt>
|
300
|
-
<dt id="ientry-
|
300
|
+
<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>
|
301
301
|
</dt>
|
302
|
-
<dt id="ientry-
|
302
|
+
<dt id="ientry-idp46842952743136">CAIRO_HAS_QUARTZ_FONT, <a class="indexterm" href="cairo-Quartz-(CGFont)-Fonts.html#CAIRO-HAS-QUARTZ-FONT:CAPS">CAIRO_HAS_QUARTZ_FONT</a>
|
303
303
|
</dt>
|
304
|
-
<dt id="ientry-
|
304
|
+
<dt id="ientry-idp46842969523424">CAIRO_HAS_QUARTZ_SURFACE, <a class="indexterm" href="cairo-Quartz-Surfaces.html#CAIRO-HAS-QUARTZ-SURFACE:CAPS">CAIRO_HAS_QUARTZ_SURFACE</a>
|
305
305
|
</dt>
|
306
|
-
<dt id="ientry-
|
306
|
+
<dt id="ientry-idp46842952715024">CAIRO_HAS_RECORDING_SURFACE, <a class="indexterm" href="cairo-Recording-Surfaces.html#CAIRO-HAS-RECORDING-SURFACE:CAPS">CAIRO_HAS_RECORDING_SURFACE</a>
|
307
307
|
</dt>
|
308
|
-
<dt id="ientry-
|
308
|
+
<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>
|
309
309
|
</dt>
|
310
|
-
<dt id="ientry-
|
310
|
+
<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>
|
311
311
|
</dt>
|
312
|
-
<dt id="ientry-
|
312
|
+
<dt id="ientry-idp46842966561056">CAIRO_HAS_USER_FONT, <a class="indexterm" href="cairo-User-Fonts.html#CAIRO-HAS-USER-FONT:CAPS">CAIRO_HAS_USER_FONT</a>
|
313
313
|
</dt>
|
314
|
-
<dt id="ientry-
|
314
|
+
<dt id="ientry-idp46842965230816">CAIRO_HAS_WIN32_FONT, <a class="indexterm" href="cairo-Win32-Fonts.html#CAIRO-HAS-WIN32-FONT:CAPS">CAIRO_HAS_WIN32_FONT</a>
|
315
315
|
</dt>
|
316
|
-
<dt id="ientry-
|
316
|
+
<dt id="ientry-idp46842968972848">CAIRO_HAS_WIN32_SURFACE, <a class="indexterm" href="cairo-Win32-Surfaces.html#CAIRO-HAS-WIN32-SURFACE:CAPS">CAIRO_HAS_WIN32_SURFACE</a>
|
317
317
|
</dt>
|
318
|
-
<dt id="ientry-
|
318
|
+
<dt id="ientry-idp46842970194800">CAIRO_HAS_XCB_SHM_FUNCTIONS, <a class="indexterm" href="cairo-XCB-Surfaces.html#CAIRO-HAS-XCB-SHM-FUNCTIONS:CAPS">CAIRO_HAS_XCB_SHM_FUNCTIONS</a>
|
319
319
|
</dt>
|
320
|
-
<dt id="ientry-
|
320
|
+
<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>
|
321
321
|
</dt>
|
322
|
-
<dt id="ientry-
|
322
|
+
<dt id="ientry-idp46842970604256">CAIRO_HAS_XLIB_SURFACE, <a class="indexterm" href="cairo-XLib-Surfaces.html#CAIRO-HAS-XLIB-SURFACE:CAPS">CAIRO_HAS_XLIB_SURFACE</a>
|
323
323
|
</dt>
|
324
|
-
<dt id="ientry-
|
324
|
+
<dt id="ientry-idp46842970092000">CAIRO_HAS_XLIB_XRENDER_SURFACE, <a class="indexterm" href="cairo-XLib-XRender-Backend.html#CAIRO-HAS-XLIB-XRENDER-SURFACE:CAPS">CAIRO_HAS_XLIB_XRENDER_SURFACE</a>
|
325
325
|
</dt>
|
326
|
-
<dt id="ientry-
|
326
|
+
<dt id="ientry-idp46842963659936">cairo_hint_metrics_t, <a class="indexterm" href="cairo-cairo-font-options-t.html#cairo-hint-metrics-t">enum cairo_hint_metrics_t</a>
|
327
327
|
</dt>
|
328
|
-
<dt id="ientry-
|
328
|
+
<dt id="ientry-idp46842963631744">cairo_hint_style_t, <a class="indexterm" href="cairo-cairo-font-options-t.html#cairo-hint-style-t">enum cairo_hint_style_t</a>
|
329
329
|
</dt>
|
330
330
|
</dl>
|
331
331
|
</div>
|
332
332
|
<div class="indexdiv">
|
333
333
|
<h3>I</h3>
|
334
334
|
<dl>
|
335
|
-
<dt id="ientry-
|
335
|
+
<dt id="ientry-idp46842952694912">cairo_identity_matrix, <a class="indexterm" href="cairo-Transformations.html#cairo-identity-matrix">cairo_identity_matrix ()</a>
|
336
336
|
</dt>
|
337
|
-
<dt id="ientry-
|
337
|
+
<dt id="ientry-idp46842966221152">cairo_image_surface_create, <a class="indexterm" href="cairo-Image-Surfaces.html#cairo-image-surface-create">cairo_image_surface_create ()</a>
|
338
338
|
</dt>
|
339
|
-
<dt id="ientry-
|
339
|
+
<dt id="ientry-idp46842945717232">cairo_image_surface_create_for_data, <a class="indexterm" href="cairo-Image-Surfaces.html#cairo-image-surface-create-for-data">cairo_image_surface_create_for_data ()</a>
|
340
340
|
</dt>
|
341
|
-
<dt id="ientry-
|
341
|
+
<dt id="ientry-idp46842967405936">cairo_image_surface_create_from_png, <a class="indexterm" href="cairo-PNG-Support.html#cairo-image-surface-create-from-png">cairo_image_surface_create_from_png ()</a>
|
342
342
|
</dt>
|
343
|
-
<dt id="ientry-
|
343
|
+
<dt id="ientry-idp46842965645120">cairo_image_surface_create_from_png_stream, <a class="indexterm" href="cairo-PNG-Support.html#cairo-image-surface-create-from-png-stream">cairo_image_surface_create_from_png_stream ()</a>
|
344
344
|
</dt>
|
345
|
-
<dt id="ientry-
|
345
|
+
<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>
|
346
346
|
</dt>
|
347
|
-
<dt id="ientry-
|
347
|
+
<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>
|
348
348
|
</dt>
|
349
|
-
<dt id="ientry-
|
349
|
+
<dt id="ientry-idp46842960206368">cairo_image_surface_get_height, <a class="indexterm" href="cairo-Image-Surfaces.html#cairo-image-surface-get-height">cairo_image_surface_get_height ()</a>
|
350
350
|
</dt>
|
351
|
-
<dt id="ientry-
|
351
|
+
<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>
|
352
352
|
</dt>
|
353
|
-
<dt id="ientry-
|
353
|
+
<dt id="ientry-idp46842963440736">cairo_image_surface_get_width, <a class="indexterm" href="cairo-Image-Surfaces.html#cairo-image-surface-get-width">cairo_image_surface_get_width ()</a>
|
354
354
|
</dt>
|
355
|
-
<dt id="ientry-
|
355
|
+
<dt id="ientry-idp46842958307248">cairo_in_clip, <a class="indexterm" href="cairo-cairo-t.html#cairo-in-clip">cairo_in_clip ()</a>
|
356
356
|
</dt>
|
357
|
-
<dt id="ientry-
|
357
|
+
<dt id="ientry-idp46842958483568">cairo_in_fill, <a class="indexterm" href="cairo-cairo-t.html#cairo-in-fill">cairo_in_fill ()</a>
|
358
358
|
</dt>
|
359
|
-
<dt id="ientry-
|
359
|
+
<dt id="ientry-idp46842958717104">cairo_in_stroke, <a class="indexterm" href="cairo-cairo-t.html#cairo-in-stroke">cairo_in_stroke ()</a>
|
360
360
|
</dt>
|
361
361
|
</dl>
|
362
362
|
</div>
|
363
363
|
<div class="indexdiv">
|
364
364
|
<h3>L</h3>
|
365
365
|
<dl>
|
366
|
-
<dt id="ientry-
|
366
|
+
<dt id="ientry-idp46842958957600">cairo_line_cap_t, <a class="indexterm" href="cairo-cairo-t.html#cairo-line-cap-t">enum cairo_line_cap_t</a>
|
367
367
|
</dt>
|
368
|
-
<dt id="ientry-
|
368
|
+
<dt id="ientry-idp46842958980576">cairo_line_join_t, <a class="indexterm" href="cairo-cairo-t.html#cairo-line-join-t">enum cairo_line_join_t</a>
|
369
369
|
</dt>
|
370
|
-
<dt id="ientry-
|
370
|
+
<dt id="ientry-idp46842951039040">cairo_line_to, <a class="indexterm" href="cairo-Paths.html#cairo-line-to">cairo_line_to ()</a>
|
371
371
|
</dt>
|
372
372
|
</dl>
|
373
373
|
</div>
|
374
374
|
<div class="indexdiv">
|
375
375
|
<h3>M</h3>
|
376
376
|
<dl>
|
377
|
-
<dt id="ientry-
|
377
|
+
<dt id="ientry-idp46842958514400">cairo_mask, <a class="indexterm" href="cairo-cairo-t.html#cairo-mask">cairo_mask ()</a>
|
378
378
|
</dt>
|
379
|
-
<dt id="ientry-
|
379
|
+
<dt id="ientry-idp46842958536736">cairo_mask_surface, <a class="indexterm" href="cairo-cairo-t.html#cairo-mask-surface">cairo_mask_surface ()</a>
|
380
380
|
</dt>
|
381
|
-
<dt id="ientry-
|
381
|
+
<dt id="ientry-idp46842970934800">cairo_matrix_init, <a class="indexterm" href="cairo-cairo-matrix-t.html#cairo-matrix-init">cairo_matrix_init ()</a>
|
382
382
|
</dt>
|
383
|
-
<dt id="ientry-
|
383
|
+
<dt id="ientry-idp46842970979888">cairo_matrix_init_identity, <a class="indexterm" href="cairo-cairo-matrix-t.html#cairo-matrix-init-identity">cairo_matrix_init_identity ()</a>
|
384
384
|
</dt>
|
385
|
-
<dt id="ientry-
|
385
|
+
<dt id="ientry-idp46842971050832">cairo_matrix_init_rotate, <a class="indexterm" href="cairo-cairo-matrix-t.html#cairo-matrix-init-rotate">cairo_matrix_init_rotate ()</a>
|
386
386
|
</dt>
|
387
|
-
<dt id="ientry-
|
387
|
+
<dt id="ientry-idp46842971024160">cairo_matrix_init_scale, <a class="indexterm" href="cairo-cairo-matrix-t.html#cairo-matrix-init-scale">cairo_matrix_init_scale ()</a>
|
388
388
|
</dt>
|
389
|
-
<dt id="ientry-
|
389
|
+
<dt id="ientry-idp46842970997536">cairo_matrix_init_translate, <a class="indexterm" href="cairo-cairo-matrix-t.html#cairo-matrix-init-translate">cairo_matrix_init_translate ()</a>
|
390
390
|
</dt>
|
391
|
-
<dt id="ientry-
|
391
|
+
<dt id="ientry-idp46842971152256">cairo_matrix_invert, <a class="indexterm" href="cairo-cairo-matrix-t.html#cairo-matrix-invert">cairo_matrix_invert ()</a>
|
392
392
|
</dt>
|
393
|
-
<dt id="ientry-
|
393
|
+
<dt id="ientry-idp46842971353920">cairo_matrix_multiply, <a class="indexterm" href="cairo-cairo-matrix-t.html#cairo-matrix-multiply">cairo_matrix_multiply ()</a>
|
394
394
|
</dt>
|
395
|
-
<dt id="ientry-
|
395
|
+
<dt id="ientry-idp46842971129248">cairo_matrix_rotate, <a class="indexterm" href="cairo-cairo-matrix-t.html#cairo-matrix-rotate">cairo_matrix_rotate ()</a>
|
396
396
|
</dt>
|
397
|
-
<dt id="ientry-
|
397
|
+
<dt id="ientry-idp46842971101264">cairo_matrix_scale, <a class="indexterm" href="cairo-cairo-matrix-t.html#cairo-matrix-scale">cairo_matrix_scale ()</a>
|
398
398
|
</dt>
|
399
|
-
<dt id="ientry-
|
399
|
+
<dt id="ientry-idp46842971441984">cairo_matrix_t, <a class="indexterm" href="cairo-cairo-matrix-t.html#cairo-matrix-t">cairo_matrix_t</a>
|
400
400
|
</dt>
|
401
|
-
<dt id="ientry-
|
401
|
+
<dt id="ientry-idp46842971382448">cairo_matrix_transform_distance, <a class="indexterm" href="cairo-cairo-matrix-t.html#cairo-matrix-transform-distance">cairo_matrix_transform_distance ()</a>
|
402
402
|
</dt>
|
403
|
-
<dt id="ientry-
|
403
|
+
<dt id="ientry-idp46842971416976">cairo_matrix_transform_point, <a class="indexterm" href="cairo-cairo-matrix-t.html#cairo-matrix-transform-point">cairo_matrix_transform_point ()</a>
|
404
404
|
</dt>
|
405
|
-
<dt id="ientry-
|
405
|
+
<dt id="ientry-idp46842971073216">cairo_matrix_translate, <a class="indexterm" href="cairo-cairo-matrix-t.html#cairo-matrix-translate">cairo_matrix_translate ()</a>
|
406
406
|
</dt>
|
407
|
-
<dt id="ientry-
|
407
|
+
<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>
|
408
408
|
</dt>
|
409
|
-
<dt id="ientry-
|
409
|
+
<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>
|
410
410
|
</dt>
|
411
|
-
<dt id="ientry-
|
411
|
+
<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>
|
412
412
|
</dt>
|
413
|
-
<dt id="ientry-
|
413
|
+
<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>
|
414
414
|
</dt>
|
415
|
-
<dt id="ientry-
|
415
|
+
<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>
|
416
416
|
</dt>
|
417
|
-
<dt id="ientry-
|
417
|
+
<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>
|
418
418
|
</dt>
|
419
|
-
<dt id="ientry-
|
419
|
+
<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>
|
420
420
|
</dt>
|
421
|
-
<dt id="ientry-
|
421
|
+
<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>
|
422
422
|
</dt>
|
423
|
-
<dt id="ientry-
|
423
|
+
<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>
|
424
424
|
</dt>
|
425
|
-
<dt id="ientry-
|
425
|
+
<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>
|
426
426
|
</dt>
|
427
|
-
<dt id="ientry-
|
427
|
+
<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>
|
428
428
|
</dt>
|
429
|
-
<dt id="ientry-
|
429
|
+
<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>
|
430
430
|
</dt>
|
431
|
-
<dt id="ientry-
|
431
|
+
<dt id="ientry-idp46842968218160">CAIRO_MIME_TYPE_CCITT_FAX, <a class="indexterm" href="cairo-cairo-surface-t.html#CAIRO-MIME-TYPE-CCITT-FAX:CAPS">CAIRO_MIME_TYPE_CCITT_FAX</a>
|
432
432
|
</dt>
|
433
|
-
<dt id="ientry-
|
433
|
+
<dt id="ientry-idp46842968224400">CAIRO_MIME_TYPE_CCITT_FAX_PARAMS, <a class="indexterm" href="cairo-cairo-surface-t.html#CAIRO-MIME-TYPE-CCITT-FAX-PARAMS:CAPS">CAIRO_MIME_TYPE_CCITT_FAX_PARAMS</a>
|
434
434
|
</dt>
|
435
|
-
<dt id="ientry-
|
435
|
+
<dt id="ientry-idp46842968231392">CAIRO_MIME_TYPE_EPS, <a class="indexterm" href="cairo-cairo-surface-t.html#CAIRO-MIME-TYPE-EPS:CAPS">CAIRO_MIME_TYPE_EPS</a>
|
436
436
|
</dt>
|
437
|
-
<dt id="ientry-
|
437
|
+
<dt id="ientry-idp46842968238160">CAIRO_MIME_TYPE_EPS_PARAMS, <a class="indexterm" href="cairo-cairo-surface-t.html#CAIRO-MIME-TYPE-EPS-PARAMS:CAPS">CAIRO_MIME_TYPE_EPS_PARAMS</a>
|
438
438
|
</dt>
|
439
|
-
<dt id="ientry-
|
439
|
+
<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>
|
440
440
|
</dt>
|
441
|
-
<dt id="ientry-
|
441
|
+
<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>
|
442
442
|
</dt>
|
443
|
-
<dt id="ientry-
|
443
|
+
<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>
|
444
444
|
</dt>
|
445
|
-
<dt id="ientry-
|
445
|
+
<dt id="ientry-idp46842968263968">CAIRO_MIME_TYPE_JP2, <a class="indexterm" href="cairo-cairo-surface-t.html#CAIRO-MIME-TYPE-JP2:CAPS">CAIRO_MIME_TYPE_JP2</a>
|
446
446
|
</dt>
|
447
|
-
<dt id="ientry-
|
447
|
+
<dt id="ientry-idp46842968270224">CAIRO_MIME_TYPE_JPEG, <a class="indexterm" href="cairo-cairo-surface-t.html#CAIRO-MIME-TYPE-JPEG:CAPS">CAIRO_MIME_TYPE_JPEG</a>
|
448
|
+
</dt>
|
449
|
+
<dt id="ientry-idp46842968276400">CAIRO_MIME_TYPE_PNG, <a class="indexterm" href="cairo-cairo-surface-t.html#CAIRO-MIME-TYPE-PNG:CAPS">CAIRO_MIME_TYPE_PNG</a>
|
450
|
+
</dt>
|
451
|
+
<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>
|
452
|
+
</dt>
|
453
|
+
<dt id="ientry-idp46842968282560">CAIRO_MIME_TYPE_URI, <a class="indexterm" href="cairo-cairo-surface-t.html#CAIRO-MIME-TYPE-URI:CAPS">CAIRO_MIME_TYPE_URI</a>
|
454
|
+
</dt>
|
455
|
+
<dt id="ientry-idp46842951069344">cairo_move_to, <a class="indexterm" href="cairo-Paths.html#cairo-move-to">cairo_move_to ()</a>
|
448
456
|
</dt>
|
449
457
|
</dl>
|
450
458
|
</div>
|
451
459
|
<div class="indexdiv">
|
452
460
|
<h3>N</h3>
|
453
461
|
<dl>
|
454
|
-
<dt id="ientry-
|
462
|
+
<dt id="ientry-idp46842955554016">cairo_new_path, <a class="indexterm" href="cairo-Paths.html#cairo-new-path">cairo_new_path ()</a>
|
455
463
|
</dt>
|
456
|
-
<dt id="ientry-
|
464
|
+
<dt id="ientry-idp46842955570112">cairo_new_sub_path, <a class="indexterm" href="cairo-Paths.html#cairo-new-sub-path">cairo_new_sub_path ()</a>
|
457
465
|
</dt>
|
458
466
|
</dl>
|
459
467
|
</div>
|
460
468
|
<div class="indexdiv">
|
461
469
|
<h3>O</h3>
|
462
|
-
<dl><dt id="ientry-
|
470
|
+
<dl><dt id="ientry-idp46842959004816">cairo_operator_t, <a class="indexterm" href="cairo-cairo-t.html#cairo-operator-t">enum cairo_operator_t</a>
|
463
471
|
</dt></dl>
|
464
472
|
</div>
|
465
473
|
<div class="indexdiv">
|
466
474
|
<h3>P</h3>
|
467
475
|
<dl>
|
468
|
-
<dt id="ientry-
|
476
|
+
<dt id="ientry-idp46842958568240">cairo_paint, <a class="indexterm" href="cairo-cairo-t.html#cairo-paint">cairo_paint ()</a>
|
469
477
|
</dt>
|
470
|
-
<dt id="ientry-
|
478
|
+
<dt id="ientry-idp46842958584592">cairo_paint_with_alpha, <a class="indexterm" href="cairo-cairo-t.html#cairo-paint-with-alpha">cairo_paint_with_alpha ()</a>
|
471
479
|
</dt>
|
472
|
-
<dt id="ientry-
|
480
|
+
<dt id="ientry-idp46842955864336">cairo_path_data_t, <a class="indexterm" href="cairo-Paths.html#cairo-path-data-t">union cairo_path_data_t</a>
|
473
481
|
</dt>
|
474
|
-
<dt id="ientry-
|
482
|
+
<dt id="ientry-idp46842955883312">cairo_path_data_type_t, <a class="indexterm" href="cairo-Paths.html#cairo-path-data-type-t">enum cairo_path_data_type_t</a>
|
475
483
|
</dt>
|
476
|
-
<dt id="ientry-
|
484
|
+
<dt id="ientry-idp46842955434496">cairo_path_destroy, <a class="indexterm" href="cairo-Paths.html#cairo-path-destroy">cairo_path_destroy ()</a>
|
477
485
|
</dt>
|
478
|
-
<dt id="ientry-
|
486
|
+
<dt id="ientry-idp46842955787040">cairo_path_extents, <a class="indexterm" href="cairo-Paths.html#cairo-path-extents">cairo_path_extents ()</a>
|
479
487
|
</dt>
|
480
|
-
<dt id="ientry-
|
488
|
+
<dt id="ientry-idp46842955833328">cairo_path_t, <a class="indexterm" href="cairo-Paths.html#cairo-path-t">cairo_path_t</a>
|
481
489
|
</dt>
|
482
|
-
<dt id="ientry-
|
490
|
+
<dt id="ientry-idp46842959281200">cairo_pattern_add_color_stop_rgb, <a class="indexterm" href="cairo-cairo-pattern-t.html#cairo-pattern-add-color-stop-rgb">cairo_pattern_add_color_stop_rgb ()</a>
|
483
491
|
</dt>
|
484
|
-
<dt id="ientry-
|
492
|
+
<dt id="ientry-idp46842959317600">cairo_pattern_add_color_stop_rgba, <a class="indexterm" href="cairo-cairo-pattern-t.html#cairo-pattern-add-color-stop-rgba">cairo_pattern_add_color_stop_rgba ()</a>
|
485
493
|
</dt>
|
486
|
-
<dt id="ientry-
|
494
|
+
<dt id="ientry-idp46842960820912">cairo_pattern_create_for_surface, <a class="indexterm" href="cairo-cairo-pattern-t.html#cairo-pattern-create-for-surface">cairo_pattern_create_for_surface ()</a>
|
487
495
|
</dt>
|
488
|
-
<dt id="ientry-
|
496
|
+
<dt id="ientry-idp46842960864848">cairo_pattern_create_linear, <a class="indexterm" href="cairo-cairo-pattern-t.html#cairo-pattern-create-linear">cairo_pattern_create_linear ()</a>
|
489
497
|
</dt>
|
490
|
-
<dt id="ientry-
|
498
|
+
<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>
|
491
499
|
</dt>
|
492
|
-
<dt id="ientry-
|
500
|
+
<dt id="ientry-idp46842960934336">cairo_pattern_create_radial, <a class="indexterm" href="cairo-cairo-pattern-t.html#cairo-pattern-create-radial">cairo_pattern_create_radial ()</a>
|
493
501
|
</dt>
|
494
|
-
<dt id="ientry-
|
502
|
+
<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>
|
495
503
|
</dt>
|
496
|
-
<dt id="ientry-
|
504
|
+
<dt id="ientry-idp46842960727472">cairo_pattern_create_rgb, <a class="indexterm" href="cairo-cairo-pattern-t.html#cairo-pattern-create-rgb">cairo_pattern_create_rgb ()</a>
|
497
505
|
</dt>
|
498
|
-
<dt id="ientry-
|
506
|
+
<dt id="ientry-idp46842960754240">cairo_pattern_create_rgba, <a class="indexterm" href="cairo-cairo-pattern-t.html#cairo-pattern-create-rgba">cairo_pattern_create_rgba ()</a>
|
499
507
|
</dt>
|
500
|
-
<dt id="ientry-
|
508
|
+
<dt id="ientry-idp46842961580544">cairo_pattern_destroy, <a class="indexterm" href="cairo-cairo-pattern-t.html#cairo-pattern-destroy">cairo_pattern_destroy ()</a>
|
501
509
|
</dt>
|
502
|
-
<dt id="ientry-
|
510
|
+
<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>
|
503
511
|
</dt>
|
504
|
-
<dt id="ientry-
|
512
|
+
<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>
|
505
513
|
</dt>
|
506
|
-
<dt id="ientry-
|
514
|
+
<dt id="ientry-idp46842961650592">cairo_pattern_get_extend, <a class="indexterm" href="cairo-cairo-pattern-t.html#cairo-pattern-get-extend">cairo_pattern_get_extend ()</a>
|
507
515
|
</dt>
|
508
|
-
<dt id="ientry-
|
516
|
+
<dt id="ientry-idp46842961698992">cairo_pattern_get_filter, <a class="indexterm" href="cairo-cairo-pattern-t.html#cairo-pattern-get-filter">cairo_pattern_get_filter ()</a>
|
509
517
|
</dt>
|
510
|
-
<dt id="ientry-
|
518
|
+
<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>
|
511
519
|
</dt>
|
512
|
-
<dt id="ientry-
|
520
|
+
<dt id="ientry-idp46842961746608">cairo_pattern_get_matrix, <a class="indexterm" href="cairo-cairo-pattern-t.html#cairo-pattern-get-matrix">cairo_pattern_get_matrix ()</a>
|
513
521
|
</dt>
|
514
|
-
<dt id="ientry-
|
522
|
+
<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>
|
515
523
|
</dt>
|
516
|
-
<dt id="ientry-
|
524
|
+
<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>
|
517
525
|
</dt>
|
518
|
-
<dt id="ientry-
|
526
|
+
<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>
|
519
527
|
</dt>
|
520
|
-
<dt id="ientry-
|
528
|
+
<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>
|
521
529
|
</dt>
|
522
|
-
<dt id="ientry-
|
530
|
+
<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>
|
523
531
|
</dt>
|
524
|
-
<dt id="ientry-
|
532
|
+
<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>
|
525
533
|
</dt>
|
526
|
-
<dt id="ientry-
|
534
|
+
<dt id="ientry-idp46842961555648">cairo_pattern_reference, <a class="indexterm" href="cairo-cairo-pattern-t.html#cairo-pattern-reference">cairo_pattern_reference ()</a>
|
527
535
|
</dt>
|
528
|
-
<dt id="ientry-
|
536
|
+
<dt id="ientry-idp46842961625056">cairo_pattern_set_extend, <a class="indexterm" href="cairo-cairo-pattern-t.html#cairo-pattern-set-extend">cairo_pattern_set_extend ()</a>
|
529
537
|
</dt>
|
530
|
-
<dt id="ientry-
|
538
|
+
<dt id="ientry-idp46842961670640">cairo_pattern_set_filter, <a class="indexterm" href="cairo-cairo-pattern-t.html#cairo-pattern-set-filter">cairo_pattern_set_filter ()</a>
|
531
539
|
</dt>
|
532
|
-
<dt id="ientry-
|
540
|
+
<dt id="ientry-idp46842961719008">cairo_pattern_set_matrix, <a class="indexterm" href="cairo-cairo-pattern-t.html#cairo-pattern-set-matrix">cairo_pattern_set_matrix ()</a>
|
533
541
|
</dt>
|
534
|
-
<dt id="ientry-
|
542
|
+
<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>
|
535
543
|
</dt>
|
536
|
-
<dt id="ientry-
|
544
|
+
<dt id="ientry-idp46842961600224">cairo_pattern_status, <a class="indexterm" href="cairo-cairo-pattern-t.html#cairo-pattern-status">cairo_pattern_status ()</a>
|
537
545
|
</dt>
|
538
|
-
<dt id="ientry-
|
546
|
+
<dt id="ientry-idp46842961877472">cairo_pattern_t, <a class="indexterm" href="cairo-cairo-pattern-t.html#cairo-pattern-t">cairo_pattern_t</a>
|
539
547
|
</dt>
|
540
|
-
<dt id="ientry-
|
548
|
+
<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>
|
541
549
|
</dt>
|
542
|
-
<dt id="ientry-
|
550
|
+
<dt id="ientry-idp46842966984288">cairo_pdf_get_versions, <a class="indexterm" href="cairo-PDF-Surfaces.html#cairo-pdf-get-versions">cairo_pdf_get_versions ()</a>
|
543
551
|
</dt>
|
544
|
-
<dt id="ientry-
|
552
|
+
<dt id="ientry-idp46842968495728">cairo_pdf_metadata_t, <a class="indexterm" href="cairo-PDF-Surfaces.html#cairo-pdf-metadata-t">enum cairo_pdf_metadata_t</a>
|
545
553
|
</dt>
|
546
|
-
<dt id="ientry-
|
554
|
+
<dt id="ientry-idp46842968476096">cairo_pdf_outline_flags_t, <a class="indexterm" href="cairo-PDF-Surfaces.html#cairo-pdf-outline-flags-t">enum cairo_pdf_outline_flags_t</a>
|
547
555
|
</dt>
|
548
|
-
<dt id="ientry-
|
556
|
+
<dt id="ientry-idp46842968469904">CAIRO_PDF_OUTLINE_ROOT, <a class="indexterm" href="cairo-PDF-Surfaces.html#CAIRO-PDF-OUTLINE-ROOT:CAPS">CAIRO_PDF_OUTLINE_ROOT</a>
|
549
557
|
</dt>
|
550
|
-
<dt id="ientry-
|
558
|
+
<dt id="ientry-idp46842967054656">cairo_pdf_surface_add_outline, <a class="indexterm" href="cairo-PDF-Surfaces.html#cairo-pdf-surface-add-outline">cairo_pdf_surface_add_outline ()</a>
|
551
559
|
</dt>
|
552
|
-
<dt id="ientry-
|
560
|
+
<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>
|
553
561
|
</dt>
|
554
|
-
<dt id="ientry-
|
562
|
+
<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>
|
555
563
|
</dt>
|
556
|
-
<dt id="ientry-
|
564
|
+
<dt id="ientry-idp46842966961344">cairo_pdf_surface_restrict_to_version, <a class="indexterm" href="cairo-PDF-Surfaces.html#cairo-pdf-surface-restrict-to-version">cairo_pdf_surface_restrict_to_version ()</a>
|
557
565
|
</dt>
|
558
|
-
<dt id="ientry-
|
566
|
+
<dt id="ientry-idp46842967094000">cairo_pdf_surface_set_metadata, <a class="indexterm" href="cairo-PDF-Surfaces.html#cairo-pdf-surface-set-metadata">cairo_pdf_surface_set_metadata ()</a>
|
559
567
|
</dt>
|
560
|
-
<dt id="ientry-
|
568
|
+
<dt id="ientry-idp46842967122592">cairo_pdf_surface_set_page_label, <a class="indexterm" href="cairo-PDF-Surfaces.html#cairo-pdf-surface-set-page-label">cairo_pdf_surface_set_page_label ()</a>
|
561
569
|
</dt>
|
562
|
-
<dt id="ientry-
|
570
|
+
<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>
|
563
571
|
</dt>
|
564
|
-
<dt id="ientry-
|
572
|
+
<dt id="ientry-idp46842967143408">cairo_pdf_surface_set_thumbnail_size, <a class="indexterm" href="cairo-PDF-Surfaces.html#cairo-pdf-surface-set-thumbnail-size">cairo_pdf_surface_set_thumbnail_size ()</a>
|
565
573
|
</dt>
|
566
|
-
<dt id="ientry-
|
574
|
+
<dt id="ientry-idp46842968526672">cairo_pdf_version_t, <a class="indexterm" href="cairo-PDF-Surfaces.html#cairo-pdf-version-t">enum cairo_pdf_version_t</a>
|
567
575
|
</dt>
|
568
|
-
<dt id="ientry-
|
576
|
+
<dt id="ientry-idp46842967005408">cairo_pdf_version_to_string, <a class="indexterm" href="cairo-PDF-Surfaces.html#cairo-pdf-version-to-string">cairo_pdf_version_to_string ()</a>
|
569
577
|
</dt>
|
570
|
-
<dt id="ientry-
|
578
|
+
<dt id="ientry-idp46842957533136">cairo_pop_group, <a class="indexterm" href="cairo-cairo-t.html#cairo-pop-group">cairo_pop_group ()</a>
|
571
579
|
</dt>
|
572
|
-
<dt id="ientry-
|
580
|
+
<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>
|
573
581
|
</dt>
|
574
|
-
<dt id="ientry-
|
582
|
+
<dt id="ientry-idp46842968688512">cairo_ps_get_levels, <a class="indexterm" href="cairo-PostScript-Surfaces.html#cairo-ps-get-levels">cairo_ps_get_levels ()</a>
|
575
583
|
</dt>
|
576
|
-
<dt id="ientry-
|
584
|
+
<dt id="ientry-idp46842969108192">cairo_ps_level_t, <a class="indexterm" href="cairo-PostScript-Surfaces.html#cairo-ps-level-t">enum cairo_ps_level_t</a>
|
577
585
|
</dt>
|
578
|
-
<dt id="ientry-
|
586
|
+
<dt id="ientry-idp46842968709600">cairo_ps_level_to_string, <a class="indexterm" href="cairo-PostScript-Surfaces.html#cairo-ps-level-to-string">cairo_ps_level_to_string ()</a>
|
579
587
|
</dt>
|
580
|
-
<dt id="ientry-
|
588
|
+
<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>
|
581
589
|
</dt>
|
582
|
-
<dt id="ientry-
|
590
|
+
<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>
|
583
591
|
</dt>
|
584
|
-
<dt id="ientry-
|
592
|
+
<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>
|
585
593
|
</dt>
|
586
|
-
<dt id="ientry-
|
594
|
+
<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>
|
587
595
|
</dt>
|
588
|
-
<dt id="ientry-
|
596
|
+
<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>
|
589
597
|
</dt>
|
590
|
-
<dt id="ientry-
|
598
|
+
<dt id="ientry-idp46842968755632">cairo_ps_surface_get_eps, <a class="indexterm" href="cairo-PostScript-Surfaces.html#cairo-ps-surface-get-eps">cairo_ps_surface_get_eps ()</a>
|
591
599
|
</dt>
|
592
|
-
<dt id="ientry-
|
600
|
+
<dt id="ientry-idp46842968665504">cairo_ps_surface_restrict_to_level, <a class="indexterm" href="cairo-PostScript-Surfaces.html#cairo-ps-surface-restrict-to-level">cairo_ps_surface_restrict_to_level ()</a>
|
593
601
|
</dt>
|
594
|
-
<dt id="ientry-
|
602
|
+
<dt id="ientry-idp46842968731424">cairo_ps_surface_set_eps, <a class="indexterm" href="cairo-PostScript-Surfaces.html#cairo-ps-surface-set-eps">cairo_ps_surface_set_eps ()</a>
|
595
603
|
</dt>
|
596
|
-
<dt id="ientry-
|
604
|
+
<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>
|
597
605
|
</dt>
|
598
|
-
<dt id="ientry-
|
606
|
+
<dt id="ientry-idp46842957476464">cairo_push_group, <a class="indexterm" href="cairo-cairo-t.html#cairo-push-group">cairo_push_group ()</a>
|
599
607
|
</dt>
|
600
|
-
<dt id="ientry-
|
608
|
+
<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>
|
601
609
|
</dt>
|
602
610
|
</dl>
|
603
611
|
</div>
|
604
612
|
<div class="indexdiv">
|
605
613
|
<h3>Q</h3>
|
606
614
|
<dl>
|
607
|
-
<dt id="ientry-
|
615
|
+
<dt id="ientry-idp46842950893536">cairo_quartz_font_face_create_for_atsu_font_id, <a class="indexterm" href="cairo-Quartz-(CGFont)-Fonts.html#cairo-quartz-font-face-create-for-atsu-font-id">cairo_quartz_font_face_create_for_atsu_font_id ()</a>
|
608
616
|
</dt>
|
609
|
-
<dt id="ientry-
|
617
|
+
<dt id="ientry-idp46842953877152">cairo_quartz_font_face_create_for_cgfont, <a class="indexterm" href="cairo-Quartz-(CGFont)-Fonts.html#cairo-quartz-font-face-create-for-cgfont">cairo_quartz_font_face_create_for_cgfont ()</a>
|
610
618
|
</dt>
|
611
|
-
<dt id="ientry-
|
619
|
+
<dt id="ientry-idp46842967252272">cairo_quartz_surface_create, <a class="indexterm" href="cairo-Quartz-Surfaces.html#cairo-quartz-surface-create">cairo_quartz_surface_create ()</a>
|
612
620
|
</dt>
|
613
|
-
<dt id="ientry-
|
621
|
+
<dt id="ientry-idp46842969473440">cairo_quartz_surface_create_for_cg_context, <a class="indexterm" href="cairo-Quartz-Surfaces.html#cairo-quartz-surface-create-for-cg-context">cairo_quartz_surface_create_for_cg_context ()</a>
|
614
622
|
</dt>
|
615
|
-
<dt id="ientry-
|
623
|
+
<dt id="ientry-idp46842969501008">cairo_quartz_surface_get_cg_context, <a class="indexterm" href="cairo-Quartz-Surfaces.html#cairo-quartz-surface-get-cg-context">cairo_quartz_surface_get_cg_context ()</a>
|
616
624
|
</dt>
|
617
625
|
</dl>
|
618
626
|
</div>
|
619
627
|
<div class="indexdiv">
|
620
628
|
<h3>R</h3>
|
621
629
|
<dl>
|
622
|
-
<dt id="ientry-
|
630
|
+
<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>
|
623
631
|
</dt>
|
624
|
-
<dt id="ientry-
|
632
|
+
<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>
|
625
633
|
</dt>
|
626
|
-
<dt id="ientry-
|
634
|
+
<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>
|
627
635
|
</dt>
|
628
|
-
<dt id="ientry-
|
636
|
+
<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>
|
629
637
|
</dt>
|
630
|
-
<dt id="ientry-
|
638
|
+
<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>
|
631
639
|
</dt>
|
632
|
-
<dt id="ientry-
|
640
|
+
<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>
|
633
641
|
</dt>
|
634
|
-
<dt id="ientry-
|
642
|
+
<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>
|
635
643
|
</dt>
|
636
|
-
<dt id="ientry-
|
644
|
+
<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>
|
637
645
|
</dt>
|
638
|
-
<dt id="ientry-
|
646
|
+
<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>
|
639
647
|
</dt>
|
640
|
-
<dt id="ientry-
|
648
|
+
<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>
|
641
649
|
</dt>
|
642
|
-
<dt id="ientry-
|
650
|
+
<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>
|
643
651
|
</dt>
|
644
|
-
<dt id="ientry-
|
652
|
+
<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>
|
645
653
|
</dt>
|
646
|
-
<dt id="ientry-
|
654
|
+
<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>
|
647
655
|
</dt>
|
648
|
-
<dt id="ientry-
|
656
|
+
<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>
|
649
657
|
</dt>
|
650
|
-
<dt id="ientry-
|
658
|
+
<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>
|
651
659
|
</dt>
|
652
|
-
<dt id="ientry-
|
660
|
+
<dt id="ientry-idp46842967343392">cairo_read_func_t, <a class="indexterm" href="cairo-PNG-Support.html#cairo-read-func-t">cairo_read_func_t ()</a>
|
653
661
|
</dt>
|
654
|
-
<dt id="ientry-
|
662
|
+
<dt id="ientry-idp46842963377808">cairo_recording_surface_create, <a class="indexterm" href="cairo-Recording-Surfaces.html#cairo-recording-surface-create">cairo_recording_surface_create ()</a>
|
655
663
|
</dt>
|
656
|
-
<dt id="ientry-
|
664
|
+
<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>
|
657
665
|
</dt>
|
658
|
-
<dt id="ientry-
|
666
|
+
<dt id="ientry-idp46842956333408">cairo_recording_surface_ink_extents, <a class="indexterm" href="cairo-Recording-Surfaces.html#cairo-recording-surface-ink-extents">cairo_recording_surface_ink_extents ()</a>
|
659
667
|
</dt>
|
660
|
-
<dt id="ientry-
|
668
|
+
<dt id="ientry-idp46842951094528">cairo_rectangle, <a class="indexterm" href="cairo-Paths.html#cairo-rectangle">cairo_rectangle ()</a>
|
661
669
|
</dt>
|
662
|
-
<dt id="ientry-
|
670
|
+
<dt id="ientry-idp46842966054816">cairo_rectangle_int_t, <a class="indexterm" href="cairo-Types.html#cairo-rectangle-int-t">cairo_rectangle_int_t</a>
|
663
671
|
</dt>
|
664
|
-
<dt id="ientry-
|
672
|
+
<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>
|
665
673
|
</dt>
|
666
|
-
<dt id="ientry-
|
674
|
+
<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>
|
667
675
|
</dt>
|
668
|
-
<dt id="ientry-
|
676
|
+
<dt id="ientry-idp46842959122208">cairo_rectangle_t, <a class="indexterm" href="cairo-cairo-t.html#cairo-rectangle-t">cairo_rectangle_t</a>
|
669
677
|
</dt>
|
670
|
-
<dt id="ientry-
|
678
|
+
<dt id="ientry-idp46842953407920">cairo_reference, <a class="indexterm" href="cairo-cairo-t.html#cairo-reference">cairo_reference ()</a>
|
671
679
|
</dt>
|
672
|
-
<dt id="ientry-
|
680
|
+
<dt id="ientry-idp46842959757600">cairo_region_contains_point, <a class="indexterm" href="cairo-Regions.html#cairo-region-contains-point">cairo_region_contains_point ()</a>
|
673
681
|
</dt>
|
674
|
-
<dt id="ientry-
|
682
|
+
<dt id="ientry-idp46842959790672">cairo_region_contains_rectangle, <a class="indexterm" href="cairo-Regions.html#cairo-region-contains-rectangle">cairo_region_contains_rectangle ()</a>
|
675
683
|
</dt>
|
676
|
-
<dt id="ientry-
|
684
|
+
<dt id="ientry-idp46842959579072">cairo_region_copy, <a class="indexterm" href="cairo-Regions.html#cairo-region-copy">cairo_region_copy ()</a>
|
677
685
|
</dt>
|
678
|
-
<dt id="ientry-
|
686
|
+
<dt id="ientry-idp46842952090208">cairo_region_create, <a class="indexterm" href="cairo-Regions.html#cairo-region-create">cairo_region_create ()</a>
|
679
687
|
</dt>
|
680
|
-
<dt id="ientry-
|
688
|
+
<dt id="ientry-idp46842959529776">cairo_region_create_rectangle, <a class="indexterm" href="cairo-Regions.html#cairo-region-create-rectangle">cairo_region_create_rectangle ()</a>
|
681
689
|
</dt>
|
682
|
-
<dt id="ientry-
|
690
|
+
<dt id="ientry-idp46842959552496">cairo_region_create_rectangles, <a class="indexterm" href="cairo-Regions.html#cairo-region-create-rectangles">cairo_region_create_rectangles ()</a>
|
683
691
|
</dt>
|
684
|
-
<dt id="ientry-
|
692
|
+
<dt id="ientry-idp46842959623808">cairo_region_destroy, <a class="indexterm" href="cairo-Regions.html#cairo-region-destroy">cairo_region_destroy ()</a>
|
685
693
|
</dt>
|
686
|
-
<dt id="ientry-
|
694
|
+
<dt id="ientry-idp46842959823200">cairo_region_equal, <a class="indexterm" href="cairo-Regions.html#cairo-region-equal">cairo_region_equal ()</a>
|
687
695
|
</dt>
|
688
|
-
<dt id="ientry-
|
696
|
+
<dt id="ientry-idp46842959665760">cairo_region_get_extents, <a class="indexterm" href="cairo-Regions.html#cairo-region-get-extents">cairo_region_get_extents ()</a>
|
689
697
|
</dt>
|
690
|
-
<dt id="ientry-
|
698
|
+
<dt id="ientry-idp46842959708320">cairo_region_get_rectangle, <a class="indexterm" href="cairo-Regions.html#cairo-region-get-rectangle">cairo_region_get_rectangle ()</a>
|
691
699
|
</dt>
|
692
|
-
<dt id="ientry-
|
700
|
+
<dt id="ientry-idp46842959879872">cairo_region_intersect, <a class="indexterm" href="cairo-Regions.html#cairo-region-intersect">cairo_region_intersect ()</a>
|
693
701
|
</dt>
|
694
|
-
<dt id="ientry-
|
702
|
+
<dt id="ientry-idp46842959907504">cairo_region_intersect_rectangle, <a class="indexterm" href="cairo-Regions.html#cairo-region-intersect-rectangle">cairo_region_intersect_rectangle ()</a>
|
695
703
|
</dt>
|
696
|
-
<dt id="ientry-
|
704
|
+
<dt id="ientry-idp46842959735088">cairo_region_is_empty, <a class="indexterm" href="cairo-Regions.html#cairo-region-is-empty">cairo_region_is_empty ()</a>
|
697
705
|
</dt>
|
698
|
-
<dt id="ientry-
|
706
|
+
<dt id="ientry-idp46842959688032">cairo_region_num_rectangles, <a class="indexterm" href="cairo-Regions.html#cairo-region-num-rectangles">cairo_region_num_rectangles ()</a>
|
699
707
|
</dt>
|
700
|
-
<dt id="ientry-
|
708
|
+
<dt id="ientry-idp46842960119536">cairo_region_overlap_t, <a class="indexterm" href="cairo-Regions.html#cairo-region-overlap-t">enum cairo_region_overlap_t</a>
|
701
709
|
</dt>
|
702
|
-
<dt id="ientry-
|
710
|
+
<dt id="ientry-idp46842959601760">cairo_region_reference, <a class="indexterm" href="cairo-Regions.html#cairo-region-reference">cairo_region_reference ()</a>
|
703
711
|
</dt>
|
704
|
-
<dt id="ientry-
|
712
|
+
<dt id="ientry-idp46842959644912">cairo_region_status, <a class="indexterm" href="cairo-Regions.html#cairo-region-status">cairo_region_status ()</a>
|
705
713
|
</dt>
|
706
|
-
<dt id="ientry-
|
714
|
+
<dt id="ientry-idp46842959934960">cairo_region_subtract, <a class="indexterm" href="cairo-Regions.html#cairo-region-subtract">cairo_region_subtract ()</a>
|
707
715
|
</dt>
|
708
|
-
<dt id="ientry-
|
716
|
+
<dt id="ientry-idp46842959962576">cairo_region_subtract_rectangle, <a class="indexterm" href="cairo-Regions.html#cairo-region-subtract-rectangle">cairo_region_subtract_rectangle ()</a>
|
709
717
|
</dt>
|
710
|
-
<dt id="ientry-
|
718
|
+
<dt id="ientry-idp46842960106576">cairo_region_t, <a class="indexterm" href="cairo-Regions.html#cairo-region-t">cairo_region_t</a>
|
711
719
|
</dt>
|
712
|
-
<dt id="ientry-
|
720
|
+
<dt id="ientry-idp46842959853216">cairo_region_translate, <a class="indexterm" href="cairo-Regions.html#cairo-region-translate">cairo_region_translate ()</a>
|
713
721
|
</dt>
|
714
|
-
<dt id="ientry-
|
722
|
+
<dt id="ientry-idp46842959990096">cairo_region_union, <a class="indexterm" href="cairo-Regions.html#cairo-region-union">cairo_region_union ()</a>
|
715
723
|
</dt>
|
716
|
-
<dt id="ientry-
|
724
|
+
<dt id="ientry-idp46842960017680">cairo_region_union_rectangle, <a class="indexterm" href="cairo-Regions.html#cairo-region-union-rectangle">cairo_region_union_rectangle ()</a>
|
717
725
|
</dt>
|
718
|
-
<dt id="ientry-
|
726
|
+
<dt id="ientry-idp46842960045280">cairo_region_xor, <a class="indexterm" href="cairo-Regions.html#cairo-region-xor">cairo_region_xor ()</a>
|
719
727
|
</dt>
|
720
|
-
<dt id="ientry-
|
728
|
+
<dt id="ientry-idp46842960075008">cairo_region_xor_rectangle, <a class="indexterm" href="cairo-Regions.html#cairo-region-xor-rectangle">cairo_region_xor_rectangle ()</a>
|
721
729
|
</dt>
|
722
|
-
<dt id="ientry-
|
730
|
+
<dt id="ientry-idp46842955660864">cairo_rel_curve_to, <a class="indexterm" href="cairo-Paths.html#cairo-rel-curve-to">cairo_rel_curve_to ()</a>
|
723
731
|
</dt>
|
724
|
-
<dt id="ientry-
|
732
|
+
<dt id="ientry-idp46842955719680">cairo_rel_line_to, <a class="indexterm" href="cairo-Paths.html#cairo-rel-line-to">cairo_rel_line_to ()</a>
|
725
733
|
</dt>
|
726
|
-
<dt id="ientry-
|
734
|
+
<dt id="ientry-idp46842955754672">cairo_rel_move_to, <a class="indexterm" href="cairo-Paths.html#cairo-rel-move-to">cairo_rel_move_to ()</a>
|
727
735
|
</dt>
|
728
|
-
<dt id="ientry-
|
736
|
+
<dt id="ientry-idp46842958336992">cairo_reset_clip, <a class="indexterm" href="cairo-cairo-t.html#cairo-reset-clip">cairo_reset_clip ()</a>
|
729
737
|
</dt>
|
730
|
-
<dt id="ientry-
|
738
|
+
<dt id="ientry-idp46842957431056">cairo_restore, <a class="indexterm" href="cairo-cairo-t.html#cairo-restore">cairo_restore ()</a>
|
731
739
|
</dt>
|
732
|
-
<dt id="ientry-
|
740
|
+
<dt id="ientry-idp46842953548432">cairo_rotate, <a class="indexterm" href="cairo-Transformations.html#cairo-rotate">cairo_rotate ()</a>
|
733
741
|
</dt>
|
734
742
|
</dl>
|
735
743
|
</div>
|
736
744
|
<div class="indexdiv">
|
737
745
|
<h3>S</h3>
|
738
746
|
<dl>
|
739
|
-
<dt id="ientry-
|
747
|
+
<dt id="ientry-idp46842957405824">cairo_save, <a class="indexterm" href="cairo-cairo-t.html#cairo-save">cairo_save ()</a>
|
740
748
|
</dt>
|
741
|
-
<dt id="ientry-
|
749
|
+
<dt id="ientry-idp46842955244768">cairo_scale, <a class="indexterm" href="cairo-Transformations.html#cairo-scale">cairo_scale ()</a>
|
742
750
|
</dt>
|
743
|
-
<dt id="ientry-
|
751
|
+
<dt id="ientry-idp46842963146048">cairo_scaled_font_create, <a class="indexterm" href="cairo-cairo-scaled-font-t.html#cairo-scaled-font-create">cairo_scaled_font_create ()</a>
|
744
752
|
</dt>
|
745
|
-
<dt id="ientry-
|
753
|
+
<dt id="ientry-idp46842963206400">cairo_scaled_font_destroy, <a class="indexterm" href="cairo-cairo-scaled-font-t.html#cairo-scaled-font-destroy">cairo_scaled_font_destroy ()</a>
|
746
754
|
</dt>
|
747
|
-
<dt id="ientry-
|
755
|
+
<dt id="ientry-idp46842963246864">cairo_scaled_font_extents, <a class="indexterm" href="cairo-cairo-scaled-font-t.html#cairo-scaled-font-extents">cairo_scaled_font_extents ()</a>
|
748
756
|
</dt>
|
749
|
-
<dt id="ientry-
|
757
|
+
<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>
|
750
758
|
</dt>
|
751
|
-
<dt id="ientry-
|
759
|
+
<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>
|
752
760
|
</dt>
|
753
|
-
<dt id="ientry-
|
761
|
+
<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>
|
754
762
|
</dt>
|
755
|
-
<dt id="ientry-
|
763
|
+
<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>
|
756
764
|
</dt>
|
757
|
-
<dt id="ientry-
|
765
|
+
<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>
|
758
766
|
</dt>
|
759
|
-
<dt id="ientry-
|
767
|
+
<dt id="ientry-idp46842964487760">cairo_scaled_font_get_scale_matrix, <a class="indexterm" href="cairo-cairo-scaled-font-t.html#cairo-scaled-font-get-scale-matrix">cairo_scaled_font_get_scale_matrix ()</a>
|
760
768
|
</dt>
|
761
|
-
<dt id="ientry-
|
769
|
+
<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>
|
762
770
|
</dt>
|
763
|
-
<dt id="ientry-
|
771
|
+
<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>
|
764
772
|
</dt>
|
765
|
-
<dt id="ientry-
|
773
|
+
<dt id="ientry-idp46842963298848">cairo_scaled_font_glyph_extents, <a class="indexterm" href="cairo-cairo-scaled-font-t.html#cairo-scaled-font-glyph-extents">cairo_scaled_font_glyph_extents ()</a>
|
766
774
|
</dt>
|
767
|
-
<dt id="ientry-
|
775
|
+
<dt id="ientry-idp46842963180704">cairo_scaled_font_reference, <a class="indexterm" href="cairo-cairo-scaled-font-t.html#cairo-scaled-font-reference">cairo_scaled_font_reference ()</a>
|
768
776
|
</dt>
|
769
|
-
<dt id="ientry-
|
777
|
+
<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>
|
770
778
|
</dt>
|
771
|
-
<dt id="ientry-
|
779
|
+
<dt id="ientry-idp46842963225904">cairo_scaled_font_status, <a class="indexterm" href="cairo-cairo-scaled-font-t.html#cairo-scaled-font-status">cairo_scaled_font_status ()</a>
|
772
780
|
</dt>
|
773
|
-
<dt id="ientry-
|
781
|
+
<dt id="ientry-idp46842964602096">cairo_scaled_font_t, <a class="indexterm" href="cairo-cairo-scaled-font-t.html#cairo-scaled-font-t">cairo_scaled_font_t</a>
|
774
782
|
</dt>
|
775
|
-
<dt id="ientry-
|
783
|
+
<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>
|
776
784
|
</dt>
|
777
|
-
<dt id="ientry-
|
785
|
+
<dt id="ientry-idp46842963332672">cairo_scaled_font_text_to_glyphs, <a class="indexterm" href="cairo-cairo-scaled-font-t.html#cairo-scaled-font-text-to-glyphs">cairo_scaled_font_text_to_glyphs ()</a>
|
778
786
|
</dt>
|
779
|
-
<dt id="ientry-
|
787
|
+
<dt id="ientry-idp46842969908752">cairo_script_create, <a class="indexterm" href="cairo-Script-Surfaces.html#cairo-script-create">cairo_script_create ()</a>
|
780
788
|
</dt>
|
781
|
-
<dt id="ientry-
|
789
|
+
<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>
|
782
790
|
</dt>
|
783
|
-
<dt id="ientry-
|
791
|
+
<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>
|
784
792
|
</dt>
|
785
|
-
<dt id="ientry-
|
793
|
+
<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>
|
786
794
|
</dt>
|
787
|
-
<dt id="ientry-
|
795
|
+
<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>
|
788
796
|
</dt>
|
789
|
-
<dt id="ientry-
|
797
|
+
<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>
|
790
798
|
</dt>
|
791
|
-
<dt id="ientry-
|
799
|
+
<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>
|
792
800
|
</dt>
|
793
|
-
<dt id="ientry-
|
801
|
+
<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>
|
794
802
|
</dt>
|
795
|
-
<dt id="ientry-
|
803
|
+
<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>
|
796
804
|
</dt>
|
797
|
-
<dt id="ientry-
|
805
|
+
<dt id="ientry-idp46842960293504">cairo_select_font_face, <a class="indexterm" href="cairo-text.html#cairo-select-font-face">cairo_select_font_face ()</a>
|
798
806
|
</dt>
|
799
|
-
<dt id="ientry-
|
807
|
+
<dt id="ientry-idp46842957763072">cairo_set_antialias, <a class="indexterm" href="cairo-cairo-t.html#cairo-set-antialias">cairo_set_antialias ()</a>
|
800
808
|
</dt>
|
801
|
-
<dt id="ientry-
|
809
|
+
<dt id="ientry-idp46842957806096">cairo_set_dash, <a class="indexterm" href="cairo-cairo-t.html#cairo-set-dash">cairo_set_dash ()</a>
|
802
810
|
</dt>
|
803
|
-
<dt id="ientry-
|
811
|
+
<dt id="ientry-idp46842957899488">cairo_set_fill_rule, <a class="indexterm" href="cairo-cairo-t.html#cairo-set-fill-rule">cairo_set_fill_rule ()</a>
|
804
812
|
</dt>
|
805
|
-
<dt id="ientry-
|
813
|
+
<dt id="ientry-idp46842960465936">cairo_set_font_face, <a class="indexterm" href="cairo-text.html#cairo-set-font-face">cairo_set_font_face ()</a>
|
806
814
|
</dt>
|
807
|
-
<dt id="ientry-
|
815
|
+
<dt id="ientry-idp46842960372496">cairo_set_font_matrix, <a class="indexterm" href="cairo-text.html#cairo-set-font-matrix">cairo_set_font_matrix ()</a>
|
808
816
|
</dt>
|
809
|
-
<dt id="ientry-
|
817
|
+
<dt id="ientry-idp46842960418768">cairo_set_font_options, <a class="indexterm" href="cairo-text.html#cairo-set-font-options">cairo_set_font_options ()</a>
|
810
818
|
</dt>
|
811
|
-
<dt id="ientry-
|
819
|
+
<dt id="ientry-idp46842960342848">cairo_set_font_size, <a class="indexterm" href="cairo-text.html#cairo-set-font-size">cairo_set_font_size ()</a>
|
812
820
|
</dt>
|
813
|
-
<dt id="ientry-
|
821
|
+
<dt id="ientry-idp46842957945408">cairo_set_line_cap, <a class="indexterm" href="cairo-cairo-t.html#cairo-set-line-cap">cairo_set_line_cap ()</a>
|
814
822
|
</dt>
|
815
|
-
<dt id="ientry-
|
823
|
+
<dt id="ientry-idp46842957991216">cairo_set_line_join, <a class="indexterm" href="cairo-cairo-t.html#cairo-set-line-join">cairo_set_line_join ()</a>
|
816
824
|
</dt>
|
817
|
-
<dt id="ientry-
|
825
|
+
<dt id="ientry-idp46842958037232">cairo_set_line_width, <a class="indexterm" href="cairo-cairo-t.html#cairo-set-line-width">cairo_set_line_width ()</a>
|
818
826
|
</dt>
|
819
|
-
<dt id="ientry-
|
827
|
+
<dt id="ientry-idp46842952045408">cairo_set_matrix, <a class="indexterm" href="cairo-Transformations.html#cairo-set-matrix">cairo_set_matrix ()</a>
|
820
828
|
</dt>
|
821
|
-
<dt id="ientry-
|
829
|
+
<dt id="ientry-idp46842958088448">cairo_set_miter_limit, <a class="indexterm" href="cairo-cairo-t.html#cairo-set-miter-limit">cairo_set_miter_limit ()</a>
|
822
830
|
</dt>
|
823
|
-
<dt id="ientry-
|
831
|
+
<dt id="ientry-idp46842958136096">cairo_set_operator, <a class="indexterm" href="cairo-cairo-t.html#cairo-set-operator">cairo_set_operator ()</a>
|
824
832
|
</dt>
|
825
|
-
<dt id="ientry-
|
833
|
+
<dt id="ientry-idp46842962296624">cairo_set_scaled_font, <a class="indexterm" href="cairo-text.html#cairo-set-scaled-font">cairo_set_scaled_font ()</a>
|
826
834
|
</dt>
|
827
|
-
<dt id="ientry-
|
835
|
+
<dt id="ientry-idp46842957678736">cairo_set_source, <a class="indexterm" href="cairo-cairo-t.html#cairo-set-source">cairo_set_source ()</a>
|
828
836
|
</dt>
|
829
|
-
<dt id="ientry-
|
837
|
+
<dt id="ientry-idp46842957613680">cairo_set_source_rgb, <a class="indexterm" href="cairo-cairo-t.html#cairo-set-source-rgb">cairo_set_source_rgb ()</a>
|
830
838
|
</dt>
|
831
|
-
<dt id="ientry-
|
839
|
+
<dt id="ientry-idp46842957645216">cairo_set_source_rgba, <a class="indexterm" href="cairo-cairo-t.html#cairo-set-source-rgba">cairo_set_source_rgba ()</a>
|
832
840
|
</dt>
|
833
|
-
<dt id="ientry-
|
841
|
+
<dt id="ientry-idp46842957704752">cairo_set_source_surface, <a class="indexterm" href="cairo-cairo-t.html#cairo-set-source-surface">cairo_set_source_surface ()</a>
|
834
842
|
</dt>
|
835
|
-
<dt id="ientry-
|
843
|
+
<dt id="ientry-idp46842958178288">cairo_set_tolerance, <a class="indexterm" href="cairo-cairo-t.html#cairo-set-tolerance">cairo_set_tolerance ()</a>
|
836
844
|
</dt>
|
837
|
-
<dt id="ientry-
|
845
|
+
<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>
|
838
846
|
</dt>
|
839
|
-
<dt id="ientry-
|
847
|
+
<dt id="ientry-idp46842962367280">cairo_show_glyphs, <a class="indexterm" href="cairo-text.html#cairo-show-glyphs">cairo_show_glyphs ()</a>
|
840
848
|
</dt>
|
841
|
-
<dt id="ientry-
|
849
|
+
<dt id="ientry-idp46842958771440">cairo_show_page, <a class="indexterm" href="cairo-cairo-t.html#cairo-show-page">cairo_show_page ()</a>
|
842
850
|
</dt>
|
843
|
-
<dt id="ientry-
|
851
|
+
<dt id="ientry-idp46842962343648">cairo_show_text, <a class="indexterm" href="cairo-text.html#cairo-show-text">cairo_show_text ()</a>
|
844
852
|
</dt>
|
845
|
-
<dt id="ientry-
|
853
|
+
<dt id="ientry-idp46842962388480">cairo_show_text_glyphs, <a class="indexterm" href="cairo-text.html#cairo-show-text-glyphs">cairo_show_text_glyphs ()</a>
|
846
854
|
</dt>
|
847
|
-
<dt id="ientry-
|
855
|
+
<dt id="ientry-idp46842957389552">cairo_status, <a class="indexterm" href="cairo-cairo-t.html#cairo-status">cairo_status ()</a>
|
848
856
|
</dt>
|
849
|
-
<dt id="ientry-
|
857
|
+
<dt id="ientry-idp46842971306416">cairo_status_t, <a class="indexterm" href="cairo-Error-handling.html#cairo-status-t">enum cairo_status_t</a>
|
850
858
|
</dt>
|
851
|
-
<dt id="ientry-
|
859
|
+
<dt id="ientry-idp46842969916208">cairo_status_to_string, <a class="indexterm" href="cairo-Error-handling.html#cairo-status-to-string">cairo_status_to_string ()</a>
|
852
860
|
</dt>
|
853
|
-
<dt id="ientry-
|
861
|
+
<dt id="ientry-idp46842958606816">cairo_stroke, <a class="indexterm" href="cairo-cairo-t.html#cairo-stroke">cairo_stroke ()</a>
|
854
862
|
</dt>
|
855
|
-
<dt id="ientry-
|
863
|
+
<dt id="ientry-idp46842958671248">cairo_stroke_extents, <a class="indexterm" href="cairo-cairo-t.html#cairo-stroke-extents">cairo_stroke_extents ()</a>
|
856
864
|
</dt>
|
857
|
-
<dt id="ientry-
|
865
|
+
<dt id="ientry-idp46842958646528">cairo_stroke_preserve, <a class="indexterm" href="cairo-cairo-t.html#cairo-stroke-preserve">cairo_stroke_preserve ()</a>
|
858
866
|
</dt>
|
859
|
-
<dt id="ientry-
|
867
|
+
<dt id="ientry-idp46842963603296">cairo_subpixel_order_t, <a class="indexterm" href="cairo-cairo-font-options-t.html#cairo-subpixel-order-t">enum cairo_subpixel_order_t</a>
|
860
868
|
</dt>
|
861
|
-
<dt id="ientry-
|
869
|
+
<dt id="ientry-idp46842967962528">cairo_surface_copy_page, <a class="indexterm" href="cairo-cairo-surface-t.html#cairo-surface-copy-page">cairo_surface_copy_page ()</a>
|
862
870
|
</dt>
|
863
|
-
<dt id="ientry-
|
871
|
+
<dt id="ientry-idp46842966744112">cairo_surface_create_for_rectangle, <a class="indexterm" href="cairo-cairo-surface-t.html#cairo-surface-create-for-rectangle">cairo_surface_create_for_rectangle ()</a>
|
864
872
|
</dt>
|
865
|
-
<dt id="ientry-
|
873
|
+
<dt id="ientry-idp46842966671744">cairo_surface_create_similar, <a class="indexterm" href="cairo-cairo-surface-t.html#cairo-surface-create-similar">cairo_surface_create_similar ()</a>
|
866
874
|
</dt>
|
867
|
-
<dt id="ientry-
|
875
|
+
<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>
|
868
876
|
</dt>
|
869
|
-
<dt id="ientry-
|
877
|
+
<dt id="ientry-idp46842966805200">cairo_surface_destroy, <a class="indexterm" href="cairo-cairo-surface-t.html#cairo-surface-destroy">cairo_surface_destroy ()</a>
|
870
878
|
</dt>
|
871
|
-
<dt id="ientry-
|
879
|
+
<dt id="ientry-idp46842967541664">cairo_surface_finish, <a class="indexterm" href="cairo-cairo-surface-t.html#cairo-surface-finish">cairo_surface_finish ()</a>
|
872
880
|
</dt>
|
873
|
-
<dt id="ientry-
|
881
|
+
<dt id="ientry-idp46842967561472">cairo_surface_flush, <a class="indexterm" href="cairo-cairo-surface-t.html#cairo-surface-flush">cairo_surface_flush ()</a>
|
874
882
|
</dt>
|
875
|
-
<dt id="ientry-
|
883
|
+
<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>
|
876
884
|
</dt>
|
877
|
-
<dt id="ientry-
|
885
|
+
<dt id="ientry-idp46842967576624">cairo_surface_get_device, <a class="indexterm" href="cairo-cairo-surface-t.html#cairo-surface-get-device">cairo_surface_get_device ()</a>
|
878
886
|
</dt>
|
879
|
-
<dt id="ientry-
|
887
|
+
<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>
|
880
888
|
</dt>
|
881
|
-
<dt id="ientry-
|
889
|
+
<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>
|
882
890
|
</dt>
|
883
|
-
<dt id="ientry-
|
891
|
+
<dt id="ientry-idp46842967831168">cairo_surface_get_fallback_resolution, <a class="indexterm" href="cairo-cairo-surface-t.html#cairo-surface-get-fallback-resolution">cairo_surface_get_fallback_resolution ()</a>
|
884
892
|
</dt>
|
885
|
-
<dt id="ientry-
|
893
|
+
<dt id="ientry-idp46842967595888">cairo_surface_get_font_options, <a class="indexterm" href="cairo-cairo-surface-t.html#cairo-surface-get-font-options">cairo_surface_get_font_options ()</a>
|
886
894
|
</dt>
|
887
|
-
<dt id="ientry-
|
895
|
+
<dt id="ientry-idp46842968094560">cairo_surface_get_mime_data, <a class="indexterm" href="cairo-cairo-surface-t.html#cairo-surface-get-mime-data">cairo_surface_get_mime_data ()</a>
|
888
896
|
</dt>
|
889
|
-
<dt id="ientry-
|
897
|
+
<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>
|
890
898
|
</dt>
|
891
|
-
<dt id="ientry-
|
899
|
+
<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>
|
892
900
|
</dt>
|
893
|
-
<dt id="ientry-
|
901
|
+
<dt id="ientry-idp46842967935680">cairo_surface_get_user_data, <a class="indexterm" href="cairo-cairo-surface-t.html#cairo-surface-get-user-data">cairo_surface_get_user_data ()</a>
|
894
902
|
</dt>
|
895
|
-
<dt id="ientry-
|
903
|
+
<dt id="ientry-idp46842968004016">cairo_surface_has_show_text_glyphs, <a class="indexterm" href="cairo-cairo-surface-t.html#cairo-surface-has-show-text-glyphs">cairo_surface_has_show_text_glyphs ()</a>
|
896
904
|
</dt>
|
897
|
-
<dt id="ientry-
|
905
|
+
<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>
|
898
906
|
</dt>
|
899
|
-
<dt id="ientry-
|
907
|
+
<dt id="ientry-idp46842967638256">cairo_surface_mark_dirty, <a class="indexterm" href="cairo-cairo-surface-t.html#cairo-surface-mark-dirty">cairo_surface_mark_dirty ()</a>
|
900
908
|
</dt>
|
901
|
-
<dt id="ientry-
|
909
|
+
<dt id="ientry-idp46842967656624">cairo_surface_mark_dirty_rectangle, <a class="indexterm" href="cairo-cairo-surface-t.html#cairo-surface-mark-dirty-rectangle">cairo_surface_mark_dirty_rectangle ()</a>
|
902
910
|
</dt>
|
903
|
-
<dt id="ientry-
|
911
|
+
<dt id="ientry-idp46842966780688">cairo_surface_reference, <a class="indexterm" href="cairo-cairo-surface-t.html#cairo-surface-reference">cairo_surface_reference ()</a>
|
904
912
|
</dt>
|
905
|
-
<dt id="ientry-
|
913
|
+
<dt id="ientry-idp46842967690912">cairo_surface_set_device_offset, <a class="indexterm" href="cairo-cairo-surface-t.html#cairo-surface-set-device-offset">cairo_surface_set_device_offset ()</a>
|
906
914
|
</dt>
|
907
|
-
<dt id="ientry-
|
915
|
+
<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>
|
908
916
|
</dt>
|
909
|
-
<dt id="ientry-
|
917
|
+
<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>
|
910
918
|
</dt>
|
911
|
-
<dt id="ientry-
|
919
|
+
<dt id="ientry-idp46842968034240">cairo_surface_set_mime_data, <a class="indexterm" href="cairo-cairo-surface-t.html#cairo-surface-set-mime-data">cairo_surface_set_mime_data ()</a>
|
912
920
|
</dt>
|
913
|
-
<dt id="ientry-
|
921
|
+
<dt id="ientry-idp46842967898432">cairo_surface_set_user_data, <a class="indexterm" href="cairo-cairo-surface-t.html#cairo-surface-set-user-data">cairo_surface_set_user_data ()</a>
|
914
922
|
</dt>
|
915
|
-
<dt id="ientry-
|
923
|
+
<dt id="ientry-idp46842967983344">cairo_surface_show_page, <a class="indexterm" href="cairo-cairo-surface-t.html#cairo-surface-show-page">cairo_surface_show_page ()</a>
|
916
924
|
</dt>
|
917
|
-
<dt id="ientry-
|
925
|
+
<dt id="ientry-idp46842967518448">cairo_surface_status, <a class="indexterm" href="cairo-cairo-surface-t.html#cairo-surface-status">cairo_surface_status ()</a>
|
918
926
|
</dt>
|
919
|
-
<dt id="ientry-
|
927
|
+
<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>
|
920
928
|
</dt>
|
921
|
-
<dt id="ientry-
|
929
|
+
<dt id="ientry-idp46842968294896">cairo_surface_t, <a class="indexterm" href="cairo-cairo-surface-t.html#cairo-surface-t">cairo_surface_t</a>
|
922
930
|
</dt>
|
923
|
-
<dt id="ientry-
|
931
|
+
<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>
|
924
932
|
</dt>
|
925
|
-
<dt id="ientry-
|
933
|
+
<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>
|
926
934
|
</dt>
|
927
|
-
<dt id="ientry-
|
935
|
+
<dt id="ientry-idp46842965718848">cairo_surface_write_to_png, <a class="indexterm" href="cairo-PNG-Support.html#cairo-surface-write-to-png">cairo_surface_write_to_png ()</a>
|
928
936
|
</dt>
|
929
|
-
<dt id="ientry-
|
937
|
+
<dt id="ientry-idp46842967225696">cairo_surface_write_to_png_stream, <a class="indexterm" href="cairo-PNG-Support.html#cairo-surface-write-to-png-stream">cairo_surface_write_to_png_stream ()</a>
|
930
938
|
</dt>
|
931
|
-
<dt id="ientry-
|
939
|
+
<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>
|
932
940
|
</dt>
|
933
|
-
<dt id="ientry-
|
941
|
+
<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>
|
934
942
|
</dt>
|
935
|
-
<dt id="ientry-
|
943
|
+
<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>
|
936
944
|
</dt>
|
937
|
-
<dt id="ientry-
|
945
|
+
<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>
|
938
946
|
</dt>
|
939
|
-
<dt id="ientry-
|
947
|
+
<dt id="ientry-idp46842969362560">cairo_svg_version_t, <a class="indexterm" href="cairo-SVG-Surfaces.html#cairo-svg-version-t">enum cairo_svg_version_t</a>
|
940
948
|
</dt>
|
941
|
-
<dt id="ientry-
|
949
|
+
<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>
|
942
950
|
</dt>
|
943
951
|
</dl>
|
944
952
|
</div>
|
945
953
|
<div class="indexdiv">
|
946
954
|
<h3>T</h3>
|
947
955
|
<dl>
|
948
|
-
<dt id="ientry-
|
956
|
+
<dt id="ientry-idp46842958879344">cairo_t, <a class="indexterm" href="cairo-cairo-t.html#cairo-t">cairo_t</a>
|
949
957
|
</dt>
|
950
|
-
<dt id="ientry-
|
958
|
+
<dt id="ientry-idp46842962253792">cairo_tag_begin, <a class="indexterm" href="cairo-Tags-and-Links.html#cairo-tag-begin">cairo_tag_begin ()</a>
|
951
959
|
</dt>
|
952
|
-
<dt id="ientry-
|
960
|
+
<dt id="ientry-idp46842960592544">CAIRO_TAG_DEST, <a class="indexterm" href="cairo-Tags-and-Links.html#CAIRO-TAG-DEST:CAPS">CAIRO_TAG_DEST</a>
|
953
961
|
</dt>
|
954
|
-
<dt id="ientry-
|
962
|
+
<dt id="ientry-idp46842960638208">cairo_tag_end, <a class="indexterm" href="cairo-Tags-and-Links.html#cairo-tag-end">cairo_tag_end ()</a>
|
955
963
|
</dt>
|
956
|
-
<dt id="ientry-
|
964
|
+
<dt id="ientry-idp46842960599168">CAIRO_TAG_LINK, <a class="indexterm" href="cairo-Tags-and-Links.html#CAIRO-TAG-LINK:CAPS">CAIRO_TAG_LINK</a>
|
957
965
|
</dt>
|
958
|
-
<dt id="ientry-
|
966
|
+
<dt id="ientry-idp46842962631312">cairo_text_cluster_allocate, <a class="indexterm" href="cairo-text.html#cairo-text-cluster-allocate">cairo_text_cluster_allocate ()</a>
|
959
967
|
</dt>
|
960
|
-
<dt id="ientry-
|
968
|
+
<dt id="ientry-idp46842962753328">cairo_text_cluster_flags_t, <a class="indexterm" href="cairo-text.html#cairo-text-cluster-flags-t">enum cairo_text_cluster_flags_t</a>
|
961
969
|
</dt>
|
962
|
-
<dt id="ientry-
|
970
|
+
<dt id="ientry-idp46842962653120">cairo_text_cluster_free, <a class="indexterm" href="cairo-text.html#cairo-text-cluster-free">cairo_text_cluster_free ()</a>
|
963
971
|
</dt>
|
964
|
-
<dt id="ientry-
|
972
|
+
<dt id="ientry-idp46842962731040">cairo_text_cluster_t, <a class="indexterm" href="cairo-text.html#cairo-text-cluster-t">cairo_text_cluster_t</a>
|
965
973
|
</dt>
|
966
|
-
<dt id="ientry-
|
974
|
+
<dt id="ientry-idp46842962459280">cairo_text_extents, <a class="indexterm" href="cairo-text.html#cairo-text-extents">cairo_text_extents ()</a>
|
967
975
|
</dt>
|
968
|
-
<dt id="ientry-
|
976
|
+
<dt id="ientry-idp46842964649728">cairo_text_extents_t, <a class="indexterm" href="cairo-cairo-scaled-font-t.html#cairo-text-extents-t">cairo_text_extents_t</a>
|
969
977
|
</dt>
|
970
|
-
<dt id="ientry-
|
978
|
+
<dt id="ientry-idp46842951154000">cairo_text_path, <a class="indexterm" href="cairo-Paths.html#cairo-text-path">cairo_text_path ()</a>
|
971
979
|
</dt>
|
972
|
-
<dt id="ientry-
|
980
|
+
<dt id="ientry-idp46842962515584">cairo_toy_font_face_create, <a class="indexterm" href="cairo-text.html#cairo-toy-font-face-create">cairo_toy_font_face_create ()</a>
|
973
981
|
</dt>
|
974
|
-
<dt id="ientry-
|
982
|
+
<dt id="ientry-idp46842962544400">cairo_toy_font_face_get_family, <a class="indexterm" href="cairo-text.html#cairo-toy-font-face-get-family">cairo_toy_font_face_get_family ()</a>
|
975
983
|
</dt>
|
976
|
-
<dt id="ientry-
|
984
|
+
<dt id="ientry-idp46842962560320">cairo_toy_font_face_get_slant, <a class="indexterm" href="cairo-text.html#cairo-toy-font-face-get-slant">cairo_toy_font_face_get_slant ()</a>
|
977
985
|
</dt>
|
978
|
-
<dt id="ientry-
|
986
|
+
<dt id="ientry-idp46842962575968">cairo_toy_font_face_get_weight, <a class="indexterm" href="cairo-text.html#cairo-toy-font-face-get-weight">cairo_toy_font_face_get_weight ()</a>
|
979
987
|
</dt>
|
980
|
-
<dt id="ientry-
|
988
|
+
<dt id="ientry-idp46842952855968">cairo_transform, <a class="indexterm" href="cairo-Transformations.html#cairo-transform">cairo_transform ()</a>
|
981
989
|
</dt>
|
982
|
-
<dt id="ientry-
|
990
|
+
<dt id="ientry-idp46842952159984">cairo_translate, <a class="indexterm" href="cairo-Transformations.html#cairo-translate">cairo_translate ()</a>
|
983
991
|
</dt>
|
984
992
|
</dl>
|
985
993
|
</div>
|
986
994
|
<div class="indexdiv">
|
987
995
|
<h3>U</h3>
|
988
996
|
<dl>
|
989
|
-
<dt id="ientry-
|
997
|
+
<dt id="ientry-idp46842970628976">cairo_user_data_key_t, <a class="indexterm" href="cairo-Types.html#cairo-user-data-key-t">cairo_user_data_key_t</a>
|
990
998
|
</dt>
|
991
|
-
<dt id="ientry-
|
999
|
+
<dt id="ientry-idp46842965496384">cairo_user_font_face_create, <a class="indexterm" href="cairo-User-Fonts.html#cairo-user-font-face-create">cairo_user_font_face_create ()</a>
|
992
1000
|
</dt>
|
993
|
-
<dt id="ientry-
|
1001
|
+
<dt id="ientry-idp46842965535760">cairo_user_font_face_get_init_func, <a class="indexterm" href="cairo-User-Fonts.html#cairo-user-font-face-get-init-func">cairo_user_font_face_get_init_func ()</a>
|
994
1002
|
</dt>
|
995
|
-
<dt id="ientry-
|
1003
|
+
<dt id="ientry-idp46842966466528">cairo_user_font_face_get_render_glyph_func, <a class="indexterm" href="cairo-User-Fonts.html#cairo-user-font-face-get-render-glyph-func">cairo_user_font_face_get_render_glyph_func ()</a>
|
996
1004
|
</dt>
|
997
|
-
<dt id="ientry-
|
1005
|
+
<dt id="ientry-idp46842966542304">cairo_user_font_face_get_text_to_glyphs_func, <a class="indexterm" href="cairo-User-Fonts.html#cairo-user-font-face-get-text-to-glyphs-func">cairo_user_font_face_get_text_to_glyphs_func ()</a>
|
998
1006
|
</dt>
|
999
|
-
<dt id="ientry-
|
1007
|
+
<dt id="ientry-idp46842966504416">cairo_user_font_face_get_unicode_to_glyph_func, <a class="indexterm" href="cairo-User-Fonts.html#cairo-user-font-face-get-unicode-to-glyph-func">cairo_user_font_face_get_unicode_to_glyph_func ()</a>
|
1000
1008
|
</dt>
|
1001
|
-
<dt id="ientry-
|
1009
|
+
<dt id="ientry-idp46842965512304">cairo_user_font_face_set_init_func, <a class="indexterm" href="cairo-User-Fonts.html#cairo-user-font-face-set-init-func">cairo_user_font_face_set_init_func ()</a>
|
1002
1010
|
</dt>
|
1003
|
-
<dt id="ientry-
|
1011
|
+
<dt id="ientry-idp46842965555312">cairo_user_font_face_set_render_glyph_func, <a class="indexterm" href="cairo-User-Fonts.html#cairo-user-font-face-set-render-glyph-func">cairo_user_font_face_set_render_glyph_func ()</a>
|
1004
1012
|
</dt>
|
1005
|
-
<dt id="ientry-
|
1013
|
+
<dt id="ientry-idp46842966521680">cairo_user_font_face_set_text_to_glyphs_func, <a class="indexterm" href="cairo-User-Fonts.html#cairo-user-font-face-set-text-to-glyphs-func">cairo_user_font_face_set_text_to_glyphs_func ()</a>
|
1006
1014
|
</dt>
|
1007
|
-
<dt id="ientry-
|
1015
|
+
<dt id="ientry-idp46842966483792">cairo_user_font_face_set_unicode_to_glyph_func, <a class="indexterm" href="cairo-User-Fonts.html#cairo-user-font-face-set-unicode-to-glyph-func">cairo_user_font_face_set_unicode_to_glyph_func ()</a>
|
1008
1016
|
</dt>
|
1009
|
-
<dt id="ientry-
|
1017
|
+
<dt id="ientry-idp46842965288176">cairo_user_scaled_font_init_func_t, <a class="indexterm" href="cairo-User-Fonts.html#cairo-user-scaled-font-init-func-t">cairo_user_scaled_font_init_func_t ()</a>
|
1010
1018
|
</dt>
|
1011
|
-
<dt id="ientry-
|
1019
|
+
<dt id="ientry-idp46842965323536">cairo_user_scaled_font_render_glyph_func_t, <a class="indexterm" href="cairo-User-Fonts.html#cairo-user-scaled-font-render-glyph-func-t">cairo_user_scaled_font_render_glyph_func_t ()</a>
|
1012
1020
|
</dt>
|
1013
|
-
<dt id="ientry-
|
1021
|
+
<dt id="ientry-idp46842965379472">cairo_user_scaled_font_text_to_glyphs_func_t, <a class="indexterm" href="cairo-User-Fonts.html#cairo-user-scaled-font-text-to-glyphs-func-t">cairo_user_scaled_font_text_to_glyphs_func_t ()</a>
|
1014
1022
|
</dt>
|
1015
|
-
<dt id="ientry-
|
1023
|
+
<dt id="ientry-idp46842965460464">cairo_user_scaled_font_unicode_to_glyph_func_t, <a class="indexterm" href="cairo-User-Fonts.html#cairo-user-scaled-font-unicode-to-glyph-func-t">cairo_user_scaled_font_unicode_to_glyph_func_t ()</a>
|
1016
1024
|
</dt>
|
1017
|
-
<dt id="ientry-
|
1025
|
+
<dt id="ientry-idp46842956024320">cairo_user_to_device, <a class="indexterm" href="cairo-Transformations.html#cairo-user-to-device">cairo_user_to_device ()</a>
|
1018
1026
|
</dt>
|
1019
|
-
<dt id="ientry-
|
1027
|
+
<dt id="ientry-idp46842956112736">cairo_user_to_device_distance, <a class="indexterm" href="cairo-Transformations.html#cairo-user-to-device-distance">cairo_user_to_device_distance ()</a>
|
1020
1028
|
</dt>
|
1021
1029
|
</dl>
|
1022
1030
|
</div>
|
1023
1031
|
<div class="indexdiv">
|
1024
1032
|
<h3>V</h3>
|
1025
1033
|
<dl>
|
1026
|
-
<dt id="ientry-
|
1034
|
+
<dt id="ientry-idp46842970705024">cairo_version, <a class="indexterm" href="cairo-Version-Information.html#cairo-version">cairo_version ()</a>
|
1027
1035
|
</dt>
|
1028
|
-
<dt id="ientry-
|
1036
|
+
<dt id="ientry-idp46842971622512">CAIRO_VERSION, <a class="indexterm" href="cairo-Version-Information.html#CAIRO-VERSION:CAPS">CAIRO_VERSION</a>
|
1029
1037
|
</dt>
|
1030
|
-
<dt id="ientry-
|
1038
|
+
<dt id="ientry-idp46842966001712">CAIRO_VERSION_ENCODE, <a class="indexterm" href="cairo-Version-Information.html#CAIRO-VERSION-ENCODE:CAPS">CAIRO_VERSION_ENCODE()</a>
|
1031
1039
|
</dt>
|
1032
|
-
<dt id="ientry-
|
1040
|
+
<dt id="ientry-idp46842971628704">CAIRO_VERSION_MAJOR, <a class="indexterm" href="cairo-Version-Information.html#CAIRO-VERSION-MAJOR:CAPS">CAIRO_VERSION_MAJOR</a>
|
1033
1041
|
</dt>
|
1034
|
-
<dt id="ientry-
|
1042
|
+
<dt id="ientry-idp46842971639104">CAIRO_VERSION_MICRO, <a class="indexterm" href="cairo-Version-Information.html#CAIRO-VERSION-MICRO:CAPS">CAIRO_VERSION_MICRO</a>
|
1035
1043
|
</dt>
|
1036
|
-
<dt id="ientry-
|
1044
|
+
<dt id="ientry-idp46842971633904">CAIRO_VERSION_MINOR, <a class="indexterm" href="cairo-Version-Information.html#CAIRO-VERSION-MINOR:CAPS">CAIRO_VERSION_MINOR</a>
|
1037
1045
|
</dt>
|
1038
|
-
<dt id="ientry-
|
1046
|
+
<dt id="ientry-idp46842971609344">cairo_version_string, <a class="indexterm" href="cairo-Version-Information.html#cairo-version-string">cairo_version_string ()</a>
|
1039
1047
|
</dt>
|
1040
|
-
<dt id="ientry-
|
1048
|
+
<dt id="ientry-idp46842971644304">CAIRO_VERSION_STRING, <a class="indexterm" href="cairo-Version-Information.html#CAIRO-VERSION-STRING:CAPS">CAIRO_VERSION_STRING</a>
|
1041
1049
|
</dt>
|
1042
|
-
<dt id="ientry-
|
1050
|
+
<dt id="ientry-idp46842970682224">CAIRO_VERSION_STRINGIZE, <a class="indexterm" href="cairo-Version-Information.html#CAIRO-VERSION-STRINGIZE:CAPS">CAIRO_VERSION_STRINGIZE()</a>
|
1043
1051
|
</dt>
|
1044
1052
|
</dl>
|
1045
1053
|
</div>
|
1046
1054
|
<div class="indexdiv">
|
1047
1055
|
<h3>W</h3>
|
1048
1056
|
<dl>
|
1049
|
-
<dt id="ientry-
|
1057
|
+
<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>
|
1050
1058
|
</dt>
|
1051
|
-
<dt id="ientry-
|
1059
|
+
<dt id="ientry-idp46842964881360">cairo_win32_font_face_create_for_logfontw, <a class="indexterm" href="cairo-Win32-Fonts.html#cairo-win32-font-face-create-for-logfontw">cairo_win32_font_face_create_for_logfontw ()</a>
|
1052
1060
|
</dt>
|
1053
|
-
<dt id="ientry-
|
1061
|
+
<dt id="ientry-idp46842963684432">cairo_win32_font_face_create_for_logfontw_hfont, <a class="indexterm" href="cairo-Win32-Fonts.html#cairo-win32-font-face-create-for-logfontw-hfont">cairo_win32_font_face_create_for_logfontw_hfont ()</a>
|
1054
1062
|
</dt>
|
1055
|
-
<dt id="ientry-
|
1063
|
+
<dt id="ientry-idp46842966854880">cairo_win32_printing_surface_create, <a class="indexterm" href="cairo-Win32-Surfaces.html#cairo-win32-printing-surface-create">cairo_win32_printing_surface_create ()</a>
|
1056
1064
|
</dt>
|
1057
|
-
<dt id="ientry-
|
1065
|
+
<dt id="ientry-idp46842963749056">cairo_win32_scaled_font_done_font, <a class="indexterm" href="cairo-Win32-Fonts.html#cairo-win32-scaled-font-done-font">cairo_win32_scaled_font_done_font ()</a>
|
1058
1066
|
</dt>
|
1059
|
-
<dt id="ientry-
|
1067
|
+
<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>
|
1060
1068
|
</dt>
|
1061
|
-
<dt id="ientry-
|
1069
|
+
<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>
|
1062
1070
|
</dt>
|
1063
|
-
<dt id="ientry-
|
1071
|
+
<dt id="ientry-idp46842963766032">cairo_win32_scaled_font_get_metrics_factor, <a class="indexterm" href="cairo-Win32-Fonts.html#cairo-win32-scaled-font-get-metrics-factor">cairo_win32_scaled_font_get_metrics_factor ()</a>
|
1064
1072
|
</dt>
|
1065
|
-
<dt id="ientry-
|
1073
|
+
<dt id="ientry-idp46842963717728">cairo_win32_scaled_font_select_font, <a class="indexterm" href="cairo-Win32-Fonts.html#cairo-win32-scaled-font-select-font">cairo_win32_scaled_font_select_font ()</a>
|
1066
1074
|
</dt>
|
1067
|
-
<dt id="ientry-
|
1075
|
+
<dt id="ientry-idp46842963884272">cairo_win32_surface_create, <a class="indexterm" href="cairo-Win32-Surfaces.html#cairo-win32-surface-create">cairo_win32_surface_create ()</a>
|
1068
1076
|
</dt>
|
1069
|
-
<dt id="ientry-
|
1077
|
+
<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>
|
1070
1078
|
</dt>
|
1071
|
-
<dt id="ientry-
|
1079
|
+
<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>
|
1072
1080
|
</dt>
|
1073
|
-
<dt id="ientry-
|
1081
|
+
<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>
|
1074
1082
|
</dt>
|
1075
|
-
<dt id="ientry-
|
1083
|
+
<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>
|
1076
1084
|
</dt>
|
1077
|
-
<dt id="ientry-
|
1085
|
+
<dt id="ientry-idp46842965748640">cairo_write_func_t, <a class="indexterm" href="cairo-PNG-Support.html#cairo-write-func-t">cairo_write_func_t ()</a>
|
1078
1086
|
</dt>
|
1079
1087
|
</dl>
|
1080
1088
|
</div>
|
1081
1089
|
<div class="indexdiv">
|
1082
1090
|
<h3>X</h3>
|
1083
1091
|
<dl>
|
1084
|
-
<dt id="ientry-
|
1092
|
+
<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>
|
1085
1093
|
</dt>
|
1086
|
-
<dt id="ientry-
|
1094
|
+
<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>
|
1087
1095
|
</dt>
|
1088
|
-
<dt id="ientry-
|
1096
|
+
<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>
|
1089
1097
|
</dt>
|
1090
|
-
<dt id="ientry-
|
1098
|
+
<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>
|
1091
1099
|
</dt>
|
1092
|
-
<dt id="ientry-
|
1100
|
+
<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>
|
1093
1101
|
</dt>
|
1094
|
-
<dt id="ientry-
|
1102
|
+
<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>
|
1095
1103
|
</dt>
|
1096
|
-
<dt id="ientry-
|
1104
|
+
<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>
|
1097
1105
|
</dt>
|
1098
|
-
<dt id="ientry-
|
1106
|
+
<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>
|
1099
1107
|
</dt>
|
1100
|
-
<dt id="ientry-
|
1108
|
+
<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>
|
1101
1109
|
</dt>
|
1102
|
-
<dt id="ientry-
|
1110
|
+
<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>
|
1103
1111
|
</dt>
|
1104
|
-
<dt id="ientry-
|
1112
|
+
<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>
|
1105
1113
|
</dt>
|
1106
|
-
<dt id="ientry-
|
1114
|
+
<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>
|
1107
1115
|
</dt>
|
1108
|
-
<dt id="ientry-
|
1116
|
+
<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>
|
1109
1117
|
</dt>
|
1110
|
-
<dt id="ientry-
|
1118
|
+
<dt id="ientry-idp46842970212768">cairo_xlib_surface_create, <a class="indexterm" href="cairo-XLib-Surfaces.html#cairo-xlib-surface-create">cairo_xlib_surface_create ()</a>
|
1111
1119
|
</dt>
|
1112
|
-
<dt id="ientry-
|
1120
|
+
<dt id="ientry-idp46842970252112">cairo_xlib_surface_create_for_bitmap, <a class="indexterm" href="cairo-XLib-Surfaces.html#cairo-xlib-surface-create-for-bitmap">cairo_xlib_surface_create_for_bitmap ()</a>
|
1113
1121
|
</dt>
|
1114
|
-
<dt id="ientry-
|
1122
|
+
<dt id="ientry-idp46842968854656">cairo_xlib_surface_create_with_xrender_format, <a class="indexterm" href="cairo-XLib-XRender-Backend.html#cairo-xlib-surface-create-with-xrender-format">cairo_xlib_surface_create_with_xrender_format ()</a>
|
1115
1123
|
</dt>
|
1116
|
-
<dt id="ientry-
|
1124
|
+
<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>
|
1117
1125
|
</dt>
|
1118
|
-
<dt id="ientry-
|
1126
|
+
<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>
|
1119
1127
|
</dt>
|
1120
|
-
<dt id="ientry-
|
1128
|
+
<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>
|
1121
1129
|
</dt>
|
1122
|
-
<dt id="ientry-
|
1130
|
+
<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>
|
1123
1131
|
</dt>
|
1124
|
-
<dt id="ientry-
|
1132
|
+
<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>
|
1125
1133
|
</dt>
|
1126
|
-
<dt id="ientry-
|
1134
|
+
<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>
|
1127
1135
|
</dt>
|
1128
|
-
<dt id="ientry-
|
1136
|
+
<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>
|
1129
1137
|
</dt>
|
1130
|
-
<dt id="ientry-
|
1138
|
+
<dt id="ientry-idp46842969428352">cairo_xlib_surface_get_xrender_format, <a class="indexterm" href="cairo-XLib-XRender-Backend.html#cairo-xlib-surface-get-xrender-format">cairo_xlib_surface_get_xrender_format ()</a>
|
1131
1139
|
</dt>
|
1132
|
-
<dt id="ientry-
|
1140
|
+
<dt id="ientry-idp46842970350960">cairo_xlib_surface_set_drawable, <a class="indexterm" href="cairo-XLib-Surfaces.html#cairo-xlib-surface-set-drawable">cairo_xlib_surface_set_drawable ()</a>
|
1133
1141
|
</dt>
|
1134
|
-
<dt id="ientry-
|
1142
|
+
<dt id="ientry-idp46842970288192">cairo_xlib_surface_set_size, <a class="indexterm" href="cairo-XLib-Surfaces.html#cairo-xlib-surface-set-size">cairo_xlib_surface_set_size ()</a>
|
1135
1143
|
</dt>
|
1136
1144
|
</dl>
|
1137
1145
|
</div>
|