cairo 1.15.9-x64-mingw32 → 1.15.10-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 +20 -0
- data/Rakefile +9 -7
- data/ext/cairo/rb_cairo.h +1 -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/lib/cairo.rb +3 -3
- data/test/cairo-test-utils.rb +8 -4
- data/test/test_context.rb +1 -1
- data/test/test_font_face.rb +1 -1
- data/test/test_recording_surface.rb +1 -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/freetype-config +78 -28
- 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/etc/fonts/conf.d/30-metric-aliases.conf +56 -16
- data/vendor/local/etc/fonts/conf.d/30-urw-aliases.conf +11 -2
- data/vendor/local/etc/fonts/conf.d/45-latin.conf +4 -0
- data/vendor/local/etc/fonts/conf.d/60-latin.conf +1 -0
- data/vendor/local/include/cairo/cairo-pdf.h +7 -8
- data/vendor/local/include/cairo/cairo-version.h +1 -1
- data/vendor/local/include/fontconfig/fontconfig.h +3 -2
- data/vendor/local/include/freetype2/freetype/config/ftconfig.h +10 -1
- data/vendor/local/include/freetype2/freetype/config/ftheader.h +14 -1
- data/vendor/local/include/freetype2/freetype/config/ftoption.h +79 -22
- data/vendor/local/include/freetype2/freetype/config/ftstdlib.h +1 -1
- data/vendor/local/include/freetype2/freetype/freetype.h +616 -400
- data/vendor/local/include/freetype2/freetype/ftadvanc.h +1 -1
- data/vendor/local/include/freetype2/freetype/ftautoh.h +32 -10
- data/vendor/local/include/freetype2/freetype/ftbbox.h +1 -1
- data/vendor/local/include/freetype2/freetype/ftbdf.h +1 -1
- data/vendor/local/include/freetype2/freetype/ftbitmap.h +1 -1
- data/vendor/local/include/freetype2/freetype/ftbzip2.h +1 -1
- data/vendor/local/include/freetype2/freetype/ftcache.h +1 -1
- data/vendor/local/include/freetype2/freetype/ftcffdrv.h +47 -1
- data/vendor/local/include/freetype2/freetype/ftchapters.h +1 -0
- data/vendor/local/include/freetype2/freetype/ftcid.h +1 -1
- data/vendor/local/include/freetype2/freetype/fterrdef.h +5 -1
- data/vendor/local/include/freetype2/freetype/fterrors.h +5 -5
- data/vendor/local/include/freetype2/freetype/ftfntfmt.h +1 -1
- data/vendor/local/include/freetype2/freetype/ftgasp.h +12 -4
- data/vendor/local/include/freetype2/freetype/ftglyph.h +11 -2
- data/vendor/local/include/freetype2/freetype/ftgxval.h +1 -1
- data/vendor/local/include/freetype2/freetype/ftgzip.h +1 -1
- data/vendor/local/include/freetype2/freetype/ftimage.h +12 -12
- data/vendor/local/include/freetype2/freetype/ftincrem.h +1 -1
- data/vendor/local/include/freetype2/freetype/ftlcdfil.h +46 -10
- data/vendor/local/include/freetype2/freetype/ftlist.h +1 -1
- data/vendor/local/include/freetype2/freetype/ftlzw.h +1 -1
- data/vendor/local/include/freetype2/freetype/ftmac.h +6 -5
- data/vendor/local/include/freetype2/freetype/ftmm.h +147 -58
- data/vendor/local/include/freetype2/freetype/ftmodapi.h +46 -3
- data/vendor/local/include/freetype2/freetype/ftmoderr.h +1 -1
- data/vendor/local/include/freetype2/freetype/ftotval.h +1 -1
- data/vendor/local/include/freetype2/freetype/ftoutln.h +4 -1
- data/vendor/local/include/freetype2/freetype/ftpcfdrv.h +105 -0
- data/vendor/local/include/freetype2/freetype/ftpfr.h +1 -1
- data/vendor/local/include/freetype2/freetype/ftrender.h +1 -1
- data/vendor/local/include/freetype2/freetype/ftsizes.h +1 -1
- data/vendor/local/include/freetype2/freetype/ftsnames.h +117 -30
- data/vendor/local/include/freetype2/freetype/ftstroke.h +2 -2
- data/vendor/local/include/freetype2/freetype/ftsynth.h +1 -1
- data/vendor/local/include/freetype2/freetype/ftsystem.h +1 -1
- data/vendor/local/include/freetype2/freetype/fttrigon.h +1 -1
- data/vendor/local/include/freetype2/freetype/ftttdrv.h +5 -6
- data/vendor/local/include/freetype2/freetype/fttypes.h +1 -1
- data/vendor/local/include/freetype2/freetype/ftwinfnt.h +1 -1
- data/vendor/local/include/freetype2/freetype/t1tables.h +3 -3
- data/vendor/local/include/freetype2/freetype/ttnameid.h +313 -314
- data/vendor/local/include/freetype2/freetype/tttables.h +190 -173
- data/vendor/local/include/freetype2/freetype/tttags.h +7 -1
- data/vendor/local/include/freetype2/freetype/ttunpat.h +2 -2
- data/vendor/local/include/freetype2/ft2build.h +1 -1
- data/vendor/local/include/libpng16/png.h +29 -18
- data/vendor/local/include/libpng16/pngconf.h +1 -1
- data/vendor/local/include/libpng16/pnglibconf.h +5 -2
- data/vendor/local/include/libxml2/libxml/HTMLparser.h +2 -2
- data/vendor/local/include/libxml2/libxml/schemasInternals.h +1 -1
- data/vendor/local/include/libxml2/libxml/xmlreader.h +1 -1
- data/vendor/local/include/libxml2/libxml/xmlversion.h +4 -4
- data/vendor/local/include/png.h +29 -18
- data/vendor/local/include/pngconf.h +1 -1
- data/vendor/local/include/pnglibconf.h +5 -2
- data/vendor/local/lib/cmake/libxml2/libxml2-config.cmake +2 -2
- data/vendor/local/lib/fontconfig.def +1 -1
- 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/libfontconfig.la +1 -1
- data/vendor/local/lib/libfreetype.a +0 -0
- data/vendor/local/lib/libfreetype.dll.a +0 -0
- data/vendor/local/lib/libfreetype.la +2 -2
- 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/fontconfig.pc +2 -2
- data/vendor/local/lib/pkgconfig/freetype2.pc +1 -1
- data/vendor/local/lib/pkgconfig/libpng.pc +2 -1
- data/vendor/local/lib/pkgconfig/libpng16.pc +2 -1
- data/vendor/local/lib/pkgconfig/libxml-2.0.pc +1 -1
- data/vendor/local/lib/xml2Conf.sh +1 -1
- data/vendor/local/share/aclocal/freetype2.m4 +1 -1
- data/vendor/local/share/aclocal/libxml.m4 +1 -1
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/Copyright +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/examples/testHTML.c +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/examples/testSAX.c +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/examples/testXPath.c +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/examples/xmllint.c +78 -78
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/DOM.gif +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/FAQ.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/Libxml2-Logo-180x168.gif +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/Libxml2-Logo-90x34.gif +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/encoding.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/examples.xml +256 -256
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/examples.xsl +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/book1.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/home.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/index.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/left.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-DOCBparser.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-HTMLparser.html +4 -4
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-HTMLtree.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-SAX.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-SAX2.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-c14n.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-catalog.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-chvalid.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-debugXML.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-dict.html +2 -2
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-encoding.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-entities.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-globals.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-hash.html +2 -2
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-lib.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-list.html +2 -2
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-nanoftp.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-nanohttp.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-parser.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-parserInternals.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-pattern.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-relaxng.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-schemasInternals.html +1 -1
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-schematron.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-threads.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-tree.html +1 -1
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-uri.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-valid.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-xinclude.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-xlink.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-xmlIO.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-xmlautomata.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-xmlerror.html +2 -2
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-xmlexports.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-xmlmemory.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-xmlmodule.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-xmlreader.html +2 -2
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-xmlregexp.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-xmlsave.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-xmlschemas.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-xmlschemastypes.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-xmlstring.html +3 -3
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-xmlunicode.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-xmlversion.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-xmlwriter.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-xpath.html +1 -1
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-xpathInternals.html +1 -1
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-xpointer.html +1 -1
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-xzlib.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/right.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/up.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/index.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/io1.c +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/io1.res +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/io2.c +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/io2.res +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/libxml.gif +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/parse1.c +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/parse2.c +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/parse3.c +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/parse4.c +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/reader1.c +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/reader1.res +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/reader2.c +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/reader3.c +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/reader3.res +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/reader4.c +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/reader4.res +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/redhat.gif +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/smallfootonly.gif +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/structure.gif +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/test1.xml +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/test2.xml +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/test3.xml +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/testWriter.c +16 -16
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tree1.c +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tree1.res +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tree2.c +1 -2
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tree2.res +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tst.xml +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/apa.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/apb.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/apc.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/apd.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/ape.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/apf.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/apg.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/aph.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/api.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/ar01s02.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/ar01s03.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/ar01s04.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/ar01s05.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/ar01s06.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/ar01s07.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/ar01s08.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/ar01s09.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/images/blank.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/images/callouts/1.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/images/callouts/10.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/images/callouts/2.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/images/callouts/3.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/images/callouts/4.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/images/callouts/5.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/images/callouts/6.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/images/callouts/7.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/images/callouts/8.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/images/callouts/9.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/images/caution.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/images/draft.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/images/home.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/images/important.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/images/next.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/images/note.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/images/prev.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/images/tip.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/images/toc-blank.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/images/toc-minus.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/images/toc-plus.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/images/up.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/images/warning.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/includeaddattribute.c +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/includeaddkeyword.c +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/includeconvert.c +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/includegetattribute.c +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/includekeyword.c +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/includexpath.c +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/index.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/ix01.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/xmltutorial.pdf +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/w3c.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/writer.xml +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/xml.html +154 -8
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/xpath1.c +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/xpath1.res +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/xpath2.c +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/xpath2.res +0 -0
- data/vendor/local/share/fontconfig/conf.avail/30-metric-aliases.conf +56 -16
- data/vendor/local/share/fontconfig/conf.avail/30-urw-aliases.conf +11 -2
- data/vendor/local/share/fontconfig/conf.avail/45-latin.conf +4 -0
- data/vendor/local/share/fontconfig/conf.avail/60-latin.conf +1 -0
- data/vendor/local/share/gtk-doc/html/cairo/bindings-errors.html +5 -6
- data/vendor/local/share/gtk-doc/html/cairo/bindings-fonts.html +5 -6
- data/vendor/local/share/gtk-doc/html/cairo/bindings-memory.html +5 -6
- data/vendor/local/share/gtk-doc/html/cairo/bindings-overloading.html +5 -6
- data/vendor/local/share/gtk-doc/html/cairo/bindings-path.html +5 -6
- data/vendor/local/share/gtk-doc/html/cairo/bindings-patterns.html +5 -6
- data/vendor/local/share/gtk-doc/html/cairo/bindings-return-values.html +5 -6
- data/vendor/local/share/gtk-doc/html/cairo/bindings-streams.html +5 -6
- data/vendor/local/share/gtk-doc/html/cairo/bindings-surfaces.html +5 -6
- data/vendor/local/share/gtk-doc/html/cairo/cairo-Error-handling.html +17 -25
- data/vendor/local/share/gtk-doc/html/cairo/cairo-FreeType-Fonts.html +42 -53
- data/vendor/local/share/gtk-doc/html/cairo/cairo-Image-Surfaces.html +48 -63
- data/vendor/local/share/gtk-doc/html/cairo/cairo-PDF-Surfaces.html +68 -78
- data/vendor/local/share/gtk-doc/html/cairo/cairo-PNG-Support.html +34 -47
- data/vendor/local/share/gtk-doc/html/cairo/cairo-Paths.html +82 -92
- data/vendor/local/share/gtk-doc/html/cairo/cairo-PostScript-Surfaces.html +50 -61
- data/vendor/local/share/gtk-doc/html/cairo/cairo-Quartz-(CGFont)-Fonts.html +18 -27
- data/vendor/local/share/gtk-doc/html/cairo/cairo-Quartz-Surfaces.html +22 -32
- data/vendor/local/share/gtk-doc/html/cairo/cairo-Raster-Sources.html +64 -79
- data/vendor/local/share/gtk-doc/html/cairo/cairo-Recording-Surfaces.html +21 -30
- data/vendor/local/share/gtk-doc/html/cairo/cairo-Regions.html +99 -125
- data/vendor/local/share/gtk-doc/html/cairo/cairo-SVG-Surfaces.html +31 -41
- data/vendor/local/share/gtk-doc/html/cairo/cairo-Script-Surfaces.html +43 -56
- data/vendor/local/share/gtk-doc/html/cairo/cairo-Tags-and-Links.html +23 -29
- data/vendor/local/share/gtk-doc/html/cairo/cairo-Transformations.html +41 -48
- data/vendor/local/share/gtk-doc/html/cairo/cairo-Types.html +19 -26
- data/vendor/local/share/gtk-doc/html/cairo/cairo-User-Fonts.html +56 -72
- data/vendor/local/share/gtk-doc/html/cairo/cairo-Version-Information.html +28 -39
- data/vendor/local/share/gtk-doc/html/cairo/cairo-Win32-Fonts.html +39 -51
- data/vendor/local/share/gtk-doc/html/cairo/cairo-Win32-Surfaces.html +34 -47
- data/vendor/local/share/gtk-doc/html/cairo/cairo-XCB-Surfaces.html +45 -57
- data/vendor/local/share/gtk-doc/html/cairo/cairo-XLib-Surfaces.html +62 -79
- data/vendor/local/share/gtk-doc/html/cairo/cairo-XLib-XRender-Backend.html +18 -27
- data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-device-t.html +53 -95
- data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-font-face-t.html +40 -53
- data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-font-options-t.html +71 -87
- data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-matrix-t.html +49 -57
- data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-pattern-t.html +158 -189
- data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-scaled-font-t.html +76 -92
- data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-surface-t.html +146 -164
- data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-t.html +234 -264
- data/vendor/local/share/gtk-doc/html/cairo/cairo-drawing.html +5 -6
- data/vendor/local/share/gtk-doc/html/cairo/cairo-fonts.html +5 -6
- data/vendor/local/share/gtk-doc/html/cairo/cairo-support.html +5 -6
- data/vendor/local/share/gtk-doc/html/cairo/cairo-surfaces.html +5 -6
- data/vendor/local/share/gtk-doc/html/cairo/cairo-text.html +104 -119
- data/vendor/local/share/gtk-doc/html/cairo/cairo.devhelp2 +236 -6
- data/vendor/local/share/gtk-doc/html/cairo/index-1.10.html +62 -63
- data/vendor/local/share/gtk-doc/html/cairo/index-1.12.html +69 -70
- data/vendor/local/share/gtk-doc/html/cairo/index-1.14.html +11 -12
- data/vendor/local/share/gtk-doc/html/cairo/index-1.2.html +59 -60
- data/vendor/local/share/gtk-doc/html/cairo/index-1.4.html +35 -36
- data/vendor/local/share/gtk-doc/html/cairo/index-1.6.html +28 -29
- data/vendor/local/share/gtk-doc/html/cairo/index-1.8.html +39 -40
- data/vendor/local/share/gtk-doc/html/cairo/index-all.html +510 -511
- data/vendor/local/share/gtk-doc/html/cairo/index.html +4 -5
- data/vendor/local/share/gtk-doc/html/cairo/language-bindings.html +5 -6
- data/vendor/local/share/gtk-doc/html/cairo/left-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/cairo/left.png +0 -0
- data/vendor/local/share/gtk-doc/html/cairo/right.png +0 -0
- data/vendor/local/share/gtk-doc/html/cairo/style.css +160 -142
- data/vendor/local/share/gtk-doc/html/cairo/up-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-HTMLparser.html +4 -4
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-dict.html +2 -2
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-hash.html +2 -2
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-list.html +2 -2
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-schemasInternals.html +1 -1
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-tree.html +1 -1
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlerror.html +2 -2
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlreader.html +2 -2
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlstring.html +3 -3
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xpath.html +1 -1
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xpathInternals.html +1 -1
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xpointer.html +1 -1
- data/vendor/local/share/license/cairo/README +1 -1
- data/vendor/local/share/license/fontconfig/README +58 -2
- data/vendor/local/share/license/freetype/README +5 -5
- data/vendor/local/share/license/freetype/README.git +1 -1
- data/vendor/local/share/license/libpng/README +6 -6
- data/vendor/local/share/license/libxml2/README.zOS +212 -0
- data/vendor/local/share/man/man1/freetype-config.1 +44 -6
- data/vendor/local/share/man/man3/libpng.3 +106 -48
- data/vendor/local/share/man/man3/libpngpf.3 +4 -4
- data/vendor/local/share/man/man5/png.5 +5 -5
- metadata +175 -174
- data/vendor/local/share/gtk-doc/html/cairo/index.sgml +0 -764
@@ -2,21 +2,20 @@
|
|
2
2
|
<html>
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
|
-
<title>Cairo: A Vector Graphics Library
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets V1.
|
5
|
+
<title>Recording Surfaces: Cairo: A Vector Graphics Library</title>
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
|
7
7
|
<link rel="home" href="index.html" title="Cairo: A Vector Graphics Library">
|
8
8
|
<link rel="up" href="cairo-surfaces.html" title="Surfaces">
|
9
9
|
<link rel="prev" href="cairo-PostScript-Surfaces.html" title="PostScript Surfaces">
|
10
10
|
<link rel="next" href="cairo-Win32-Surfaces.html" title="Win32 Surfaces">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.25 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
14
14
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
15
|
-
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="
|
15
|
+
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
|
16
16
|
<td width="100%" align="left" class="shortcuts">
|
17
|
-
<a href="#" class="shortcut">Top</a><span id="nav_description">
|
18
|
-
<a href="#cairo-Recording-Surfaces.description" class="shortcut">Description</a></span
|
19
|
-
<a href="#cairo-Recording-Surfaces.object-hierarchy" class="shortcut">Object Hierarchy</a></span>
|
17
|
+
<a href="#" class="shortcut">Top</a><span id="nav_description"> <span class="dim">|</span>
|
18
|
+
<a href="#cairo-Recording-Surfaces.description" class="shortcut">Description</a></span>
|
20
19
|
</td>
|
21
20
|
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
|
22
21
|
<td><a accesskey="u" href="cairo-surfaces.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
|
@@ -34,7 +33,7 @@
|
|
34
33
|
</tr></table></div>
|
35
34
|
<div class="refsect1">
|
36
35
|
<a name="cairo-Recording-Surfaces.functions"></a><h2>Functions</h2>
|
37
|
-
<div class="informaltable"><table width="100%" border="0">
|
36
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
38
37
|
<colgroup>
|
39
38
|
<col width="150px" class="functions_return">
|
40
39
|
<col class="functions_name">
|
@@ -69,7 +68,7 @@
|
|
69
68
|
</div>
|
70
69
|
<div class="refsect1">
|
71
70
|
<a name="cairo-Recording-Surfaces.other"></a><h2>Types and Values</h2>
|
72
|
-
<div class="informaltable"><table width="100%" border="0">
|
71
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
73
72
|
<colgroup>
|
74
73
|
<col width="150px" class="name">
|
75
74
|
<col class="description">
|
@@ -81,11 +80,6 @@
|
|
81
80
|
</table></div>
|
82
81
|
</div>
|
83
82
|
<div class="refsect1">
|
84
|
-
<a name="cairo-Recording-Surfaces.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
85
|
-
<pre class="screen">
|
86
|
-
</pre>
|
87
|
-
</div>
|
88
|
-
<div class="refsect1">
|
89
83
|
<a name="cairo-Recording-Surfaces.description"></a><h2>Description</h2>
|
90
84
|
<p>A recording surface is a surface that records all drawing operations at
|
91
85
|
the highest level of the surface backend interface, (that is, the
|
@@ -131,8 +125,8 @@ any target surface by using it as a source to drawing operations.</p>
|
|
131
125
|
necessary objects (paths, patterns, etc.), in order to achieve
|
132
126
|
accurate replay.</p>
|
133
127
|
<div class="refsect3">
|
134
|
-
<a name="
|
135
|
-
<div class="informaltable"><table width="100%" border="0">
|
128
|
+
<a name="cairo-recording-surface-create.parameters"></a><h4>Parameters</h4>
|
129
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
136
130
|
<colgroup>
|
137
131
|
<col width="150px" class="parameters_name">
|
138
132
|
<col class="parameters_description">
|
@@ -154,13 +148,12 @@ unbounded operations.</p></td>
|
|
154
148
|
</table></div>
|
155
149
|
</div>
|
156
150
|
<div class="refsect3">
|
157
|
-
<a name="
|
151
|
+
<a name="cairo-recording-surface-create.returns"></a><h4>Returns</h4>
|
158
152
|
<p> a pointer to the newly created surface. The caller
|
159
153
|
owns the surface and should call <a class="link" href="cairo-cairo-surface-t.html#cairo-surface-destroy" title="cairo_surface_destroy ()"><code class="function">cairo_surface_destroy()</code></a> when done
|
160
154
|
with it.</p>
|
161
|
-
<p></p>
|
162
155
|
</div>
|
163
|
-
<p class="since">Since 1.10</p>
|
156
|
+
<p class="since">Since: 1.10</p>
|
164
157
|
</div>
|
165
158
|
<hr>
|
166
159
|
<div class="refsect2">
|
@@ -175,8 +168,8 @@ cairo_recording_surface_ink_extents (<em class="parameter"><code><a class="link"
|
|
175
168
|
This is useful to compute the required size of an image surface (or
|
176
169
|
equivalent) into which to replay the full sequence of drawing operations.</p>
|
177
170
|
<div class="refsect3">
|
178
|
-
<a name="
|
179
|
-
<div class="informaltable"><table width="100%" border="0">
|
171
|
+
<a name="cairo-recording-surface-ink-extents.parameters"></a><h4>Parameters</h4>
|
172
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
180
173
|
<colgroup>
|
181
174
|
<col width="150px" class="parameters_name">
|
182
175
|
<col class="parameters_description">
|
@@ -211,7 +204,7 @@ equivalent) into which to replay the full sequence of drawing operations.</p>
|
|
211
204
|
</tbody>
|
212
205
|
</table></div>
|
213
206
|
</div>
|
214
|
-
<p class="since">Since 1.10</p>
|
207
|
+
<p class="since">Since: 1.10</p>
|
215
208
|
</div>
|
216
209
|
<hr>
|
217
210
|
<div class="refsect2">
|
@@ -221,8 +214,8 @@ cairo_recording_surface_get_extents (<em class="parameter"><code><a class="link"
|
|
221
214
|
<em class="parameter"><code><a class="link" href="cairo-cairo-t.html#cairo-rectangle-t" title="cairo_rectangle_t"><span class="type">cairo_rectangle_t</span></a> *extents</code></em>);</pre>
|
222
215
|
<p>Get the extents of the recording-surface.</p>
|
223
216
|
<div class="refsect3">
|
224
|
-
<a name="
|
225
|
-
<div class="informaltable"><table width="100%" border="0">
|
217
|
+
<a name="cairo-recording-surface-get-extents.parameters"></a><h4>Parameters</h4>
|
218
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
226
219
|
<colgroup>
|
227
220
|
<col width="150px" class="parameters_name">
|
228
221
|
<col class="parameters_description">
|
@@ -243,12 +236,11 @@ cairo_recording_surface_get_extents (<em class="parameter"><code><a class="link"
|
|
243
236
|
</table></div>
|
244
237
|
</div>
|
245
238
|
<div class="refsect3">
|
246
|
-
<a name="
|
239
|
+
<a name="cairo-recording-surface-get-extents.returns"></a><h4>Returns</h4>
|
247
240
|
<p> <code class="literal">TRUE</code> if the surface is bounded, of recording type, and
|
248
241
|
not in an error state, otherwise <code class="literal">FALSE</code></p>
|
249
|
-
<p></p>
|
250
242
|
</div>
|
251
|
-
<p class="since">Since 1.12</p>
|
243
|
+
<p class="since">Since: 1.12</p>
|
252
244
|
</div>
|
253
245
|
</div>
|
254
246
|
<div class="refsect1">
|
@@ -260,7 +252,7 @@ not in an error state, otherwise <code class="literal">FALSE</code></p>
|
|
260
252
|
<p>Defined if the recording surface backend is available.
|
261
253
|
The recording surface backend is always built in.
|
262
254
|
This macro was added for completeness in cairo 1.10.</p>
|
263
|
-
<p class="since">Since 1.10</p>
|
255
|
+
<p class="since">Since: 1.10</p>
|
264
256
|
</div>
|
265
257
|
</div>
|
266
258
|
<div class="refsect1">
|
@@ -269,7 +261,6 @@ This macro was added for completeness in cairo 1.10.</p>
|
|
269
261
|
</div>
|
270
262
|
</div>
|
271
263
|
<div class="footer">
|
272
|
-
<hr>
|
273
|
-
Generated by GTK-Doc V1.20</div>
|
264
|
+
<hr>Generated by GTK-Doc V1.25</div>
|
274
265
|
</body>
|
275
266
|
</html>
|
@@ -2,21 +2,20 @@
|
|
2
2
|
<html>
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
|
-
<title>Cairo: A Vector Graphics Library
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets V1.
|
5
|
+
<title>Regions: Cairo: A Vector Graphics Library</title>
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
|
7
7
|
<link rel="home" href="index.html" title="Cairo: A Vector Graphics Library">
|
8
8
|
<link rel="up" href="cairo-drawing.html" title="Drawing">
|
9
9
|
<link rel="prev" href="cairo-cairo-pattern-t.html" title="cairo_pattern_t">
|
10
10
|
<link rel="next" href="cairo-Transformations.html" title="Transformations">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.25 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
14
14
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
15
|
-
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="
|
15
|
+
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
|
16
16
|
<td width="100%" align="left" class="shortcuts">
|
17
|
-
<a href="#" class="shortcut">Top</a><span id="nav_description">
|
18
|
-
<a href="#cairo-Regions.description" class="shortcut">Description</a></span
|
19
|
-
<a href="#cairo-Regions.object-hierarchy" class="shortcut">Object Hierarchy</a></span>
|
17
|
+
<a href="#" class="shortcut">Top</a><span id="nav_description"> <span class="dim">|</span>
|
18
|
+
<a href="#cairo-Regions.description" class="shortcut">Description</a></span>
|
20
19
|
</td>
|
21
20
|
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
|
22
21
|
<td><a accesskey="u" href="cairo-drawing.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
|
@@ -34,7 +33,7 @@
|
|
34
33
|
</tr></table></div>
|
35
34
|
<div class="refsect1">
|
36
35
|
<a name="cairo-Regions.functions"></a><h2>Functions</h2>
|
37
|
-
<div class="informaltable"><table width="100%" border="0">
|
36
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
38
37
|
<colgroup>
|
39
38
|
<col width="150px" class="functions_return">
|
40
39
|
<col class="functions_name">
|
@@ -229,7 +228,7 @@
|
|
229
228
|
</div>
|
230
229
|
<div class="refsect1">
|
231
230
|
<a name="cairo-Regions.other"></a><h2>Types and Values</h2>
|
232
|
-
<div class="informaltable"><table width="100%" border="0">
|
231
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
233
232
|
<colgroup>
|
234
233
|
<col width="150px" class="name">
|
235
234
|
<col class="description">
|
@@ -247,11 +246,6 @@
|
|
247
246
|
</table></div>
|
248
247
|
</div>
|
249
248
|
<div class="refsect1">
|
250
|
-
<a name="cairo-Regions.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
251
|
-
<pre class="screen">
|
252
|
-
</pre>
|
253
|
-
</div>
|
254
|
-
<div class="refsect1">
|
255
249
|
<a name="cairo-Regions.description"></a><h2>Description</h2>
|
256
250
|
<p>Regions are a simple graphical data type representing an area of
|
257
251
|
integer-aligned rectangles. They are often used on raster surfaces
|
@@ -265,15 +259,14 @@ to track areas of interest, such as change or clip areas.</p>
|
|
265
259
|
cairo_region_create (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
266
260
|
<p>Allocates a new empty region object.</p>
|
267
261
|
<div class="refsect3">
|
268
|
-
<a name="
|
262
|
+
<a name="cairo-region-create.returns"></a><h4>Returns</h4>
|
269
263
|
<p> A newly allocated <a class="link" href="cairo-Regions.html#cairo-region-t" title="cairo_region_t"><span class="type">cairo_region_t</span></a>. Free with
|
270
264
|
<a class="link" href="cairo-Regions.html#cairo-region-destroy" title="cairo_region_destroy ()"><code class="function">cairo_region_destroy()</code></a>. This function always returns a
|
271
265
|
valid pointer; if memory cannot be allocated, then a special
|
272
266
|
error object is returned where all operations on the object do nothing.
|
273
267
|
You can check for this with <a class="link" href="cairo-Regions.html#cairo-region-status" title="cairo_region_status ()"><code class="function">cairo_region_status()</code></a>.</p>
|
274
|
-
<p></p>
|
275
268
|
</div>
|
276
|
-
<p class="since">Since 1.10</p>
|
269
|
+
<p class="since">Since: 1.10</p>
|
277
270
|
</div>
|
278
271
|
<hr>
|
279
272
|
<div class="refsect2">
|
@@ -283,8 +276,8 @@ cairo_region_create_rectangle (<em class="parameter"><code>const <a class="link"
|
|
283
276
|
<p>Allocates a new region object containing <em class="parameter"><code>rectangle</code></em>
|
284
277
|
.</p>
|
285
278
|
<div class="refsect3">
|
286
|
-
<a name="
|
287
|
-
<div class="informaltable"><table width="100%" border="0">
|
279
|
+
<a name="cairo-region-create-rectangle.parameters"></a><h4>Parameters</h4>
|
280
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
288
281
|
<colgroup>
|
289
282
|
<col width="150px" class="parameters_name">
|
290
283
|
<col class="parameters_description">
|
@@ -298,15 +291,14 @@ cairo_region_create_rectangle (<em class="parameter"><code>const <a class="link"
|
|
298
291
|
</table></div>
|
299
292
|
</div>
|
300
293
|
<div class="refsect3">
|
301
|
-
<a name="
|
294
|
+
<a name="cairo-region-create-rectangle.returns"></a><h4>Returns</h4>
|
302
295
|
<p> A newly allocated <a class="link" href="cairo-Regions.html#cairo-region-t" title="cairo_region_t"><span class="type">cairo_region_t</span></a>. Free with
|
303
296
|
<a class="link" href="cairo-Regions.html#cairo-region-destroy" title="cairo_region_destroy ()"><code class="function">cairo_region_destroy()</code></a>. This function always returns a
|
304
297
|
valid pointer; if memory cannot be allocated, then a special
|
305
298
|
error object is returned where all operations on the object do nothing.
|
306
299
|
You can check for this with <a class="link" href="cairo-Regions.html#cairo-region-status" title="cairo_region_status ()"><code class="function">cairo_region_status()</code></a>.</p>
|
307
|
-
<p></p>
|
308
300
|
</div>
|
309
|
-
<p class="since">Since 1.10</p>
|
301
|
+
<p class="since">Since: 1.10</p>
|
310
302
|
</div>
|
311
303
|
<hr>
|
312
304
|
<div class="refsect2">
|
@@ -317,8 +309,8 @@ cairo_region_create_rectangles (<em class="parameter"><code>const <a class="link
|
|
317
309
|
<p>Allocates a new region object containing the union of all given <em class="parameter"><code>rects</code></em>
|
318
310
|
.</p>
|
319
311
|
<div class="refsect3">
|
320
|
-
<a name="
|
321
|
-
<div class="informaltable"><table width="100%" border="0">
|
312
|
+
<a name="cairo-region-create-rectangles.parameters"></a><h4>Parameters</h4>
|
313
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
322
314
|
<colgroup>
|
323
315
|
<col width="150px" class="parameters_name">
|
324
316
|
<col class="parameters_description">
|
@@ -340,15 +332,14 @@ rectangles</p></td>
|
|
340
332
|
</table></div>
|
341
333
|
</div>
|
342
334
|
<div class="refsect3">
|
343
|
-
<a name="
|
335
|
+
<a name="cairo-region-create-rectangles.returns"></a><h4>Returns</h4>
|
344
336
|
<p> A newly allocated <a class="link" href="cairo-Regions.html#cairo-region-t" title="cairo_region_t"><span class="type">cairo_region_t</span></a>. Free with
|
345
337
|
<a class="link" href="cairo-Regions.html#cairo-region-destroy" title="cairo_region_destroy ()"><code class="function">cairo_region_destroy()</code></a>. This function always returns a
|
346
338
|
valid pointer; if memory cannot be allocated, then a special
|
347
339
|
error object is returned where all operations on the object do nothing.
|
348
340
|
You can check for this with <a class="link" href="cairo-Regions.html#cairo-region-status" title="cairo_region_status ()"><code class="function">cairo_region_status()</code></a>.</p>
|
349
|
-
<p></p>
|
350
341
|
</div>
|
351
|
-
<p class="since">Since 1.10</p>
|
342
|
+
<p class="since">Since: 1.10</p>
|
352
343
|
</div>
|
353
344
|
<hr>
|
354
345
|
<div class="refsect2">
|
@@ -358,8 +349,8 @@ cairo_region_copy (<em class="parameter"><code>const <a class="link" href="cairo
|
|
358
349
|
<p>Allocates a new region object copying the area from <em class="parameter"><code>original</code></em>
|
359
350
|
.</p>
|
360
351
|
<div class="refsect3">
|
361
|
-
<a name="
|
362
|
-
<div class="informaltable"><table width="100%" border="0">
|
352
|
+
<a name="cairo-region-copy.parameters"></a><h4>Parameters</h4>
|
353
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
363
354
|
<colgroup>
|
364
355
|
<col width="150px" class="parameters_name">
|
365
356
|
<col class="parameters_description">
|
@@ -373,15 +364,14 @@ cairo_region_copy (<em class="parameter"><code>const <a class="link" href="cairo
|
|
373
364
|
</table></div>
|
374
365
|
</div>
|
375
366
|
<div class="refsect3">
|
376
|
-
<a name="
|
367
|
+
<a name="cairo-region-copy.returns"></a><h4>Returns</h4>
|
377
368
|
<p> A newly allocated <a class="link" href="cairo-Regions.html#cairo-region-t" title="cairo_region_t"><span class="type">cairo_region_t</span></a>. Free with
|
378
369
|
<a class="link" href="cairo-Regions.html#cairo-region-destroy" title="cairo_region_destroy ()"><code class="function">cairo_region_destroy()</code></a>. This function always returns a
|
379
370
|
valid pointer; if memory cannot be allocated, then a special
|
380
371
|
error object is returned where all operations on the object do nothing.
|
381
372
|
You can check for this with <a class="link" href="cairo-Regions.html#cairo-region-status" title="cairo_region_status ()"><code class="function">cairo_region_status()</code></a>.</p>
|
382
|
-
<p></p>
|
383
373
|
</div>
|
384
|
-
<p class="since">Since 1.10</p>
|
374
|
+
<p class="since">Since: 1.10</p>
|
385
375
|
</div>
|
386
376
|
<hr>
|
387
377
|
<div class="refsect2">
|
@@ -394,8 +384,8 @@ cairo_region_reference (<em class="parameter"><code><a class="link" href="cairo-
|
|
394
384
|
from being destroyed until a matching call to
|
395
385
|
<a class="link" href="cairo-Regions.html#cairo-region-destroy" title="cairo_region_destroy ()"><code class="function">cairo_region_destroy()</code></a> is made.</p>
|
396
386
|
<div class="refsect3">
|
397
|
-
<a name="
|
398
|
-
<div class="informaltable"><table width="100%" border="0">
|
387
|
+
<a name="cairo-region-reference.parameters"></a><h4>Parameters</h4>
|
388
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
399
389
|
<colgroup>
|
400
390
|
<col width="150px" class="parameters_name">
|
401
391
|
<col class="parameters_description">
|
@@ -409,11 +399,10 @@ cairo_region_reference (<em class="parameter"><code><a class="link" href="cairo-
|
|
409
399
|
</table></div>
|
410
400
|
</div>
|
411
401
|
<div class="refsect3">
|
412
|
-
<a name="
|
402
|
+
<a name="cairo-region-reference.returns"></a><h4>Returns</h4>
|
413
403
|
<p> the referenced <a class="link" href="cairo-Regions.html#cairo-region-t" title="cairo_region_t"><span class="type">cairo_region_t</span></a>.</p>
|
414
|
-
<p></p>
|
415
404
|
</div>
|
416
|
-
<p class="since">Since 1.10</p>
|
405
|
+
<p class="since">Since: 1.10</p>
|
417
406
|
</div>
|
418
407
|
<hr>
|
419
408
|
<div class="refsect2">
|
@@ -424,8 +413,8 @@ cairo_region_destroy (<em class="parameter"><code><a class="link" href="cairo-Re
|
|
424
413
|
<a class="link" href="cairo-Regions.html#cairo-region-create" title="cairo_region_create ()"><code class="function">cairo_region_create()</code></a>, <a class="link" href="cairo-Regions.html#cairo-region-copy" title="cairo_region_copy ()"><code class="function">cairo_region_copy()</code></a>, or
|
425
414
|
or <a class="link" href="cairo-Regions.html#cairo-region-create-rectangle" title="cairo_region_create_rectangle ()"><code class="function">cairo_region_create_rectangle()</code></a>.</p>
|
426
415
|
<div class="refsect3">
|
427
|
-
<a name="
|
428
|
-
<div class="informaltable"><table width="100%" border="0">
|
416
|
+
<a name="cairo-region-destroy.parameters"></a><h4>Parameters</h4>
|
417
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
429
418
|
<colgroup>
|
430
419
|
<col width="150px" class="parameters_name">
|
431
420
|
<col class="parameters_description">
|
@@ -438,7 +427,7 @@ or <a class="link" href="cairo-Regions.html#cairo-region-create-rectangle" title
|
|
438
427
|
</tr></tbody>
|
439
428
|
</table></div>
|
440
429
|
</div>
|
441
|
-
<p class="since">Since 1.10</p>
|
430
|
+
<p class="since">Since: 1.10</p>
|
442
431
|
</div>
|
443
432
|
<hr>
|
444
433
|
<div class="refsect2">
|
@@ -448,8 +437,8 @@ cairo_region_status (<em class="parameter"><code>const <a class="link" href="cai
|
|
448
437
|
<p>Checks whether an error has previous occurred for this
|
449
438
|
region object.</p>
|
450
439
|
<div class="refsect3">
|
451
|
-
<a name="
|
452
|
-
<div class="informaltable"><table width="100%" border="0">
|
440
|
+
<a name="cairo-region-status.parameters"></a><h4>Parameters</h4>
|
441
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
453
442
|
<colgroup>
|
454
443
|
<col width="150px" class="parameters_name">
|
455
444
|
<col class="parameters_description">
|
@@ -463,11 +452,10 @@ region object.</p>
|
|
463
452
|
</table></div>
|
464
453
|
</div>
|
465
454
|
<div class="refsect3">
|
466
|
-
<a name="
|
455
|
+
<a name="cairo-region-status.returns"></a><h4>Returns</h4>
|
467
456
|
<p> <a class="link" href="cairo-Error-handling.html#CAIRO-STATUS-SUCCESS:CAPS"><code class="literal">CAIRO_STATUS_SUCCESS</code></a> or <a class="link" href="cairo-Error-handling.html#CAIRO-STATUS-NO-MEMORY:CAPS"><code class="literal">CAIRO_STATUS_NO_MEMORY</code></a></p>
|
468
|
-
<p></p>
|
469
457
|
</div>
|
470
|
-
<p class="since">Since 1.10</p>
|
458
|
+
<p class="since">Since: 1.10</p>
|
471
459
|
</div>
|
472
460
|
<hr>
|
473
461
|
<div class="refsect2">
|
@@ -478,8 +466,8 @@ cairo_region_get_extents (<em class="parameter"><code>const <a class="link" href
|
|
478
466
|
<p>Gets the bounding rectangle of <em class="parameter"><code>region</code></em>
|
479
467
|
as a <a class="link" href="cairo-Types.html#cairo-rectangle-int-t" title="cairo_rectangle_int_t"><span class="type">cairo_rectangle_int_t</span></a></p>
|
480
468
|
<div class="refsect3">
|
481
|
-
<a name="
|
482
|
-
<div class="informaltable"><table width="100%" border="0">
|
469
|
+
<a name="cairo-region-get-extents.parameters"></a><h4>Parameters</h4>
|
470
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
483
471
|
<colgroup>
|
484
472
|
<col width="150px" class="parameters_name">
|
485
473
|
<col class="parameters_description">
|
@@ -499,7 +487,7 @@ cairo_region_get_extents (<em class="parameter"><code>const <a class="link" href
|
|
499
487
|
</tbody>
|
500
488
|
</table></div>
|
501
489
|
</div>
|
502
|
-
<p class="since">Since 1.10</p>
|
490
|
+
<p class="since">Since: 1.10</p>
|
503
491
|
</div>
|
504
492
|
<hr>
|
505
493
|
<div class="refsect2">
|
@@ -509,8 +497,8 @@ cairo_region_num_rectangles (<em class="parameter"><code>const <a class="link" h
|
|
509
497
|
<p>Returns the number of rectangles contained in <em class="parameter"><code>region</code></em>
|
510
498
|
.</p>
|
511
499
|
<div class="refsect3">
|
512
|
-
<a name="
|
513
|
-
<div class="informaltable"><table width="100%" border="0">
|
500
|
+
<a name="cairo-region-num-rectangles.parameters"></a><h4>Parameters</h4>
|
501
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
514
502
|
<colgroup>
|
515
503
|
<col width="150px" class="parameters_name">
|
516
504
|
<col class="parameters_description">
|
@@ -524,12 +512,11 @@ cairo_region_num_rectangles (<em class="parameter"><code>const <a class="link" h
|
|
524
512
|
</table></div>
|
525
513
|
</div>
|
526
514
|
<div class="refsect3">
|
527
|
-
<a name="
|
515
|
+
<a name="cairo-region-num-rectangles.returns"></a><h4>Returns</h4>
|
528
516
|
<p> The number of rectangles contained in <em class="parameter"><code>region</code></em>
|
529
517
|
.</p>
|
530
|
-
<p></p>
|
531
518
|
</div>
|
532
|
-
<p class="since">Since 1.10</p>
|
519
|
+
<p class="since">Since: 1.10</p>
|
533
520
|
</div>
|
534
521
|
<hr>
|
535
522
|
<div class="refsect2">
|
@@ -542,8 +529,8 @@ cairo_region_get_rectangle (<em class="parameter"><code>const <a class="link" hr
|
|
542
529
|
rectangle from the region in <em class="parameter"><code>rectangle</code></em>
|
543
530
|
.</p>
|
544
531
|
<div class="refsect3">
|
545
|
-
<a name="
|
546
|
-
<div class="informaltable"><table width="100%" border="0">
|
532
|
+
<a name="cairo-region-get-rectangle.parameters"></a><h4>Parameters</h4>
|
533
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
547
534
|
<colgroup>
|
548
535
|
<col width="150px" class="parameters_name">
|
549
536
|
<col class="parameters_description">
|
@@ -568,7 +555,7 @@ cairo_region_get_rectangle (<em class="parameter"><code>const <a class="link" hr
|
|
568
555
|
</tbody>
|
569
556
|
</table></div>
|
570
557
|
</div>
|
571
|
-
<p class="since">Since 1.10</p>
|
558
|
+
<p class="since">Since: 1.10</p>
|
572
559
|
</div>
|
573
560
|
<hr>
|
574
561
|
<div class="refsect2">
|
@@ -578,8 +565,8 @@ cairo_region_is_empty (<em class="parameter"><code>const <a class="link" href="c
|
|
578
565
|
<p>Checks whether <em class="parameter"><code>region</code></em>
|
579
566
|
is empty.</p>
|
580
567
|
<div class="refsect3">
|
581
|
-
<a name="
|
582
|
-
<div class="informaltable"><table width="100%" border="0">
|
568
|
+
<a name="cairo-region-is-empty.parameters"></a><h4>Parameters</h4>
|
569
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
583
570
|
<colgroup>
|
584
571
|
<col width="150px" class="parameters_name">
|
585
572
|
<col class="parameters_description">
|
@@ -593,12 +580,11 @@ cairo_region_is_empty (<em class="parameter"><code>const <a class="link" href="c
|
|
593
580
|
</table></div>
|
594
581
|
</div>
|
595
582
|
<div class="refsect3">
|
596
|
-
<a name="
|
583
|
+
<a name="cairo-region-is-empty.returns"></a><h4>Returns</h4>
|
597
584
|
<p> <code class="literal">TRUE</code> if <em class="parameter"><code>region</code></em>
|
598
585
|
is empty, <code class="literal">FALSE</code> if it isn't.</p>
|
599
|
-
<p></p>
|
600
586
|
</div>
|
601
|
-
<p class="since">Since 1.10</p>
|
587
|
+
<p class="since">Since: 1.10</p>
|
602
588
|
</div>
|
603
589
|
<hr>
|
604
590
|
<div class="refsect2">
|
@@ -612,8 +598,8 @@ cairo_region_contains_point (<em class="parameter"><code>const <a class="link" h
|
|
612
598
|
) is contained in <em class="parameter"><code>region</code></em>
|
613
599
|
.</p>
|
614
600
|
<div class="refsect3">
|
615
|
-
<a name="
|
616
|
-
<div class="informaltable"><table width="100%" border="0">
|
601
|
+
<a name="cairo-region-contains-point.parameters"></a><h4>Parameters</h4>
|
602
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
617
603
|
<colgroup>
|
618
604
|
<col width="150px" class="parameters_name">
|
619
605
|
<col class="parameters_description">
|
@@ -639,14 +625,13 @@ cairo_region_contains_point (<em class="parameter"><code>const <a class="link" h
|
|
639
625
|
</table></div>
|
640
626
|
</div>
|
641
627
|
<div class="refsect3">
|
642
|
-
<a name="
|
628
|
+
<a name="cairo-region-contains-point.returns"></a><h4>Returns</h4>
|
643
629
|
<p> <code class="literal">TRUE</code> if (<em class="parameter"><code>x</code></em>
|
644
630
|
, <em class="parameter"><code>y</code></em>
|
645
631
|
) is contained in <em class="parameter"><code>region</code></em>
|
646
632
|
, <code class="literal">FALSE</code> if it is not.</p>
|
647
|
-
<p></p>
|
648
633
|
</div>
|
649
|
-
<p class="since">Since 1.10</p>
|
634
|
+
<p class="since">Since: 1.10</p>
|
650
635
|
</div>
|
651
636
|
<hr>
|
652
637
|
<div class="refsect2">
|
@@ -659,8 +644,8 @@ cairo_region_contains_rectangle (<em class="parameter"><code>const <a class="lin
|
|
659
644
|
in <em class="parameter"><code>region</code></em>
|
660
645
|
</p>
|
661
646
|
<div class="refsect3">
|
662
|
-
<a name="
|
663
|
-
<div class="informaltable"><table width="100%" border="0">
|
647
|
+
<a name="cairo-region-contains-rectangle.parameters"></a><h4>Parameters</h4>
|
648
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
664
649
|
<colgroup>
|
665
650
|
<col width="150px" class="parameters_name">
|
666
651
|
<col class="parameters_description">
|
@@ -681,7 +666,7 @@ in <em class="parameter"><code>region</code></em>
|
|
681
666
|
</table></div>
|
682
667
|
</div>
|
683
668
|
<div class="refsect3">
|
684
|
-
<a name="
|
669
|
+
<a name="cairo-region-contains-rectangle.returns"></a><h4>Returns</h4>
|
685
670
|
<p> <a class="link" href="cairo-Regions.html#CAIRO-REGION-OVERLAP-IN:CAPS"><code class="literal">CAIRO_REGION_OVERLAP_IN</code></a> if <em class="parameter"><code>rectangle</code></em>
|
686
671
|
is entirely inside <em class="parameter"><code>region</code></em>
|
687
672
|
,
|
@@ -691,9 +676,8 @@ is entirely outside <em class="parameter"><code>region</code></em>
|
|
691
676
|
<a class="link" href="cairo-Regions.html#CAIRO-REGION-OVERLAP-PART:CAPS"><code class="literal">CAIRO_REGION_OVERLAP_PART</code></a> if <em class="parameter"><code>rectangle</code></em>
|
692
677
|
is partially inside and partially outside <em class="parameter"><code>region</code></em>
|
693
678
|
.</p>
|
694
|
-
<p></p>
|
695
679
|
</div>
|
696
|
-
<p class="since">Since 1.10</p>
|
680
|
+
<p class="since">Since: 1.10</p>
|
697
681
|
</div>
|
698
682
|
<hr>
|
699
683
|
<div class="refsect2">
|
@@ -704,8 +688,8 @@ cairo_region_equal (<em class="parameter"><code>const <a class="link" href="cair
|
|
704
688
|
<p>Compares whether region_a is equivalent to region_b. <code class="literal">NULL</code> as an argument
|
705
689
|
is equal to itself, but not to any non-<code class="literal">NULL</code> region.</p>
|
706
690
|
<div class="refsect3">
|
707
|
-
<a name="
|
708
|
-
<div class="informaltable"><table width="100%" border="0">
|
691
|
+
<a name="cairo-region-equal.parameters"></a><h4>Parameters</h4>
|
692
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
709
693
|
<colgroup>
|
710
694
|
<col width="150px" class="parameters_name">
|
711
695
|
<col class="parameters_description">
|
@@ -726,12 +710,11 @@ is equal to itself, but not to any non-<code class="literal">NULL</code> region.
|
|
726
710
|
</table></div>
|
727
711
|
</div>
|
728
712
|
<div class="refsect3">
|
729
|
-
<a name="
|
713
|
+
<a name="cairo-region-equal.returns"></a><h4>Returns</h4>
|
730
714
|
<p> <code class="literal">TRUE</code> if both regions contained the same coverage,
|
731
715
|
<code class="literal">FALSE</code> if it is not or any region is in an error status.</p>
|
732
|
-
<p></p>
|
733
716
|
</div>
|
734
|
-
<p class="since">Since 1.10</p>
|
717
|
+
<p class="since">Since: 1.10</p>
|
735
718
|
</div>
|
736
719
|
<hr>
|
737
720
|
<div class="refsect2">
|
@@ -745,8 +728,8 @@ cairo_region_translate (<em class="parameter"><code><a class="link" href="cairo-
|
|
745
728
|
, <em class="parameter"><code>dy</code></em>
|
746
729
|
).</p>
|
747
730
|
<div class="refsect3">
|
748
|
-
<a name="
|
749
|
-
<div class="informaltable"><table width="100%" border="0">
|
731
|
+
<a name="cairo-region-translate.parameters"></a><h4>Parameters</h4>
|
732
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
750
733
|
<colgroup>
|
751
734
|
<col width="150px" class="parameters_name">
|
752
735
|
<col class="parameters_description">
|
@@ -771,7 +754,7 @@ cairo_region_translate (<em class="parameter"><code><a class="link" href="cairo-
|
|
771
754
|
</tbody>
|
772
755
|
</table></div>
|
773
756
|
</div>
|
774
|
-
<p class="since">Since 1.10</p>
|
757
|
+
<p class="since">Since: 1.10</p>
|
775
758
|
</div>
|
776
759
|
<hr>
|
777
760
|
<div class="refsect2">
|
@@ -784,8 +767,8 @@ cairo_region_intersect (<em class="parameter"><code><a class="link" href="cairo-
|
|
784
767
|
and places the result in <em class="parameter"><code>dst</code></em>
|
785
768
|
</p>
|
786
769
|
<div class="refsect3">
|
787
|
-
<a name="
|
788
|
-
<div class="informaltable"><table width="100%" border="0">
|
770
|
+
<a name="cairo-region-intersect.parameters"></a><h4>Parameters</h4>
|
771
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
789
772
|
<colgroup>
|
790
773
|
<col width="150px" class="parameters_name">
|
791
774
|
<col class="parameters_description">
|
@@ -806,11 +789,10 @@ cairo_region_intersect (<em class="parameter"><code><a class="link" href="cairo-
|
|
806
789
|
</table></div>
|
807
790
|
</div>
|
808
791
|
<div class="refsect3">
|
809
|
-
<a name="
|
792
|
+
<a name="cairo-region-intersect.returns"></a><h4>Returns</h4>
|
810
793
|
<p> <a class="link" href="cairo-Error-handling.html#CAIRO-STATUS-SUCCESS:CAPS"><code class="literal">CAIRO_STATUS_SUCCESS</code></a> or <a class="link" href="cairo-Error-handling.html#CAIRO-STATUS-NO-MEMORY:CAPS"><code class="literal">CAIRO_STATUS_NO_MEMORY</code></a></p>
|
811
|
-
<p></p>
|
812
794
|
</div>
|
813
|
-
<p class="since">Since 1.10</p>
|
795
|
+
<p class="since">Since: 1.10</p>
|
814
796
|
</div>
|
815
797
|
<hr>
|
816
798
|
<div class="refsect2">
|
@@ -824,8 +806,8 @@ cairo_region_intersect_rectangle (<em class="parameter"><code><a class="link" hr
|
|
824
806
|
result in <em class="parameter"><code>dst</code></em>
|
825
807
|
</p>
|
826
808
|
<div class="refsect3">
|
827
|
-
<a name="
|
828
|
-
<div class="informaltable"><table width="100%" border="0">
|
809
|
+
<a name="cairo-region-intersect-rectangle.parameters"></a><h4>Parameters</h4>
|
810
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
829
811
|
<colgroup>
|
830
812
|
<col width="150px" class="parameters_name">
|
831
813
|
<col class="parameters_description">
|
@@ -846,11 +828,10 @@ result in <em class="parameter"><code>dst</code></em>
|
|
846
828
|
</table></div>
|
847
829
|
</div>
|
848
830
|
<div class="refsect3">
|
849
|
-
<a name="
|
831
|
+
<a name="cairo-region-intersect-rectangle.returns"></a><h4>Returns</h4>
|
850
832
|
<p> <a class="link" href="cairo-Error-handling.html#CAIRO-STATUS-SUCCESS:CAPS"><code class="literal">CAIRO_STATUS_SUCCESS</code></a> or <a class="link" href="cairo-Error-handling.html#CAIRO-STATUS-NO-MEMORY:CAPS"><code class="literal">CAIRO_STATUS_NO_MEMORY</code></a></p>
|
851
|
-
<p></p>
|
852
833
|
</div>
|
853
|
-
<p class="since">Since 1.10</p>
|
834
|
+
<p class="since">Since: 1.10</p>
|
854
835
|
</div>
|
855
836
|
<hr>
|
856
837
|
<div class="refsect2">
|
@@ -863,8 +844,8 @@ cairo_region_subtract (<em class="parameter"><code><a class="link" href="cairo-R
|
|
863
844
|
and places the result in <em class="parameter"><code>dst</code></em>
|
864
845
|
</p>
|
865
846
|
<div class="refsect3">
|
866
|
-
<a name="
|
867
|
-
<div class="informaltable"><table width="100%" border="0">
|
847
|
+
<a name="cairo-region-subtract.parameters"></a><h4>Parameters</h4>
|
848
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
868
849
|
<colgroup>
|
869
850
|
<col width="150px" class="parameters_name">
|
870
851
|
<col class="parameters_description">
|
@@ -885,11 +866,10 @@ cairo_region_subtract (<em class="parameter"><code><a class="link" href="cairo-R
|
|
885
866
|
</table></div>
|
886
867
|
</div>
|
887
868
|
<div class="refsect3">
|
888
|
-
<a name="
|
869
|
+
<a name="cairo-region-subtract.returns"></a><h4>Returns</h4>
|
889
870
|
<p> <a class="link" href="cairo-Error-handling.html#CAIRO-STATUS-SUCCESS:CAPS"><code class="literal">CAIRO_STATUS_SUCCESS</code></a> or <a class="link" href="cairo-Error-handling.html#CAIRO-STATUS-NO-MEMORY:CAPS"><code class="literal">CAIRO_STATUS_NO_MEMORY</code></a></p>
|
890
|
-
<p></p>
|
891
871
|
</div>
|
892
|
-
<p class="since">Since 1.10</p>
|
872
|
+
<p class="since">Since: 1.10</p>
|
893
873
|
</div>
|
894
874
|
<hr>
|
895
875
|
<div class="refsect2">
|
@@ -902,8 +882,8 @@ cairo_region_subtract_rectangle (<em class="parameter"><code><a class="link" hre
|
|
902
882
|
and places the result in <em class="parameter"><code>dst</code></em>
|
903
883
|
</p>
|
904
884
|
<div class="refsect3">
|
905
|
-
<a name="
|
906
|
-
<div class="informaltable"><table width="100%" border="0">
|
885
|
+
<a name="cairo-region-subtract-rectangle.parameters"></a><h4>Parameters</h4>
|
886
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
907
887
|
<colgroup>
|
908
888
|
<col width="150px" class="parameters_name">
|
909
889
|
<col class="parameters_description">
|
@@ -924,11 +904,10 @@ cairo_region_subtract_rectangle (<em class="parameter"><code><a class="link" hre
|
|
924
904
|
</table></div>
|
925
905
|
</div>
|
926
906
|
<div class="refsect3">
|
927
|
-
<a name="
|
907
|
+
<a name="cairo-region-subtract-rectangle.returns"></a><h4>Returns</h4>
|
928
908
|
<p> <a class="link" href="cairo-Error-handling.html#CAIRO-STATUS-SUCCESS:CAPS"><code class="literal">CAIRO_STATUS_SUCCESS</code></a> or <a class="link" href="cairo-Error-handling.html#CAIRO-STATUS-NO-MEMORY:CAPS"><code class="literal">CAIRO_STATUS_NO_MEMORY</code></a></p>
|
929
|
-
<p></p>
|
930
909
|
</div>
|
931
|
-
<p class="since">Since 1.10</p>
|
910
|
+
<p class="since">Since: 1.10</p>
|
932
911
|
</div>
|
933
912
|
<hr>
|
934
913
|
<div class="refsect2">
|
@@ -941,8 +920,8 @@ cairo_region_union (<em class="parameter"><code><a class="link" href="cairo-Regi
|
|
941
920
|
and places the result in <em class="parameter"><code>dst</code></em>
|
942
921
|
</p>
|
943
922
|
<div class="refsect3">
|
944
|
-
<a name="
|
945
|
-
<div class="informaltable"><table width="100%" border="0">
|
923
|
+
<a name="cairo-region-union.parameters"></a><h4>Parameters</h4>
|
924
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
946
925
|
<colgroup>
|
947
926
|
<col width="150px" class="parameters_name">
|
948
927
|
<col class="parameters_description">
|
@@ -963,11 +942,10 @@ cairo_region_union (<em class="parameter"><code><a class="link" href="cairo-Regi
|
|
963
942
|
</table></div>
|
964
943
|
</div>
|
965
944
|
<div class="refsect3">
|
966
|
-
<a name="
|
945
|
+
<a name="cairo-region-union.returns"></a><h4>Returns</h4>
|
967
946
|
<p> <a class="link" href="cairo-Error-handling.html#CAIRO-STATUS-SUCCESS:CAPS"><code class="literal">CAIRO_STATUS_SUCCESS</code></a> or <a class="link" href="cairo-Error-handling.html#CAIRO-STATUS-NO-MEMORY:CAPS"><code class="literal">CAIRO_STATUS_NO_MEMORY</code></a></p>
|
968
|
-
<p></p>
|
969
947
|
</div>
|
970
|
-
<p class="since">Since 1.10</p>
|
948
|
+
<p class="since">Since: 1.10</p>
|
971
949
|
</div>
|
972
950
|
<hr>
|
973
951
|
<div class="refsect2">
|
@@ -980,8 +958,8 @@ cairo_region_union_rectangle (<em class="parameter"><code><a class="link" href="
|
|
980
958
|
and places the result in <em class="parameter"><code>dst</code></em>
|
981
959
|
.</p>
|
982
960
|
<div class="refsect3">
|
983
|
-
<a name="
|
984
|
-
<div class="informaltable"><table width="100%" border="0">
|
961
|
+
<a name="cairo-region-union-rectangle.parameters"></a><h4>Parameters</h4>
|
962
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
985
963
|
<colgroup>
|
986
964
|
<col width="150px" class="parameters_name">
|
987
965
|
<col class="parameters_description">
|
@@ -1002,11 +980,10 @@ cairo_region_union_rectangle (<em class="parameter"><code><a class="link" href="
|
|
1002
980
|
</table></div>
|
1003
981
|
</div>
|
1004
982
|
<div class="refsect3">
|
1005
|
-
<a name="
|
983
|
+
<a name="cairo-region-union-rectangle.returns"></a><h4>Returns</h4>
|
1006
984
|
<p> <a class="link" href="cairo-Error-handling.html#CAIRO-STATUS-SUCCESS:CAPS"><code class="literal">CAIRO_STATUS_SUCCESS</code></a> or <a class="link" href="cairo-Error-handling.html#CAIRO-STATUS-NO-MEMORY:CAPS"><code class="literal">CAIRO_STATUS_NO_MEMORY</code></a></p>
|
1007
|
-
<p></p>
|
1008
985
|
</div>
|
1009
|
-
<p class="since">Since 1.10</p>
|
986
|
+
<p class="since">Since: 1.10</p>
|
1010
987
|
</div>
|
1011
988
|
<hr>
|
1012
989
|
<div class="refsect2">
|
@@ -1024,8 +1001,8 @@ are either in <em class="parameter"><code>dst</code></em>
|
|
1024
1001
|
or in <em class="parameter"><code>other</code></em>
|
1025
1002
|
, but not in both.</p>
|
1026
1003
|
<div class="refsect3">
|
1027
|
-
<a name="
|
1028
|
-
<div class="informaltable"><table width="100%" border="0">
|
1004
|
+
<a name="cairo-region-xor.parameters"></a><h4>Parameters</h4>
|
1005
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1029
1006
|
<colgroup>
|
1030
1007
|
<col width="150px" class="parameters_name">
|
1031
1008
|
<col class="parameters_description">
|
@@ -1046,11 +1023,10 @@ are either in <em class="parameter"><code>dst</code></em>
|
|
1046
1023
|
</table></div>
|
1047
1024
|
</div>
|
1048
1025
|
<div class="refsect3">
|
1049
|
-
<a name="
|
1026
|
+
<a name="cairo-region-xor.returns"></a><h4>Returns</h4>
|
1050
1027
|
<p> <a class="link" href="cairo-Error-handling.html#CAIRO-STATUS-SUCCESS:CAPS"><code class="literal">CAIRO_STATUS_SUCCESS</code></a> or <a class="link" href="cairo-Error-handling.html#CAIRO-STATUS-NO-MEMORY:CAPS"><code class="literal">CAIRO_STATUS_NO_MEMORY</code></a></p>
|
1051
|
-
<p></p>
|
1052
1028
|
</div>
|
1053
|
-
<p class="since">Since 1.10</p>
|
1029
|
+
<p class="since">Since: 1.10</p>
|
1054
1030
|
</div>
|
1055
1031
|
<hr>
|
1056
1032
|
<div class="refsect2">
|
@@ -1068,8 +1044,8 @@ either in <em class="parameter"><code>dst</code></em>
|
|
1068
1044
|
or in <em class="parameter"><code>rectangle</code></em>
|
1069
1045
|
, but not in both.</p>
|
1070
1046
|
<div class="refsect3">
|
1071
|
-
<a name="
|
1072
|
-
<div class="informaltable"><table width="100%" border="0">
|
1047
|
+
<a name="cairo-region-xor-rectangle.parameters"></a><h4>Parameters</h4>
|
1048
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1073
1049
|
<colgroup>
|
1074
1050
|
<col width="150px" class="parameters_name">
|
1075
1051
|
<col class="parameters_description">
|
@@ -1090,11 +1066,10 @@ either in <em class="parameter"><code>dst</code></em>
|
|
1090
1066
|
</table></div>
|
1091
1067
|
</div>
|
1092
1068
|
<div class="refsect3">
|
1093
|
-
<a name="
|
1069
|
+
<a name="cairo-region-xor-rectangle.returns"></a><h4>Returns</h4>
|
1094
1070
|
<p> <a class="link" href="cairo-Error-handling.html#CAIRO-STATUS-SUCCESS:CAPS"><code class="literal">CAIRO_STATUS_SUCCESS</code></a> or <a class="link" href="cairo-Error-handling.html#CAIRO-STATUS-NO-MEMORY:CAPS"><code class="literal">CAIRO_STATUS_NO_MEMORY</code></a></p>
|
1095
|
-
<p></p>
|
1096
1071
|
</div>
|
1097
|
-
<p class="since">Since 1.10</p>
|
1072
|
+
<p class="since">Since: 1.10</p>
|
1098
1073
|
</div>
|
1099
1074
|
</div>
|
1100
1075
|
<div class="refsect1">
|
@@ -1108,15 +1083,15 @@ either in <em class="parameter"><code>dst</code></em>
|
|
1108
1083
|
<a class="link" href="cairo-Regions.html#cairo-region-intersect" title="cairo_region_intersect ()"><code class="function">cairo_region_intersect()</code></a> to be performed on them.</p>
|
1109
1084
|
<p>Memory management of <a class="link" href="cairo-Regions.html#cairo-region-t" title="cairo_region_t"><span class="type">cairo_region_t</span></a> is done with
|
1110
1085
|
<a class="link" href="cairo-Regions.html#cairo-region-reference" title="cairo_region_reference ()"><code class="function">cairo_region_reference()</code></a> and <a class="link" href="cairo-Regions.html#cairo-region-destroy" title="cairo_region_destroy ()"><code class="function">cairo_region_destroy()</code></a>.</p>
|
1111
|
-
<p class="since">Since 1.10</p>
|
1086
|
+
<p class="since">Since: 1.10</p>
|
1112
1087
|
</div>
|
1113
1088
|
<hr>
|
1114
1089
|
<div class="refsect2">
|
1115
1090
|
<a name="cairo-region-overlap-t"></a><h3>enum cairo_region_overlap_t</h3>
|
1116
1091
|
<p>Used as the return value for <a class="link" href="cairo-Regions.html#cairo-region-contains-rectangle" title="cairo_region_contains_rectangle ()"><code class="function">cairo_region_contains_rectangle()</code></a>.</p>
|
1117
1092
|
<div class="refsect3">
|
1118
|
-
<a name="
|
1119
|
-
<div class="informaltable"><table width="100%" border="0">
|
1093
|
+
<a name="cairo-region-overlap-t.members"></a><h4>Members</h4>
|
1094
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1120
1095
|
<colgroup>
|
1121
1096
|
<col width="300px" class="enum_members_name">
|
1122
1097
|
<col class="enum_members_description">
|
@@ -1148,12 +1123,11 @@ either in <em class="parameter"><code>dst</code></em>
|
|
1148
1123
|
</tbody>
|
1149
1124
|
</table></div>
|
1150
1125
|
</div>
|
1151
|
-
<p class="since">Since 1.10</p>
|
1126
|
+
<p class="since">Since: 1.10</p>
|
1152
1127
|
</div>
|
1153
1128
|
</div>
|
1154
1129
|
</div>
|
1155
1130
|
<div class="footer">
|
1156
|
-
<hr>
|
1157
|
-
Generated by GTK-Doc V1.20</div>
|
1131
|
+
<hr>Generated by GTK-Doc V1.25</div>
|
1158
1132
|
</body>
|
1159
1133
|
</html>
|