cairo 1.6.1-x86-mswin32
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of cairo might be problematic. Click here for more details.
- data/AUTHORS +4 -0
- data/COPYING +59 -0
- data/ChangeLog +1320 -0
- data/GPL +340 -0
- data/NEWS +98 -0
- data/README +70 -0
- data/Rakefile +215 -0
- data/cairo/bin/libcairo-2.dll +0 -0
- data/cairo/bin/libpng13.dll +0 -0
- data/cairo/bin/zlib1.dll +0 -0
- data/cairo/include/cairo/cairo-deprecated.h +142 -0
- data/cairo/include/cairo/cairo-features.h +35 -0
- data/cairo/include/cairo/cairo-pdf.h +68 -0
- data/cairo/include/cairo/cairo-ps.h +114 -0
- data/cairo/include/cairo/cairo-svg.h +82 -0
- data/cairo/include/cairo/cairo-win32.h +104 -0
- data/cairo/include/cairo/cairo.h +1945 -0
- data/cairo/include/libpng13/png.h +3419 -0
- data/cairo/include/libpng13/pngconf.h +1437 -0
- data/cairo/lib/cairo.def +251 -0
- data/cairo/lib/cairo.lib +0 -0
- data/cairo/lib/libcairo.dll.a +0 -0
- data/cairo/lib/libpng.def +372 -0
- data/cairo/lib/libpng13.dll.a +0 -0
- data/cairo/lib/pkgconfig/cairo-pdf.pc +12 -0
- data/cairo/lib/pkgconfig/cairo-png.pc +12 -0
- data/cairo/lib/pkgconfig/cairo-ps.pc +12 -0
- data/cairo/lib/pkgconfig/cairo-svg.pc +12 -0
- data/cairo/lib/pkgconfig/cairo-win32-font.pc +12 -0
- data/cairo/lib/pkgconfig/cairo-win32.pc +12 -0
- data/cairo/lib/pkgconfig/cairo.pc +13 -0
- data/cairo/lib/pkgconfig/libpng.pc +14 -0
- data/cairo/lib/pkgconfig/libpng13.pc +14 -0
- data/cairo/make/cairo-1.6.4-1.sh +55 -0
- data/cairo/manifest/cairo-1.6.4-1.mft +6 -0
- data/cairo/manifest/cairo-dev-1.6.4-1.mft +72 -0
- data/cairo/manifest/libpng-dev-1.2.8.mft +7 -0
- data/cairo/share/doc/cairo-1.6.4-1/COPYING +32 -0
- data/cairo/share/doc/cairo-1.6.4-1/COPYING-LGPL-2.1 +510 -0
- data/cairo/share/doc/cairo-1.6.4-1/COPYING-MPL-1.1 +470 -0
- data/cairo/share/gtk-doc/html/cairo/Drawing.html +53 -0
- data/cairo/share/gtk-doc/html/cairo/Fonts.html +56 -0
- data/cairo/share/gtk-doc/html/cairo/Support.html +50 -0
- data/cairo/share/gtk-doc/html/cairo/Surfaces.html +65 -0
- data/cairo/share/gtk-doc/html/cairo/bindings-errors.html +128 -0
- data/cairo/share/gtk-doc/html/cairo/bindings-fonts.html +59 -0
- data/cairo/share/gtk-doc/html/cairo/bindings-memory.html +129 -0
- data/cairo/share/gtk-doc/html/cairo/bindings-overloading.html +127 -0
- data/cairo/share/gtk-doc/html/cairo/bindings-path.html +123 -0
- data/cairo/share/gtk-doc/html/cairo/bindings-patterns.html +63 -0
- data/cairo/share/gtk-doc/html/cairo/bindings-return-values.html +126 -0
- data/cairo/share/gtk-doc/html/cairo/bindings-streams.html +98 -0
- data/cairo/share/gtk-doc/html/cairo/bindings-surfaces.html +99 -0
- data/cairo/share/gtk-doc/html/cairo/cairo-Error-Handling.html +328 -0
- data/cairo/share/gtk-doc/html/cairo/cairo-Font-Options.html +720 -0
- data/cairo/share/gtk-doc/html/cairo/cairo-FreeType-Fonts.html +297 -0
- data/cairo/share/gtk-doc/html/cairo/cairo-Image-Surfaces.html +484 -0
- data/cairo/share/gtk-doc/html/cairo/cairo-PDF-Surfaces.html +246 -0
- data/cairo/share/gtk-doc/html/cairo/cairo-PNG-Support.html +345 -0
- data/cairo/share/gtk-doc/html/cairo/cairo-Paths.html +1336 -0
- data/cairo/share/gtk-doc/html/cairo/cairo-Patterns.html +1560 -0
- data/cairo/share/gtk-doc/html/cairo/cairo-PostScript-Surfaces.html +656 -0
- data/cairo/share/gtk-doc/html/cairo/cairo-Quartz-Fonts.html +161 -0
- data/cairo/share/gtk-doc/html/cairo/cairo-Quartz-Surfaces.html +232 -0
- data/cairo/share/gtk-doc/html/cairo/cairo-SVG-Surfaces.html +337 -0
- data/cairo/share/gtk-doc/html/cairo/cairo-Scaled-Fonts.html +823 -0
- data/cairo/share/gtk-doc/html/cairo/cairo-Text.html +836 -0
- data/cairo/share/gtk-doc/html/cairo/cairo-Transformations.html +462 -0
- data/cairo/share/gtk-doc/html/cairo/cairo-Types.html +143 -0
- data/cairo/share/gtk-doc/html/cairo/cairo-Version-Information.html +325 -0
- data/cairo/share/gtk-doc/html/cairo/cairo-Win32-Fonts.html +381 -0
- data/cairo/share/gtk-doc/html/cairo/cairo-Win32-Surfaces.html +331 -0
- data/cairo/share/gtk-doc/html/cairo/cairo-XLib-Surfaces.html +525 -0
- data/cairo/share/gtk-doc/html/cairo/cairo-cairo-font-face-t.html +427 -0
- data/cairo/share/gtk-doc/html/cairo/cairo-cairo-matrix-t.html +626 -0
- data/cairo/share/gtk-doc/html/cairo/cairo-cairo-surface-t.html +995 -0
- data/cairo/share/gtk-doc/html/cairo/cairo-cairo-t.html +2795 -0
- data/cairo/share/gtk-doc/html/cairo/cairo.devhelp +432 -0
- data/cairo/share/gtk-doc/html/cairo/cairo.devhelp2 +432 -0
- data/cairo/share/gtk-doc/html/cairo/home.png +0 -0
- data/cairo/share/gtk-doc/html/cairo/index-1.2.html +137 -0
- data/cairo/share/gtk-doc/html/cairo/index-1.4.html +105 -0
- data/cairo/share/gtk-doc/html/cairo/index-1.6.html +65 -0
- data/cairo/share/gtk-doc/html/cairo/index.html +134 -0
- data/cairo/share/gtk-doc/html/cairo/index.sgml +466 -0
- data/cairo/share/gtk-doc/html/cairo/ix01.html +693 -0
- data/cairo/share/gtk-doc/html/cairo/language-bindings.html +79 -0
- data/cairo/share/gtk-doc/html/cairo/left.png +0 -0
- data/cairo/share/gtk-doc/html/cairo/right.png +0 -0
- data/cairo/share/gtk-doc/html/cairo/style.css +148 -0
- data/cairo/share/gtk-doc/html/cairo/up.png +0 -0
- data/doc/doc.css +91 -0
- data/doc/en/cairo-antialias.html +41 -0
- data/doc/en/cairo-antialias.rd +16 -0
- data/doc/en/cairo-clip-not-representable-error.html +50 -0
- data/doc/en/cairo-clip-not-representable-error.rd +17 -0
- data/doc/en/cairo-color-base.html +72 -0
- data/doc/en/cairo-color-base.rd +38 -0
- data/doc/en/cairo-color-cmyk.html +160 -0
- data/doc/en/cairo-color-cmyk.rd +107 -0
- data/doc/en/cairo-color-hsv.html +140 -0
- data/doc/en/cairo-color-hsv.rd +91 -0
- data/doc/en/cairo-color-rgb.html +145 -0
- data/doc/en/cairo-color-rgb.rd +95 -0
- data/doc/en/cairo-color-x11.html +176 -0
- data/doc/en/cairo-color-x11.rd +151 -0
- data/doc/en/cairo-color.html +241 -0
- data/doc/en/cairo-color.rd +213 -0
- data/doc/en/cairo-content.html +40 -0
- data/doc/en/cairo-content.rd +15 -0
- data/doc/en/cairo-context-blur.html +42 -0
- data/doc/en/cairo-context-blur.rd +15 -0
- data/doc/en/cairo-context-circle.html +42 -0
- data/doc/en/cairo-context-circle.rd +15 -0
- data/doc/en/cairo-context-color.html +42 -0
- data/doc/en/cairo-context-color.rd +15 -0
- data/doc/en/cairo-context-path.html +47 -0
- data/doc/en/cairo-context-path.rd +19 -0
- data/doc/en/cairo-context-rectangle.html +42 -0
- data/doc/en/cairo-context-rectangle.rd +15 -0
- data/doc/en/cairo-context-triangle.html +42 -0
- data/doc/en/cairo-context-triangle.rd +15 -0
- data/doc/en/cairo-context.html +636 -0
- data/doc/en/cairo-context.rd +491 -0
- data/doc/en/cairo-error.html +47 -0
- data/doc/en/cairo-error.rd +16 -0
- data/doc/en/cairo-extend.html +41 -0
- data/doc/en/cairo-extend.rd +16 -0
- data/doc/en/cairo-file-not-found.html +50 -0
- data/doc/en/cairo-file-not-found.rd +17 -0
- data/doc/en/cairo-fill-rule.html +39 -0
- data/doc/en/cairo-fill-rule.rd +14 -0
- data/doc/en/cairo-filter.html +43 -0
- data/doc/en/cairo-filter.rd +18 -0
- data/doc/en/cairo-font-extents.html +74 -0
- data/doc/en/cairo-font-extents.rd +40 -0
- data/doc/en/cairo-font-face.html +41 -0
- data/doc/en/cairo-font-face.rd +14 -0
- data/doc/en/cairo-font-options.html +142 -0
- data/doc/en/cairo-font-options.rd +94 -0
- data/doc/en/cairo-font-slant.html +40 -0
- data/doc/en/cairo-font-slant.rd +15 -0
- data/doc/en/cairo-font-weight.html +39 -0
- data/doc/en/cairo-font-weight.rd +14 -0
- data/doc/en/cairo-format.html +49 -0
- data/doc/en/cairo-format.rd +22 -0
- data/doc/en/cairo-glyph.html +102 -0
- data/doc/en/cairo-glyph.rd +62 -0
- data/doc/en/cairo-gradient-pattern.html +77 -0
- data/doc/en/cairo-gradient-pattern.rd +41 -0
- data/doc/en/cairo-hint-metrics.html +40 -0
- data/doc/en/cairo-hint-metrics.rd +15 -0
- data/doc/en/cairo-hint-style.html +42 -0
- data/doc/en/cairo-hint-style.rd +17 -0
- data/doc/en/cairo-image-surface.html +85 -0
- data/doc/en/cairo-image-surface.rd +47 -0
- data/doc/en/cairo-invalid-content-error.html +50 -0
- data/doc/en/cairo-invalid-content-error.rd +17 -0
- data/doc/en/cairo-invalid-dash-error.html +50 -0
- data/doc/en/cairo-invalid-dash-error.rd +17 -0
- data/doc/en/cairo-invalid-dsc-comment-error.html +50 -0
- data/doc/en/cairo-invalid-dsc-comment-error.rd +17 -0
- data/doc/en/cairo-invalid-format-error.html +50 -0
- data/doc/en/cairo-invalid-format-error.rd +17 -0
- data/doc/en/cairo-invalid-index-error.html +50 -0
- data/doc/en/cairo-invalid-index-error.rd +17 -0
- data/doc/en/cairo-invalid-matrix-error.html +50 -0
- data/doc/en/cairo-invalid-matrix-error.rd +17 -0
- data/doc/en/cairo-invalid-path-data-error.html +50 -0
- data/doc/en/cairo-invalid-path-data-error.rd +17 -0
- data/doc/en/cairo-invalid-pop-group-error.html +50 -0
- data/doc/en/cairo-invalid-pop-group-error.rd +17 -0
- data/doc/en/cairo-invalid-restore-error.html +50 -0
- data/doc/en/cairo-invalid-restore-error.rd +17 -0
- data/doc/en/cairo-invalid-status-error.html +50 -0
- data/doc/en/cairo-invalid-status-error.rd +17 -0
- data/doc/en/cairo-invalid-stride-error.html +50 -0
- data/doc/en/cairo-invalid-stride-error.rd +17 -0
- data/doc/en/cairo-invalid-string-error.html +50 -0
- data/doc/en/cairo-invalid-string-error.rd +17 -0
- data/doc/en/cairo-invalid-visual-error.html +50 -0
- data/doc/en/cairo-invalid-visual-error.rd +17 -0
- data/doc/en/cairo-line-cap.html +40 -0
- data/doc/en/cairo-line-cap.rd +15 -0
- data/doc/en/cairo-line-join.html +40 -0
- data/doc/en/cairo-line-join.rd +15 -0
- data/doc/en/cairo-linear-pattern.html +63 -0
- data/doc/en/cairo-linear-pattern.rd +28 -0
- data/doc/en/cairo-matrix.html +257 -0
- data/doc/en/cairo-matrix.rd +186 -0
- data/doc/en/cairo-no-current-point-error.html +50 -0
- data/doc/en/cairo-no-current-point-error.rd +17 -0
- data/doc/en/cairo-null-pointer-error.html +50 -0
- data/doc/en/cairo-null-pointer-error.rd +17 -0
- data/doc/en/cairo-operator.html +51 -0
- data/doc/en/cairo-operator.rd +26 -0
- data/doc/en/cairo-paper-parse-error.html +50 -0
- data/doc/en/cairo-paper-parse-error.rd +17 -0
- data/doc/en/cairo-paper-unknown-paper-name.html +69 -0
- data/doc/en/cairo-paper-unknown-paper-name.rd +30 -0
- data/doc/en/cairo-paper-unknown-unit.html +69 -0
- data/doc/en/cairo-paper-unknown-unit.rd +30 -0
- data/doc/en/cairo-paper-unrecognized-paper-description.html +69 -0
- data/doc/en/cairo-paper-unrecognized-paper-description.rd +30 -0
- data/doc/en/cairo-paper.html +187 -0
- data/doc/en/cairo-paper.rd +141 -0
- data/doc/en/cairo-path-close-path.html +52 -0
- data/doc/en/cairo-path-close-path.rd +21 -0
- data/doc/en/cairo-path-curve-to.html +52 -0
- data/doc/en/cairo-path-curve-to.rd +21 -0
- data/doc/en/cairo-path-data-type.html +41 -0
- data/doc/en/cairo-path-data-type.rd +16 -0
- data/doc/en/cairo-path-data.html +101 -0
- data/doc/en/cairo-path-data.rd +62 -0
- data/doc/en/cairo-path-line-to.html +52 -0
- data/doc/en/cairo-path-line-to.rd +21 -0
- data/doc/en/cairo-path-move-to.html +52 -0
- data/doc/en/cairo-path-move-to.rd +21 -0
- data/doc/en/cairo-path.html +158 -0
- data/doc/en/cairo-path.rd +109 -0
- data/doc/en/cairo-pattern-type-mismatch-error.html +50 -0
- data/doc/en/cairo-pattern-type-mismatch-error.rd +17 -0
- data/doc/en/cairo-pattern.html +102 -0
- data/doc/en/cairo-pattern.rd +62 -0
- data/doc/en/cairo-pdf-surface.html +60 -0
- data/doc/en/cairo-pdf-surface.rd +27 -0
- data/doc/en/cairo-point.html +77 -0
- data/doc/en/cairo-point.rd +42 -0
- data/doc/en/cairo-ps-level.html +52 -0
- data/doc/en/cairo-ps-level.rd +24 -0
- data/doc/en/cairo-ps-surface.html +95 -0
- data/doc/en/cairo-ps-surface.rd +55 -0
- data/doc/en/cairo-quartz-image-surface.html +60 -0
- data/doc/en/cairo-quartz-image-surface.rd +27 -0
- data/doc/en/cairo-quartz-surface.html +60 -0
- data/doc/en/cairo-quartz-surface.rd +27 -0
- data/doc/en/cairo-radial-pattern.html +63 -0
- data/doc/en/cairo-radial-pattern.rd +28 -0
- data/doc/en/cairo-read-error.html +50 -0
- data/doc/en/cairo-read-error.rd +17 -0
- data/doc/en/cairo-rectangle.html +92 -0
- data/doc/en/cairo-rectangle.rd +54 -0
- data/doc/en/cairo-scaled-font.html +87 -0
- data/doc/en/cairo-scaled-font.rd +50 -0
- data/doc/en/cairo-solid-pattern.html +65 -0
- data/doc/en/cairo-solid-pattern.rd +31 -0
- data/doc/en/cairo-subpixel-order.html +42 -0
- data/doc/en/cairo-subpixel-order.rd +17 -0
- data/doc/en/cairo-surface-finished-error.html +50 -0
- data/doc/en/cairo-surface-finished-error.rd +17 -0
- data/doc/en/cairo-surface-pattern.html +60 -0
- data/doc/en/cairo-surface-pattern.rd +27 -0
- data/doc/en/cairo-surface-type-mismatch-error.html +50 -0
- data/doc/en/cairo-surface-type-mismatch-error.rd +17 -0
- data/doc/en/cairo-surface.html +114 -0
- data/doc/en/cairo-surface.rd +72 -0
- data/doc/en/cairo-svg-surface.html +80 -0
- data/doc/en/cairo-svg-surface.rd +44 -0
- data/doc/en/cairo-svg-version.html +52 -0
- data/doc/en/cairo-svg-version.rd +24 -0
- data/doc/en/cairo-temp-file-error.html +50 -0
- data/doc/en/cairo-temp-file-error.rd +17 -0
- data/doc/en/cairo-text-extents.html +79 -0
- data/doc/en/cairo-text-extents.rd +44 -0
- data/doc/en/cairo-win32-printing-surface.html +60 -0
- data/doc/en/cairo-win32-printing-surface.rd +27 -0
- data/doc/en/cairo-win32-surface.html +65 -0
- data/doc/en/cairo-win32-surface.rd +31 -0
- data/doc/en/cairo-write-error.html +50 -0
- data/doc/en/cairo-write-error.rd +17 -0
- data/doc/en/cairo.html +123 -0
- data/doc/en/cairo.rd +95 -0
- data/doc/en/index.html +1080 -0
- data/doc/en/index.rd +1051 -0
- data/doc/index.html +18 -0
- data/doc/ja/cairo-antialias.html +57 -0
- data/doc/ja/cairo-clip-not-representable-error.html +56 -0
- data/doc/ja/cairo-color-base.html +75 -0
- data/doc/ja/cairo-color-cmyk.html +152 -0
- data/doc/ja/cairo-color-hsv.html +135 -0
- data/doc/ja/cairo-color-rgb.html +145 -0
- data/doc/ja/cairo-color-x11.html +183 -0
- data/doc/ja/cairo-color.html +317 -0
- data/doc/ja/cairo-content.html +51 -0
- data/doc/ja/cairo-context-blur.html +53 -0
- data/doc/ja/cairo-context-circle.html +54 -0
- data/doc/ja/cairo-context-color.html +52 -0
- data/doc/ja/cairo-context-path.html +77 -0
- data/doc/ja/cairo-context-rectangle.html +60 -0
- data/doc/ja/cairo-context-triangle.html +47 -0
- data/doc/ja/cairo-context.html +1449 -0
- data/doc/ja/cairo-error.html +56 -0
- data/doc/ja/cairo-extend.html +56 -0
- data/doc/ja/cairo-file-not-found.html +51 -0
- data/doc/ja/cairo-fill-rule.html +58 -0
- data/doc/ja/cairo-filter.html +43 -0
- data/doc/ja/cairo-font-extents.html +110 -0
- data/doc/ja/cairo-font-face.html +55 -0
- data/doc/ja/cairo-font-options.html +186 -0
- data/doc/ja/cairo-font-slant.html +50 -0
- data/doc/ja/cairo-font-weight.html +47 -0
- data/doc/ja/cairo-format.html +81 -0
- data/doc/ja/cairo-glyph.html +115 -0
- data/doc/ja/cairo-gradient-pattern.html +119 -0
- data/doc/ja/cairo-hint-metrics.html +57 -0
- data/doc/ja/cairo-hint-style.html +64 -0
- data/doc/ja/cairo-image-surface.html +131 -0
- data/doc/ja/cairo-invalid-content-error.html +54 -0
- data/doc/ja/cairo-invalid-dash-error.html +54 -0
- data/doc/ja/cairo-invalid-dsc-comment-error.html +54 -0
- data/doc/ja/cairo-invalid-format-error.html +54 -0
- data/doc/ja/cairo-invalid-index-error.html +54 -0
- data/doc/ja/cairo-invalid-matrix-error.html +54 -0
- data/doc/ja/cairo-invalid-path-data-error.html +54 -0
- data/doc/ja/cairo-invalid-pop-group-error.html +54 -0
- data/doc/ja/cairo-invalid-restore-error.html +55 -0
- data/doc/ja/cairo-invalid-status-error.html +55 -0
- data/doc/ja/cairo-invalid-stride-error.html +55 -0
- data/doc/ja/cairo-invalid-string-error.html +54 -0
- data/doc/ja/cairo-invalid-visual-error.html +57 -0
- data/doc/ja/cairo-line-cap.html +50 -0
- data/doc/ja/cairo-line-join.html +53 -0
- data/doc/ja/cairo-linear-pattern.html +87 -0
- data/doc/ja/cairo-matrix.html +343 -0
- data/doc/ja/cairo-no-current-point-error.html +54 -0
- data/doc/ja/cairo-null-pointer-error.html +54 -0
- data/doc/ja/cairo-operator.html +51 -0
- data/doc/ja/cairo-paper-parse-error.html +55 -0
- data/doc/ja/cairo-paper-unknown-paper-name.html +76 -0
- data/doc/ja/cairo-paper-unknown-unit.html +75 -0
- data/doc/ja/cairo-paper-unrecognized-paper-description.html +76 -0
- data/doc/ja/cairo-paper.html +357 -0
- data/doc/ja/cairo-path-close-path.html +57 -0
- data/doc/ja/cairo-path-curve-to.html +70 -0
- data/doc/ja/cairo-path-data-type.html +53 -0
- data/doc/ja/cairo-path-data.html +127 -0
- data/doc/ja/cairo-path-line-to.html +62 -0
- data/doc/ja/cairo-path-move-to.html +62 -0
- data/doc/ja/cairo-path.html +144 -0
- data/doc/ja/cairo-pattern-type-mismatch-error.html +56 -0
- data/doc/ja/cairo-pattern.html +128 -0
- data/doc/ja/cairo-pdf-surface.html +86 -0
- data/doc/ja/cairo-point.html +90 -0
- data/doc/ja/cairo-ps-level.html +62 -0
- data/doc/ja/cairo-ps-surface.html +214 -0
- data/doc/ja/cairo-quartz-image-surface.html +75 -0
- data/doc/ja/cairo-quartz-surface.html +93 -0
- data/doc/ja/cairo-radial-pattern.html +93 -0
- data/doc/ja/cairo-read-error.html +55 -0
- data/doc/ja/cairo-rectangle.html +109 -0
- data/doc/ja/cairo-scaled-font.html +144 -0
- data/doc/ja/cairo-solid-pattern.html +87 -0
- data/doc/ja/cairo-subpixel-order.html +57 -0
- data/doc/ja/cairo-surface-finished-error.html +54 -0
- data/doc/ja/cairo-surface-pattern.html +68 -0
- data/doc/ja/cairo-surface-type-mismatch-error.html +56 -0
- data/doc/ja/cairo-surface.html +191 -0
- data/doc/ja/cairo-svg-surface.html +114 -0
- data/doc/ja/cairo-svg-version.html +66 -0
- data/doc/ja/cairo-temp-file-error.html +50 -0
- data/doc/ja/cairo-text-extents.html +101 -0
- data/doc/ja/cairo-win32-printing-surface.html +80 -0
- data/doc/ja/cairo-win32-surface.html +100 -0
- data/doc/ja/cairo-write-error.html +55 -0
- data/doc/ja/cairo.html +148 -0
- data/doc/ja/index.html +1080 -0
- data/extconf.rb +153 -0
- data/misc/update-colors.rb +143 -0
- data/pkg-config.rb +278 -0
- data/samples/agg/README +4 -0
- data/samples/agg/aa_demo.rb +47 -0
- data/samples/agg/aa_test.rb +304 -0
- data/samples/blur.rb +47 -0
- data/samples/pac.rb +99 -0
- data/samples/pac2.rb +171 -0
- data/samples/png.rb +45 -0
- data/samples/scalable.rb +56 -0
- data/samples/text-on-path.rb +60 -0
- data/samples/text2.rb +131 -0
- data/src/cairo.def +96 -0
- data/src/cairo.so +0 -0
- data/src/lib/cairo.rb +141 -0
- data/src/lib/cairo/color.rb +255 -0
- data/src/lib/cairo/colors.rb +656 -0
- data/src/lib/cairo/constants.rb +21 -0
- data/src/lib/cairo/context.rb +29 -0
- data/src/lib/cairo/context/blur.rb +45 -0
- data/src/lib/cairo/context/circle.rb +9 -0
- data/src/lib/cairo/context/color.rb +11 -0
- data/src/lib/cairo/context/path.rb +116 -0
- data/src/lib/cairo/context/rectangle.rb +33 -0
- data/src/lib/cairo/context/triangle.rb +12 -0
- data/src/lib/cairo/paper.rb +183 -0
- data/src/lib/cairo/papers.rb +41 -0
- data/src/lib/cairo/path.rb +15 -0
- data/src/lib/cairo/point.rb +7 -0
- data/src/libruby-cairo.a +0 -0
- data/src/rb_cairo.c +82 -0
- data/src/rb_cairo.h +264 -0
- data/src/rb_cairo_constants.c +456 -0
- data/src/rb_cairo_context.c +1548 -0
- data/src/rb_cairo_exception.c +214 -0
- data/src/rb_cairo_font_extents.c +125 -0
- data/src/rb_cairo_font_face.c +56 -0
- data/src/rb_cairo_font_options.c +197 -0
- data/src/rb_cairo_glyph.c +159 -0
- data/src/rb_cairo_matrix.c +350 -0
- data/src/rb_cairo_path.c +459 -0
- data/src/rb_cairo_pattern.c +540 -0
- data/src/rb_cairo_private.c +78 -0
- data/src/rb_cairo_private.h +72 -0
- data/src/rb_cairo_scaled_font.c +177 -0
- data/src/rb_cairo_surface.c +1252 -0
- data/src/rb_cairo_text_extents.c +138 -0
- data/test/run-test.rb +15 -0
- data/test/test_paper.rb +81 -0
- data/test/test_pkg_config.rb +122 -0
- metadata +490 -0
Binary file
|
@@ -0,0 +1,137 @@
|
|
1
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
2
|
+
<html>
|
3
|
+
<head>
|
4
|
+
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
|
5
|
+
<title>Index of new symbols in 1.2</title>
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
|
7
|
+
<link rel="start" href="index.html" title="Cairo: A Vector Graphics Library">
|
8
|
+
<link rel="up" href="index.html" title="Cairo: A Vector Graphics Library">
|
9
|
+
<link rel="prev" href="ix01.html" title="Index">
|
10
|
+
<link rel="next" href="index-1.4.html" title="Index of new symbols in 1.4">
|
11
|
+
<meta name="generator" content="GTK-Doc V1.9 (XML mode)">
|
12
|
+
<link rel="stylesheet" href="style.css" type="text/css">
|
13
|
+
<link rel="chapter" href="Drawing.html" title="Drawing">
|
14
|
+
<link rel="chapter" href="Fonts.html" title="Fonts">
|
15
|
+
<link rel="chapter" href="Surfaces.html" title="Surfaces">
|
16
|
+
<link rel="chapter" href="Support.html" title="Utilities">
|
17
|
+
<link rel="index" href="ix01.html" title="Index">
|
18
|
+
<link rel="index" href="index-1.2.html" title="Index of new symbols in 1.2">
|
19
|
+
<link rel="index" href="index-1.4.html" title="Index of new symbols in 1.4">
|
20
|
+
<link rel="index" href="index-1.6.html" title="Index of new symbols in 1.6">
|
21
|
+
<link rel="appendix" href="language-bindings.html" title="Appendix A. Creating a language binding for cairo">
|
22
|
+
</head>
|
23
|
+
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
24
|
+
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
|
25
|
+
<td><a accesskey="p" href="ix01.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
|
26
|
+
<td> </td>
|
27
|
+
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
|
28
|
+
<th width="100%" align="center">Cairo: A Vector Graphics Library</th>
|
29
|
+
<td><a accesskey="n" href="index-1.4.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
|
30
|
+
</tr></table>
|
31
|
+
<div class="index">
|
32
|
+
<div class="titlepage"><div><div><h2 class="title">
|
33
|
+
<a name="index-1.2"></a>Index of new symbols in 1.2</h2></div></div></div>
|
34
|
+
<div class="index"><div class="indexdiv">
|
35
|
+
<h3>C</h3>
|
36
|
+
<dl>
|
37
|
+
<dt>cairo_font_face_get_type, <a class="indexterm" href="cairo-cairo-font-face-t.html#id2640989">cairo_font_face_get_type ()</a>
|
38
|
+
</dt>
|
39
|
+
<dt>cairo_font_type_t, <a class="indexterm" href="cairo-cairo-font-face-t.html#id2629117">enum cairo_font_type_t</a>
|
40
|
+
</dt>
|
41
|
+
<dt>cairo_get_group_target, <a class="indexterm" href="cairo-cairo-t.html#id2633070">cairo_get_group_target ()</a>
|
42
|
+
</dt>
|
43
|
+
<dt>cairo_image_surface_get_data, <a class="indexterm" href="cairo-Image-Surfaces.html#id2658805">cairo_image_surface_get_data ()</a>
|
44
|
+
</dt>
|
45
|
+
<dt>cairo_image_surface_get_format, <a class="indexterm" href="cairo-Image-Surfaces.html#id2658914">cairo_image_surface_get_format ()</a>
|
46
|
+
</dt>
|
47
|
+
<dt>cairo_image_surface_get_stride, <a class="indexterm" href="cairo-Image-Surfaces.html#id2660933">cairo_image_surface_get_stride ()</a>
|
48
|
+
</dt>
|
49
|
+
<dt>cairo_new_sub_path, <a class="indexterm" href="cairo-Paths.html#id2579068">cairo_new_sub_path ()</a>
|
50
|
+
</dt>
|
51
|
+
<dt>cairo_pattern_get_type, <a class="indexterm" href="cairo-Patterns.html#id2646658">cairo_pattern_get_type ()</a>
|
52
|
+
</dt>
|
53
|
+
<dt>cairo_pattern_type_t, <a class="indexterm" href="cairo-Patterns.html#id2646424">enum cairo_pattern_type_t</a>
|
54
|
+
</dt>
|
55
|
+
<dt>cairo_pdf_surface_create, <a class="indexterm" href="cairo-PDF-Surfaces.html#id2659404">cairo_pdf_surface_create ()</a>
|
56
|
+
</dt>
|
57
|
+
<dt>cairo_pdf_surface_create_for_stream, <a class="indexterm" href="cairo-PDF-Surfaces.html#id2660504">cairo_pdf_surface_create_for_stream ()</a>
|
58
|
+
</dt>
|
59
|
+
<dt>cairo_pdf_surface_set_size, <a class="indexterm" href="cairo-PDF-Surfaces.html#id2658540">cairo_pdf_surface_set_size ()</a>
|
60
|
+
</dt>
|
61
|
+
<dt>cairo_pop_group, <a class="indexterm" href="cairo-cairo-t.html#id2632797">cairo_pop_group ()</a>
|
62
|
+
</dt>
|
63
|
+
<dt>cairo_pop_group_to_source, <a class="indexterm" href="cairo-cairo-t.html#id2632931">cairo_pop_group_to_source ()</a>
|
64
|
+
</dt>
|
65
|
+
<dt>cairo_ps_surface_create, <a class="indexterm" href="cairo-PostScript-Surfaces.html#id2666961">cairo_ps_surface_create ()</a>
|
66
|
+
</dt>
|
67
|
+
<dt>cairo_ps_surface_create_for_stream, <a class="indexterm" href="cairo-PostScript-Surfaces.html#id2659861">cairo_ps_surface_create_for_stream ()</a>
|
68
|
+
</dt>
|
69
|
+
<dt>cairo_ps_surface_dsc_begin_page_setup, <a class="indexterm" href="cairo-PostScript-Surfaces.html#id2668456">cairo_ps_surface_dsc_begin_page_setup ()</a>
|
70
|
+
</dt>
|
71
|
+
<dt>cairo_ps_surface_dsc_begin_setup, <a class="indexterm" href="cairo-PostScript-Surfaces.html#id2668334">cairo_ps_surface_dsc_begin_setup ()</a>
|
72
|
+
</dt>
|
73
|
+
<dt>cairo_ps_surface_dsc_comment, <a class="indexterm" href="cairo-PostScript-Surfaces.html#id2668580">cairo_ps_surface_dsc_comment ()</a>
|
74
|
+
</dt>
|
75
|
+
<dt>cairo_ps_surface_set_size, <a class="indexterm" href="cairo-PostScript-Surfaces.html#id2668183">cairo_ps_surface_set_size ()</a>
|
76
|
+
</dt>
|
77
|
+
<dt>cairo_push_group, <a class="indexterm" href="cairo-cairo-t.html#id2632486">cairo_push_group ()</a>
|
78
|
+
</dt>
|
79
|
+
<dt>cairo_push_group_with_content, <a class="indexterm" href="cairo-cairo-t.html#id2632663">cairo_push_group_with_content ()</a>
|
80
|
+
</dt>
|
81
|
+
<dt>cairo_scaled_font_get_ctm, <a class="indexterm" href="cairo-Scaled-Fonts.html#id2653288">cairo_scaled_font_get_ctm ()</a>
|
82
|
+
</dt>
|
83
|
+
<dt>cairo_scaled_font_get_font_face, <a class="indexterm" href="cairo-Scaled-Fonts.html#id2652980">cairo_scaled_font_get_font_face ()</a>
|
84
|
+
</dt>
|
85
|
+
<dt>cairo_scaled_font_get_font_matrix, <a class="indexterm" href="cairo-Scaled-Fonts.html#id2653185">cairo_scaled_font_get_font_matrix ()</a>
|
86
|
+
</dt>
|
87
|
+
<dt>cairo_scaled_font_get_font_options, <a class="indexterm" href="cairo-Scaled-Fonts.html#id2653085">cairo_scaled_font_get_font_options ()</a>
|
88
|
+
</dt>
|
89
|
+
<dt>cairo_scaled_font_get_type, <a class="indexterm" href="cairo-Scaled-Fonts.html#id2653387">cairo_scaled_font_get_type ()</a>
|
90
|
+
</dt>
|
91
|
+
<dt>cairo_scaled_font_text_extents, <a class="indexterm" href="cairo-Scaled-Fonts.html#id2652624">cairo_scaled_font_text_extents ()</a>
|
92
|
+
</dt>
|
93
|
+
<dt>cairo_set_scaled_font, <a class="indexterm" href="cairo-Text.html#id2648077">cairo_set_scaled_font ()</a>
|
94
|
+
</dt>
|
95
|
+
<dt>cairo_surface_get_content, <a class="indexterm" href="cairo-cairo-surface-t.html#id2662484">cairo_surface_get_content ()</a>
|
96
|
+
</dt>
|
97
|
+
<dt>cairo_surface_get_device_offset, <a class="indexterm" href="cairo-cairo-surface-t.html#id2662971">cairo_surface_get_device_offset ()</a>
|
98
|
+
</dt>
|
99
|
+
<dt>cairo_surface_get_type, <a class="indexterm" href="cairo-cairo-surface-t.html#id2663672">cairo_surface_get_type ()</a>
|
100
|
+
</dt>
|
101
|
+
<dt>cairo_surface_set_fallback_resolution, <a class="indexterm" href="cairo-cairo-surface-t.html#id2663094">cairo_surface_set_fallback_resolution ()</a>
|
102
|
+
</dt>
|
103
|
+
<dt>cairo_surface_type_t, <a class="indexterm" href="cairo-cairo-surface-t.html#id2663257">enum cairo_surface_type_t</a>
|
104
|
+
</dt>
|
105
|
+
<dt>cairo_svg_get_versions, <a class="indexterm" href="cairo-SVG-Surfaces.html#id2665652">cairo_svg_get_versions ()</a>
|
106
|
+
</dt>
|
107
|
+
<dt>cairo_svg_surface_create, <a class="indexterm" href="cairo-SVG-Surfaces.html#id2664877">cairo_svg_surface_create ()</a>
|
108
|
+
</dt>
|
109
|
+
<dt>cairo_svg_surface_create_for_stream, <a class="indexterm" href="cairo-SVG-Surfaces.html#id2665032">cairo_svg_surface_create_for_stream ()</a>
|
110
|
+
</dt>
|
111
|
+
<dt>cairo_svg_surface_restrict_to_version, <a class="indexterm" href="cairo-SVG-Surfaces.html#id2665227">cairo_svg_surface_restrict_to_version ()</a>
|
112
|
+
</dt>
|
113
|
+
<dt>cairo_svg_version_to_string, <a class="indexterm" href="cairo-SVG-Surfaces.html#id2665754">cairo_svg_version_to_string ()</a>
|
114
|
+
</dt>
|
115
|
+
<dt>cairo_win32_surface_create_with_dib, <a class="indexterm" href="cairo-Win32-Surfaces.html#id2666821">cairo_win32_surface_create_with_dib ()</a>
|
116
|
+
</dt>
|
117
|
+
<dt>cairo_win32_surface_get_dc, <a class="indexterm" href="cairo-Win32-Surfaces.html#id2664421">cairo_win32_surface_get_dc ()</a>
|
118
|
+
</dt>
|
119
|
+
<dt>cairo_xlib_surface_get_depth, <a class="indexterm" href="cairo-XLib-Surfaces.html#id2672922">cairo_xlib_surface_get_depth ()</a>
|
120
|
+
</dt>
|
121
|
+
<dt>cairo_xlib_surface_get_display, <a class="indexterm" href="cairo-XLib-Surfaces.html#id2672250">cairo_xlib_surface_get_display ()</a>
|
122
|
+
</dt>
|
123
|
+
<dt>cairo_xlib_surface_get_drawable, <a class="indexterm" href="cairo-XLib-Surfaces.html#id2672558">cairo_xlib_surface_get_drawable ()</a>
|
124
|
+
</dt>
|
125
|
+
<dt>cairo_xlib_surface_get_height, <a class="indexterm" href="cairo-XLib-Surfaces.html#id2672831">cairo_xlib_surface_get_height ()</a>
|
126
|
+
</dt>
|
127
|
+
<dt>cairo_xlib_surface_get_screen, <a class="indexterm" href="cairo-XLib-Surfaces.html#id2672332">cairo_xlib_surface_get_screen ()</a>
|
128
|
+
</dt>
|
129
|
+
<dt>cairo_xlib_surface_get_visual, <a class="indexterm" href="cairo-XLib-Surfaces.html#id2672649">cairo_xlib_surface_get_visual ()</a>
|
130
|
+
</dt>
|
131
|
+
<dt>cairo_xlib_surface_get_width, <a class="indexterm" href="cairo-XLib-Surfaces.html#id2672740">cairo_xlib_surface_get_width ()</a>
|
132
|
+
</dt>
|
133
|
+
</dl>
|
134
|
+
</div></div>
|
135
|
+
</div>
|
136
|
+
</body>
|
137
|
+
</html>
|
@@ -0,0 +1,105 @@
|
|
1
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
2
|
+
<html>
|
3
|
+
<head>
|
4
|
+
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
|
5
|
+
<title>Index of new symbols in 1.4</title>
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
|
7
|
+
<link rel="start" href="index.html" title="Cairo: A Vector Graphics Library">
|
8
|
+
<link rel="up" href="index.html" title="Cairo: A Vector Graphics Library">
|
9
|
+
<link rel="prev" href="index-1.2.html" title="Index of new symbols in 1.2">
|
10
|
+
<link rel="next" href="index-1.6.html" title="Index of new symbols in 1.6">
|
11
|
+
<meta name="generator" content="GTK-Doc V1.9 (XML mode)">
|
12
|
+
<link rel="stylesheet" href="style.css" type="text/css">
|
13
|
+
<link rel="chapter" href="Drawing.html" title="Drawing">
|
14
|
+
<link rel="chapter" href="Fonts.html" title="Fonts">
|
15
|
+
<link rel="chapter" href="Surfaces.html" title="Surfaces">
|
16
|
+
<link rel="chapter" href="Support.html" title="Utilities">
|
17
|
+
<link rel="index" href="ix01.html" title="Index">
|
18
|
+
<link rel="index" href="index-1.2.html" title="Index of new symbols in 1.2">
|
19
|
+
<link rel="index" href="index-1.4.html" title="Index of new symbols in 1.4">
|
20
|
+
<link rel="index" href="index-1.6.html" title="Index of new symbols in 1.6">
|
21
|
+
<link rel="appendix" href="language-bindings.html" title="Appendix A. Creating a language binding for cairo">
|
22
|
+
</head>
|
23
|
+
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
24
|
+
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
|
25
|
+
<td><a accesskey="p" href="index-1.2.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
|
26
|
+
<td> </td>
|
27
|
+
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
|
28
|
+
<th width="100%" align="center">Cairo: A Vector Graphics Library</th>
|
29
|
+
<td><a accesskey="n" href="index-1.6.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
|
30
|
+
</tr></table>
|
31
|
+
<div class="index">
|
32
|
+
<div class="titlepage"><div><div><h2 class="title">
|
33
|
+
<a name="index-1.4"></a>Index of new symbols in 1.4</h2></div></div></div>
|
34
|
+
<div class="index"><div class="indexdiv">
|
35
|
+
<h3>C</h3>
|
36
|
+
<dl>
|
37
|
+
<dt>cairo_clip_extents, <a class="indexterm" href="cairo-cairo-t.html#id2637400">cairo_clip_extents ()</a>
|
38
|
+
</dt>
|
39
|
+
<dt>cairo_copy_clip_rectangle_list, <a class="indexterm" href="cairo-cairo-t.html#id2638028">cairo_copy_clip_rectangle_list ()</a>
|
40
|
+
</dt>
|
41
|
+
<dt>cairo_font_face_get_reference_count, <a class="indexterm" href="cairo-cairo-font-face-t.html#id2641084">cairo_font_face_get_reference_count ()</a>
|
42
|
+
</dt>
|
43
|
+
<dt>cairo_get_dash, <a class="indexterm" href="cairo-cairo-t.html#id2634549">cairo_get_dash ()</a>
|
44
|
+
</dt>
|
45
|
+
<dt>cairo_get_dash_count, <a class="indexterm" href="cairo-cairo-t.html#id2634443">cairo_get_dash_count ()</a>
|
46
|
+
</dt>
|
47
|
+
<dt>cairo_get_reference_count, <a class="indexterm" href="cairo-cairo-t.html#id2640234">cairo_get_reference_count ()</a>
|
48
|
+
</dt>
|
49
|
+
<dt>cairo_get_scaled_font, <a class="indexterm" href="cairo-Text.html#id2648209">cairo_get_scaled_font ()</a>
|
50
|
+
</dt>
|
51
|
+
<dt>cairo_get_user_data, <a class="indexterm" href="cairo-cairo-t.html#id2640570">cairo_get_user_data ()</a>
|
52
|
+
</dt>
|
53
|
+
<dt>cairo_pattern_get_color_stop_count, <a class="indexterm" href="cairo-Patterns.html#id2642943">cairo_pattern_get_color_stop_count ()</a>
|
54
|
+
</dt>
|
55
|
+
<dt>cairo_pattern_get_color_stop_rgba, <a class="indexterm" href="cairo-Patterns.html#id2643092">cairo_pattern_get_color_stop_rgba ()</a>
|
56
|
+
</dt>
|
57
|
+
<dt>cairo_pattern_get_linear_points, <a class="indexterm" href="cairo-Patterns.html#id2644382">cairo_pattern_get_linear_points ()</a>
|
58
|
+
</dt>
|
59
|
+
<dt>cairo_pattern_get_radial_circles, <a class="indexterm" href="cairo-Patterns.html#id2644838">cairo_pattern_get_radial_circles ()</a>
|
60
|
+
</dt>
|
61
|
+
<dt>cairo_pattern_get_reference_count, <a class="indexterm" href="cairo-Patterns.html#id2646765">cairo_pattern_get_reference_count ()</a>
|
62
|
+
</dt>
|
63
|
+
<dt>cairo_pattern_get_rgba, <a class="indexterm" href="cairo-Patterns.html#id2643733">cairo_pattern_get_rgba ()</a>
|
64
|
+
</dt>
|
65
|
+
<dt>cairo_pattern_get_surface, <a class="indexterm" href="cairo-Patterns.html#id2644045">cairo_pattern_get_surface ()</a>
|
66
|
+
</dt>
|
67
|
+
<dt>cairo_pattern_get_user_data, <a class="indexterm" href="cairo-Patterns.html#id2647102">cairo_pattern_get_user_data ()</a>
|
68
|
+
</dt>
|
69
|
+
<dt>cairo_pattern_set_user_data, <a class="indexterm" href="cairo-Patterns.html#id2646871">cairo_pattern_set_user_data ()</a>
|
70
|
+
</dt>
|
71
|
+
<dt>cairo_quartz_surface_create, <a class="indexterm" href="cairo-Quartz-Surfaces.html#id2667279">cairo_quartz_surface_create ()</a>
|
72
|
+
</dt>
|
73
|
+
<dt>cairo_quartz_surface_create_for_cg_context, <a class="indexterm" href="cairo-Quartz-Surfaces.html#id2656409">cairo_quartz_surface_create_for_cg_context ()</a>
|
74
|
+
</dt>
|
75
|
+
<dt>cairo_quartz_surface_get_cg_context, <a class="indexterm" href="cairo-Quartz-Surfaces.html#id2665348">cairo_quartz_surface_get_cg_context ()</a>
|
76
|
+
</dt>
|
77
|
+
<dt>cairo_rectangle_list_destroy, <a class="indexterm" href="cairo-cairo-t.html#id2637930">cairo_rectangle_list_destroy ()</a>
|
78
|
+
</dt>
|
79
|
+
<dt>cairo_rectangle_list_t, <a class="indexterm" href="cairo-cairo-t.html#id2637815">cairo_rectangle_list_t</a>
|
80
|
+
</dt>
|
81
|
+
<dt>cairo_rectangle_t, <a class="indexterm" href="cairo-cairo-t.html#id2637682">cairo_rectangle_t</a>
|
82
|
+
</dt>
|
83
|
+
<dt>cairo_scaled_font_get_reference_count, <a class="indexterm" href="cairo-Scaled-Fonts.html#id2653478">cairo_scaled_font_get_reference_count ()</a>
|
84
|
+
</dt>
|
85
|
+
<dt>cairo_scaled_font_get_user_data, <a class="indexterm" href="cairo-Scaled-Fonts.html#id2653780">cairo_scaled_font_get_user_data ()</a>
|
86
|
+
</dt>
|
87
|
+
<dt>cairo_scaled_font_set_user_data, <a class="indexterm" href="cairo-Scaled-Fonts.html#id2653575">cairo_scaled_font_set_user_data ()</a>
|
88
|
+
</dt>
|
89
|
+
<dt>cairo_set_user_data, <a class="indexterm" href="cairo-cairo-t.html#id2640340">cairo_set_user_data ()</a>
|
90
|
+
</dt>
|
91
|
+
<dt>cairo_surface_get_reference_count, <a class="indexterm" href="cairo-cairo-surface-t.html#id2663763">cairo_surface_get_reference_count ()</a>
|
92
|
+
</dt>
|
93
|
+
<dt>cairo_win32_scaled_font_get_device_to_logical, <a class="indexterm" href="cairo-Win32-Fonts.html#id2650646">cairo_win32_scaled_font_get_device_to_logical ()</a>
|
94
|
+
</dt>
|
95
|
+
<dt>cairo_win32_scaled_font_get_logical_to_device, <a class="indexterm" href="cairo-Win32-Fonts.html#id2650542">cairo_win32_scaled_font_get_logical_to_device ()</a>
|
96
|
+
</dt>
|
97
|
+
<dt>cairo_win32_surface_create_with_ddb, <a class="indexterm" href="cairo-Win32-Surfaces.html#id2657879">cairo_win32_surface_create_with_ddb ()</a>
|
98
|
+
</dt>
|
99
|
+
<dt>cairo_win32_surface_get_image, <a class="indexterm" href="cairo-Win32-Surfaces.html#id2664538">cairo_win32_surface_get_image ()</a>
|
100
|
+
</dt>
|
101
|
+
</dl>
|
102
|
+
</div></div>
|
103
|
+
</div>
|
104
|
+
</body>
|
105
|
+
</html>
|
@@ -0,0 +1,65 @@
|
|
1
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
2
|
+
<html>
|
3
|
+
<head>
|
4
|
+
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
|
5
|
+
<title>Index of new symbols in 1.6</title>
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
|
7
|
+
<link rel="start" href="index.html" title="Cairo: A Vector Graphics Library">
|
8
|
+
<link rel="up" href="index.html" title="Cairo: A Vector Graphics Library">
|
9
|
+
<link rel="prev" href="index-1.4.html" title="Index of new symbols in 1.4">
|
10
|
+
<link rel="next" href="language-bindings.html" title="Appendix A. Creating a language binding for cairo">
|
11
|
+
<meta name="generator" content="GTK-Doc V1.9 (XML mode)">
|
12
|
+
<link rel="stylesheet" href="style.css" type="text/css">
|
13
|
+
<link rel="chapter" href="Drawing.html" title="Drawing">
|
14
|
+
<link rel="chapter" href="Fonts.html" title="Fonts">
|
15
|
+
<link rel="chapter" href="Surfaces.html" title="Surfaces">
|
16
|
+
<link rel="chapter" href="Support.html" title="Utilities">
|
17
|
+
<link rel="index" href="ix01.html" title="Index">
|
18
|
+
<link rel="index" href="index-1.2.html" title="Index of new symbols in 1.2">
|
19
|
+
<link rel="index" href="index-1.4.html" title="Index of new symbols in 1.4">
|
20
|
+
<link rel="index" href="index-1.6.html" title="Index of new symbols in 1.6">
|
21
|
+
<link rel="appendix" href="language-bindings.html" title="Appendix A. Creating a language binding for cairo">
|
22
|
+
</head>
|
23
|
+
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
24
|
+
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
|
25
|
+
<td><a accesskey="p" href="index-1.4.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
|
26
|
+
<td> </td>
|
27
|
+
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
|
28
|
+
<th width="100%" align="center">Cairo: A Vector Graphics Library</th>
|
29
|
+
<td><a accesskey="n" href="language-bindings.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
|
30
|
+
</tr></table>
|
31
|
+
<div class="index">
|
32
|
+
<div class="titlepage"><div><div><h2 class="title">
|
33
|
+
<a name="index-1.6"></a>Index of new symbols in 1.6</h2></div></div></div>
|
34
|
+
<div class="index"><div class="indexdiv">
|
35
|
+
<h3>C</h3>
|
36
|
+
<dl>
|
37
|
+
<dt>cairo_format_stride_for_width, <a class="indexterm" href="cairo-Image-Surfaces.html#id2658379">cairo_format_stride_for_width ()</a>
|
38
|
+
</dt>
|
39
|
+
<dt>cairo_has_current_point, <a class="indexterm" href="cairo-Paths.html#id2578572">cairo_has_current_point ()</a>
|
40
|
+
</dt>
|
41
|
+
<dt>cairo_path_extents, <a class="indexterm" href="cairo-Paths.html#id2581637">cairo_path_extents ()</a>
|
42
|
+
</dt>
|
43
|
+
<dt>cairo_ps_get_levels, <a class="indexterm" href="cairo-PostScript-Surfaces.html#id2667734">cairo_ps_get_levels ()</a>
|
44
|
+
</dt>
|
45
|
+
<dt>cairo_ps_level_to_string, <a class="indexterm" href="cairo-PostScript-Surfaces.html#id2667835">cairo_ps_level_to_string ()</a>
|
46
|
+
</dt>
|
47
|
+
<dt>cairo_ps_surface_get_eps, <a class="indexterm" href="cairo-PostScript-Surfaces.html#id2668083">cairo_ps_surface_get_eps ()</a>
|
48
|
+
</dt>
|
49
|
+
<dt>cairo_ps_surface_restrict_to_level, <a class="indexterm" href="cairo-PostScript-Surfaces.html#id2660080">cairo_ps_surface_restrict_to_level ()</a>
|
50
|
+
</dt>
|
51
|
+
<dt>cairo_ps_surface_set_eps, <a class="indexterm" href="cairo-PostScript-Surfaces.html#id2667950">cairo_ps_surface_set_eps ()</a>
|
52
|
+
</dt>
|
53
|
+
<dt>cairo_quartz_font_face_create_for_atsu_font_id, <a class="indexterm" href="cairo-Quartz-Fonts.html#id2650866">cairo_quartz_font_face_create_for_atsu_font_id ()</a>
|
54
|
+
</dt>
|
55
|
+
<dt>cairo_quartz_font_face_create_for_cgfont, <a class="indexterm" href="cairo-Quartz-Fonts.html#id2595005">cairo_quartz_font_face_create_for_cgfont ()</a>
|
56
|
+
</dt>
|
57
|
+
<dt>cairo_surface_copy_page, <a class="indexterm" href="cairo-cairo-surface-t.html#id2664162">cairo_surface_copy_page ()</a>
|
58
|
+
</dt>
|
59
|
+
<dt>cairo_surface_show_page, <a class="indexterm" href="cairo-cairo-surface-t.html#id2664243">cairo_surface_show_page ()</a>
|
60
|
+
</dt>
|
61
|
+
</dl>
|
62
|
+
</div></div>
|
63
|
+
</div>
|
64
|
+
</body>
|
65
|
+
</html>
|
@@ -0,0 +1,134 @@
|
|
1
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
2
|
+
<html>
|
3
|
+
<head>
|
4
|
+
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
|
5
|
+
<title>Cairo: A Vector Graphics Library</title>
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
|
7
|
+
<link rel="start" href="index.html" title="Cairo: A Vector Graphics Library">
|
8
|
+
<link rel="next" href="Drawing.html" title="Drawing">
|
9
|
+
<meta name="generator" content="GTK-Doc V1.9 (XML mode)">
|
10
|
+
<link rel="stylesheet" href="style.css" type="text/css">
|
11
|
+
<link rel="chapter" href="Drawing.html" title="Drawing">
|
12
|
+
<link rel="chapter" href="Fonts.html" title="Fonts">
|
13
|
+
<link rel="chapter" href="Surfaces.html" title="Surfaces">
|
14
|
+
<link rel="chapter" href="Support.html" title="Utilities">
|
15
|
+
<link rel="index" href="ix01.html" title="Index">
|
16
|
+
<link rel="index" href="index-1.2.html" title="Index of new symbols in 1.2">
|
17
|
+
<link rel="index" href="index-1.4.html" title="Index of new symbols in 1.4">
|
18
|
+
<link rel="index" href="index-1.6.html" title="Index of new symbols in 1.6">
|
19
|
+
<link rel="appendix" href="language-bindings.html" title="Appendix A. Creating a language binding for cairo">
|
20
|
+
</head>
|
21
|
+
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="book" lang="en">
|
22
|
+
<div class="titlepage">
|
23
|
+
<div>
|
24
|
+
<div><table class="navigation" id="top" width="100%" cellpadding="2" cellspacing="0"><tr><th valign="middle"><p class="title">Cairo: A Vector Graphics Library</p></th></tr></table></div>
|
25
|
+
<div><p class="releaseinfo">for Cairo 1.6.4
|
26
|
+
</p></div>
|
27
|
+
</div>
|
28
|
+
<hr>
|
29
|
+
</div>
|
30
|
+
<div class="toc"><dl>
|
31
|
+
<dt><span class="chapter"><a href="Drawing.html">Drawing</a></span></dt>
|
32
|
+
<dd><dl>
|
33
|
+
<dt>
|
34
|
+
<span class="refentrytitle"><a href="cairo-cairo-t.html">cairo_t</a></span><span class="refpurpose"> — The cairo drawing context</span>
|
35
|
+
</dt>
|
36
|
+
<dt>
|
37
|
+
<span class="refentrytitle"><a href="cairo-Paths.html">Paths</a></span><span class="refpurpose"> — Creating paths and manipulating path data</span>
|
38
|
+
</dt>
|
39
|
+
<dt>
|
40
|
+
<span class="refentrytitle"><a href="cairo-Patterns.html">cairo_pattern_t</a></span><span class="refpurpose"> — Sources for drawing</span>
|
41
|
+
</dt>
|
42
|
+
<dt>
|
43
|
+
<span class="refentrytitle"><a href="cairo-Transformations.html">Transformations</a></span><span class="refpurpose"> — Manipulating the current transformation matrix</span>
|
44
|
+
</dt>
|
45
|
+
<dt>
|
46
|
+
<span class="refentrytitle"><a href="cairo-Text.html">Text</a></span><span class="refpurpose"> — Rendering text and glyphs</span>
|
47
|
+
</dt>
|
48
|
+
</dl></dd>
|
49
|
+
<dt><span class="chapter"><a href="Fonts.html">Fonts</a></span></dt>
|
50
|
+
<dd><dl>
|
51
|
+
<dt>
|
52
|
+
<span class="refentrytitle"><a href="cairo-cairo-font-face-t.html">cairo_font_face_t</a></span><span class="refpurpose"> — Base class for font faces</span>
|
53
|
+
</dt>
|
54
|
+
<dt>
|
55
|
+
<span class="refentrytitle"><a href="cairo-Scaled-Fonts.html">cairo_scaled_font_t</a></span><span class="refpurpose"> — Font face at particular size and options</span>
|
56
|
+
</dt>
|
57
|
+
<dt>
|
58
|
+
<span class="refentrytitle"><a href="cairo-Font-Options.html">cairo_font_options_t</a></span><span class="refpurpose"> — How a font should be rendered</span>
|
59
|
+
</dt>
|
60
|
+
<dt>
|
61
|
+
<span class="refentrytitle"><a href="cairo-FreeType-Fonts.html">FreeType Fonts</a></span><span class="refpurpose"> — Font support for FreeType</span>
|
62
|
+
</dt>
|
63
|
+
<dt>
|
64
|
+
<span class="refentrytitle"><a href="cairo-Win32-Fonts.html">Win32 Fonts</a></span><span class="refpurpose"> — Font support for Microsoft Windows</span>
|
65
|
+
</dt>
|
66
|
+
<dt>
|
67
|
+
<span class="refentrytitle"><a href="cairo-Quartz-Fonts.html">Quartz (CGFont) Fonts</a></span><span class="refpurpose"> — Font support via CGFont on OS X</span>
|
68
|
+
</dt>
|
69
|
+
</dl></dd>
|
70
|
+
<dt><span class="chapter"><a href="Surfaces.html">Surfaces</a></span></dt>
|
71
|
+
<dd><dl>
|
72
|
+
<dt>
|
73
|
+
<span class="refentrytitle"><a href="cairo-cairo-surface-t.html">cairo_surface_t</a></span><span class="refpurpose"> — Base class for surfaces</span>
|
74
|
+
</dt>
|
75
|
+
<dt>
|
76
|
+
<span class="refentrytitle"><a href="cairo-Image-Surfaces.html">Image Surfaces</a></span><span class="refpurpose"> — Rendering to memory buffers</span>
|
77
|
+
</dt>
|
78
|
+
<dt>
|
79
|
+
<span class="refentrytitle"><a href="cairo-PDF-Surfaces.html">PDF Surfaces</a></span><span class="refpurpose"> — Rendering PDF documents</span>
|
80
|
+
</dt>
|
81
|
+
<dt>
|
82
|
+
<span class="refentrytitle"><a href="cairo-PNG-Support.html">PNG Support</a></span><span class="refpurpose"> — Reading and writing PNG images</span>
|
83
|
+
</dt>
|
84
|
+
<dt>
|
85
|
+
<span class="refentrytitle"><a href="cairo-PostScript-Surfaces.html">PostScript Surfaces</a></span><span class="refpurpose"> — Rendering PostScript documents</span>
|
86
|
+
</dt>
|
87
|
+
<dt>
|
88
|
+
<span class="refentrytitle"><a href="cairo-Win32-Surfaces.html">Win32 Surfaces</a></span><span class="refpurpose"> — Microsoft Windows surface support</span>
|
89
|
+
</dt>
|
90
|
+
<dt>
|
91
|
+
<span class="refentrytitle"><a href="cairo-SVG-Surfaces.html">SVG Surfaces</a></span><span class="refpurpose"> — Rendering SVG documents</span>
|
92
|
+
</dt>
|
93
|
+
<dt>
|
94
|
+
<span class="refentrytitle"><a href="cairo-Quartz-Surfaces.html">Quartz Surfaces</a></span><span class="refpurpose"> — Rendering to Quartz surfaces</span>
|
95
|
+
</dt>
|
96
|
+
<dt>
|
97
|
+
<span class="refentrytitle"><a href="cairo-XLib-Surfaces.html">XLib Surfaces</a></span><span class="refpurpose"> — X Window System rendering using XLib</span>
|
98
|
+
</dt>
|
99
|
+
</dl></dd>
|
100
|
+
<dt><span class="chapter"><a href="Support.html">Utilities</a></span></dt>
|
101
|
+
<dd><dl>
|
102
|
+
<dt>
|
103
|
+
<span class="refentrytitle"><a href="cairo-cairo-matrix-t.html">cairo_matrix_t</a></span><span class="refpurpose"> — Generic matrix operations</span>
|
104
|
+
</dt>
|
105
|
+
<dt>
|
106
|
+
<span class="refentrytitle"><a href="cairo-Error-Handling.html">Error handling</a></span><span class="refpurpose"> — Decoding cairo's status</span>
|
107
|
+
</dt>
|
108
|
+
<dt>
|
109
|
+
<span class="refentrytitle"><a href="cairo-Version-Information.html">Version Information</a></span><span class="refpurpose"> — Compile-time and run-time version checks.</span>
|
110
|
+
</dt>
|
111
|
+
<dt>
|
112
|
+
<span class="refentrytitle"><a href="cairo-Types.html">Types</a></span><span class="refpurpose"> — Generic data types</span>
|
113
|
+
</dt>
|
114
|
+
</dl></dd>
|
115
|
+
<dt><span class="index"><a href="ix01.html">Index</a></span></dt>
|
116
|
+
<dt><span class="index"><a href="index-1.2.html">Index of new symbols in 1.2</a></span></dt>
|
117
|
+
<dt><span class="index"><a href="index-1.4.html">Index of new symbols in 1.4</a></span></dt>
|
118
|
+
<dt><span class="index"><a href="index-1.6.html">Index of new symbols in 1.6</a></span></dt>
|
119
|
+
<dt><span class="appendix"><a href="language-bindings.html">A. Creating a language binding for cairo</a></span></dt>
|
120
|
+
<dd><dl>
|
121
|
+
<dt><span class="sect1"><a href="language-bindings.html#bindings-general">General considerations</a></span></dt>
|
122
|
+
<dt><span class="sect1"><a href="bindings-memory.html">Memory management</a></span></dt>
|
123
|
+
<dt><span class="sect1"><a href="bindings-return-values.html">Multiple return values</a></span></dt>
|
124
|
+
<dt><span class="sect1"><a href="bindings-overloading.html">Overloading and optional arguments</a></span></dt>
|
125
|
+
<dt><span class="sect1"><a href="bindings-streams.html">Streams and File I/O</a></span></dt>
|
126
|
+
<dt><span class="sect1"><a href="bindings-errors.html">Error handling</a></span></dt>
|
127
|
+
<dt><span class="sect1"><a href="bindings-patterns.html">Patterns</a></span></dt>
|
128
|
+
<dt><span class="sect1"><a href="bindings-surfaces.html">Surfaces</a></span></dt>
|
129
|
+
<dt><span class="sect1"><a href="bindings-fonts.html">Fonts</a></span></dt>
|
130
|
+
<dt><span class="sect1"><a href="bindings-path.html">cairo_path_t</a></span></dt>
|
131
|
+
</dl></dd>
|
132
|
+
</dl></div>
|
133
|
+
</div></body>
|
134
|
+
</html>
|
@@ -0,0 +1,466 @@
|
|
1
|
+
<ANCHOR id="cairo-cairo-t" href="cairo/cairo-cairo-t.html">
|
2
|
+
<ANCHOR id="cairo-t" href="cairo/cairo-cairo-t.html#cairo-t">
|
3
|
+
<ANCHOR id="cairo-create" href="cairo/cairo-cairo-t.html#cairo-create">
|
4
|
+
<ANCHOR id="cairo-reference" href="cairo/cairo-cairo-t.html#cairo-reference">
|
5
|
+
<ANCHOR id="cairo-destroy" href="cairo/cairo-cairo-t.html#cairo-destroy">
|
6
|
+
<ANCHOR id="cairo-status" href="cairo/cairo-cairo-t.html#cairo-status">
|
7
|
+
<ANCHOR id="cairo-save" href="cairo/cairo-cairo-t.html#cairo-save">
|
8
|
+
<ANCHOR id="cairo-restore" href="cairo/cairo-cairo-t.html#cairo-restore">
|
9
|
+
<ANCHOR id="cairo-get-target" href="cairo/cairo-cairo-t.html#cairo-get-target">
|
10
|
+
<ANCHOR id="cairo-push-group" href="cairo/cairo-cairo-t.html#cairo-push-group">
|
11
|
+
<ANCHOR id="cairo-push-group-with-content" href="cairo/cairo-cairo-t.html#cairo-push-group-with-content">
|
12
|
+
<ANCHOR id="cairo-pop-group" href="cairo/cairo-cairo-t.html#cairo-pop-group">
|
13
|
+
<ANCHOR id="cairo-pop-group-to-source" href="cairo/cairo-cairo-t.html#cairo-pop-group-to-source">
|
14
|
+
<ANCHOR id="cairo-get-group-target" href="cairo/cairo-cairo-t.html#cairo-get-group-target">
|
15
|
+
<ANCHOR id="cairo-set-source-rgb" href="cairo/cairo-cairo-t.html#cairo-set-source-rgb">
|
16
|
+
<ANCHOR id="cairo-set-source-rgba" href="cairo/cairo-cairo-t.html#cairo-set-source-rgba">
|
17
|
+
<ANCHOR id="cairo-set-source" href="cairo/cairo-cairo-t.html#cairo-set-source">
|
18
|
+
<ANCHOR id="cairo-set-source-surface" href="cairo/cairo-cairo-t.html#cairo-set-source-surface">
|
19
|
+
<ANCHOR id="cairo-get-source" href="cairo/cairo-cairo-t.html#cairo-get-source">
|
20
|
+
<ANCHOR id="cairo-antialias-t" href="cairo/cairo-cairo-t.html#cairo-antialias-t">
|
21
|
+
<ANCHOR id="CAIRO-ANTIALIAS-DEFAULT:CAPS" href="cairo/cairo-cairo-t.html#CAIRO-ANTIALIAS-DEFAULT:CAPS">
|
22
|
+
<ANCHOR id="CAIRO-ANTIALIAS-NONE:CAPS" href="cairo/cairo-cairo-t.html#CAIRO-ANTIALIAS-NONE:CAPS">
|
23
|
+
<ANCHOR id="CAIRO-ANTIALIAS-GRAY:CAPS" href="cairo/cairo-cairo-t.html#CAIRO-ANTIALIAS-GRAY:CAPS">
|
24
|
+
<ANCHOR id="CAIRO-ANTIALIAS-SUBPIXEL:CAPS" href="cairo/cairo-cairo-t.html#CAIRO-ANTIALIAS-SUBPIXEL:CAPS">
|
25
|
+
<ANCHOR id="cairo-set-antialias" href="cairo/cairo-cairo-t.html#cairo-set-antialias">
|
26
|
+
<ANCHOR id="cairo-get-antialias" href="cairo/cairo-cairo-t.html#cairo-get-antialias">
|
27
|
+
<ANCHOR id="cairo-set-dash" href="cairo/cairo-cairo-t.html#cairo-set-dash">
|
28
|
+
<ANCHOR id="cairo-get-dash-count" href="cairo/cairo-cairo-t.html#cairo-get-dash-count">
|
29
|
+
<ANCHOR id="cairo-get-dash" href="cairo/cairo-cairo-t.html#cairo-get-dash">
|
30
|
+
<ANCHOR id="cairo-fill-rule-t" href="cairo/cairo-cairo-t.html#cairo-fill-rule-t">
|
31
|
+
<ANCHOR id="CAIRO-FILL-RULE-WINDING:CAPS" href="cairo/cairo-cairo-t.html#CAIRO-FILL-RULE-WINDING:CAPS">
|
32
|
+
<ANCHOR id="CAIRO-FILL-RULE-EVEN-ODD:CAPS" href="cairo/cairo-cairo-t.html#CAIRO-FILL-RULE-EVEN-ODD:CAPS">
|
33
|
+
<ANCHOR id="cairo-set-fill-rule" href="cairo/cairo-cairo-t.html#cairo-set-fill-rule">
|
34
|
+
<ANCHOR id="cairo-get-fill-rule" href="cairo/cairo-cairo-t.html#cairo-get-fill-rule">
|
35
|
+
<ANCHOR id="cairo-line-cap-t" href="cairo/cairo-cairo-t.html#cairo-line-cap-t">
|
36
|
+
<ANCHOR id="CAIRO-LINE-CAP-BUTT:CAPS" href="cairo/cairo-cairo-t.html#CAIRO-LINE-CAP-BUTT:CAPS">
|
37
|
+
<ANCHOR id="CAIRO-LINE-CAP-ROUND:CAPS" href="cairo/cairo-cairo-t.html#CAIRO-LINE-CAP-ROUND:CAPS">
|
38
|
+
<ANCHOR id="CAIRO-LINE-CAP-SQUARE:CAPS" href="cairo/cairo-cairo-t.html#CAIRO-LINE-CAP-SQUARE:CAPS">
|
39
|
+
<ANCHOR id="cairo-set-line-cap" href="cairo/cairo-cairo-t.html#cairo-set-line-cap">
|
40
|
+
<ANCHOR id="cairo-get-line-cap" href="cairo/cairo-cairo-t.html#cairo-get-line-cap">
|
41
|
+
<ANCHOR id="cairo-line-join-t" href="cairo/cairo-cairo-t.html#cairo-line-join-t">
|
42
|
+
<ANCHOR id="CAIRO-LINE-JOIN-MITER:CAPS" href="cairo/cairo-cairo-t.html#CAIRO-LINE-JOIN-MITER:CAPS">
|
43
|
+
<ANCHOR id="CAIRO-LINE-JOIN-ROUND:CAPS" href="cairo/cairo-cairo-t.html#CAIRO-LINE-JOIN-ROUND:CAPS">
|
44
|
+
<ANCHOR id="CAIRO-LINE-JOIN-BEVEL:CAPS" href="cairo/cairo-cairo-t.html#CAIRO-LINE-JOIN-BEVEL:CAPS">
|
45
|
+
<ANCHOR id="cairo-set-line-join" href="cairo/cairo-cairo-t.html#cairo-set-line-join">
|
46
|
+
<ANCHOR id="cairo-get-line-join" href="cairo/cairo-cairo-t.html#cairo-get-line-join">
|
47
|
+
<ANCHOR id="cairo-set-line-width" href="cairo/cairo-cairo-t.html#cairo-set-line-width">
|
48
|
+
<ANCHOR id="cairo-get-line-width" href="cairo/cairo-cairo-t.html#cairo-get-line-width">
|
49
|
+
<ANCHOR id="cairo-set-miter-limit" href="cairo/cairo-cairo-t.html#cairo-set-miter-limit">
|
50
|
+
<ANCHOR id="cairo-get-miter-limit" href="cairo/cairo-cairo-t.html#cairo-get-miter-limit">
|
51
|
+
<ANCHOR id="cairo-operator-t" href="cairo/cairo-cairo-t.html#cairo-operator-t">
|
52
|
+
<ANCHOR id="CAIRO-OPERATOR-CLEAR:CAPS" href="cairo/cairo-cairo-t.html#CAIRO-OPERATOR-CLEAR:CAPS">
|
53
|
+
<ANCHOR id="CAIRO-OPERATOR-SOURCE:CAPS" href="cairo/cairo-cairo-t.html#CAIRO-OPERATOR-SOURCE:CAPS">
|
54
|
+
<ANCHOR id="CAIRO-OPERATOR-OVER:CAPS" href="cairo/cairo-cairo-t.html#CAIRO-OPERATOR-OVER:CAPS">
|
55
|
+
<ANCHOR id="CAIRO-OPERATOR-IN:CAPS" href="cairo/cairo-cairo-t.html#CAIRO-OPERATOR-IN:CAPS">
|
56
|
+
<ANCHOR id="CAIRO-OPERATOR-OUT:CAPS" href="cairo/cairo-cairo-t.html#CAIRO-OPERATOR-OUT:CAPS">
|
57
|
+
<ANCHOR id="CAIRO-OPERATOR-ATOP:CAPS" href="cairo/cairo-cairo-t.html#CAIRO-OPERATOR-ATOP:CAPS">
|
58
|
+
<ANCHOR id="CAIRO-OPERATOR-DEST:CAPS" href="cairo/cairo-cairo-t.html#CAIRO-OPERATOR-DEST:CAPS">
|
59
|
+
<ANCHOR id="CAIRO-OPERATOR-DEST-OVER:CAPS" href="cairo/cairo-cairo-t.html#CAIRO-OPERATOR-DEST-OVER:CAPS">
|
60
|
+
<ANCHOR id="CAIRO-OPERATOR-DEST-IN:CAPS" href="cairo/cairo-cairo-t.html#CAIRO-OPERATOR-DEST-IN:CAPS">
|
61
|
+
<ANCHOR id="CAIRO-OPERATOR-DEST-OUT:CAPS" href="cairo/cairo-cairo-t.html#CAIRO-OPERATOR-DEST-OUT:CAPS">
|
62
|
+
<ANCHOR id="CAIRO-OPERATOR-DEST-ATOP:CAPS" href="cairo/cairo-cairo-t.html#CAIRO-OPERATOR-DEST-ATOP:CAPS">
|
63
|
+
<ANCHOR id="CAIRO-OPERATOR-XOR:CAPS" href="cairo/cairo-cairo-t.html#CAIRO-OPERATOR-XOR:CAPS">
|
64
|
+
<ANCHOR id="CAIRO-OPERATOR-ADD:CAPS" href="cairo/cairo-cairo-t.html#CAIRO-OPERATOR-ADD:CAPS">
|
65
|
+
<ANCHOR id="CAIRO-OPERATOR-SATURATE:CAPS" href="cairo/cairo-cairo-t.html#CAIRO-OPERATOR-SATURATE:CAPS">
|
66
|
+
<ANCHOR id="cairo-set-operator" href="cairo/cairo-cairo-t.html#cairo-set-operator">
|
67
|
+
<ANCHOR id="cairo-get-operator" href="cairo/cairo-cairo-t.html#cairo-get-operator">
|
68
|
+
<ANCHOR id="cairo-set-tolerance" href="cairo/cairo-cairo-t.html#cairo-set-tolerance">
|
69
|
+
<ANCHOR id="cairo-get-tolerance" href="cairo/cairo-cairo-t.html#cairo-get-tolerance">
|
70
|
+
<ANCHOR id="cairo-clip" href="cairo/cairo-cairo-t.html#cairo-clip">
|
71
|
+
<ANCHOR id="cairo-clip-preserve" href="cairo/cairo-cairo-t.html#cairo-clip-preserve">
|
72
|
+
<ANCHOR id="cairo-clip-extents" href="cairo/cairo-cairo-t.html#cairo-clip-extents">
|
73
|
+
<ANCHOR id="cairo-reset-clip" href="cairo/cairo-cairo-t.html#cairo-reset-clip">
|
74
|
+
<ANCHOR id="cairo-rectangle-t" href="cairo/cairo-cairo-t.html#cairo-rectangle-t">
|
75
|
+
<ANCHOR id="cairo-rectangle-list-t" href="cairo/cairo-cairo-t.html#cairo-rectangle-list-t">
|
76
|
+
<ANCHOR id="cairo-rectangle-list-destroy" href="cairo/cairo-cairo-t.html#cairo-rectangle-list-destroy">
|
77
|
+
<ANCHOR id="cairo-copy-clip-rectangle-list" href="cairo/cairo-cairo-t.html#cairo-copy-clip-rectangle-list">
|
78
|
+
<ANCHOR id="cairo-fill" href="cairo/cairo-cairo-t.html#cairo-fill">
|
79
|
+
<ANCHOR id="cairo-fill-preserve" href="cairo/cairo-cairo-t.html#cairo-fill-preserve">
|
80
|
+
<ANCHOR id="cairo-fill-extents" href="cairo/cairo-cairo-t.html#cairo-fill-extents">
|
81
|
+
<ANCHOR id="cairo-in-fill" href="cairo/cairo-cairo-t.html#cairo-in-fill">
|
82
|
+
<ANCHOR id="cairo-mask" href="cairo/cairo-cairo-t.html#cairo-mask">
|
83
|
+
<ANCHOR id="cairo-mask-surface" href="cairo/cairo-cairo-t.html#cairo-mask-surface">
|
84
|
+
<ANCHOR id="cairo-paint" href="cairo/cairo-cairo-t.html#cairo-paint">
|
85
|
+
<ANCHOR id="cairo-paint-with-alpha" href="cairo/cairo-cairo-t.html#cairo-paint-with-alpha">
|
86
|
+
<ANCHOR id="cairo-stroke" href="cairo/cairo-cairo-t.html#cairo-stroke">
|
87
|
+
<ANCHOR id="cairo-stroke-preserve" href="cairo/cairo-cairo-t.html#cairo-stroke-preserve">
|
88
|
+
<ANCHOR id="cairo-stroke-extents" href="cairo/cairo-cairo-t.html#cairo-stroke-extents">
|
89
|
+
<ANCHOR id="cairo-in-stroke" href="cairo/cairo-cairo-t.html#cairo-in-stroke">
|
90
|
+
<ANCHOR id="cairo-copy-page" href="cairo/cairo-cairo-t.html#cairo-copy-page">
|
91
|
+
<ANCHOR id="cairo-show-page" href="cairo/cairo-cairo-t.html#cairo-show-page">
|
92
|
+
<ANCHOR id="cairo-get-reference-count" href="cairo/cairo-cairo-t.html#cairo-get-reference-count">
|
93
|
+
<ANCHOR id="cairo-set-user-data" href="cairo/cairo-cairo-t.html#cairo-set-user-data">
|
94
|
+
<ANCHOR id="cairo-get-user-data" href="cairo/cairo-cairo-t.html#cairo-get-user-data">
|
95
|
+
<ANCHOR id="cairo-Paths" href="cairo/cairo-Paths.html">
|
96
|
+
<ANCHOR id="cairo-path-t" href="cairo/cairo-Paths.html#cairo-path-t">
|
97
|
+
<ANCHOR id="cairo-path-data-t" href="cairo/cairo-Paths.html#cairo-path-data-t">
|
98
|
+
<ANCHOR id="cairo-path-data-type-t" href="cairo/cairo-Paths.html#cairo-path-data-type-t">
|
99
|
+
<ANCHOR id="CAIRO-PATH-MOVE-TO:CAPS" href="cairo/cairo-Paths.html#CAIRO-PATH-MOVE-TO:CAPS">
|
100
|
+
<ANCHOR id="CAIRO-PATH-LINE-TO:CAPS" href="cairo/cairo-Paths.html#CAIRO-PATH-LINE-TO:CAPS">
|
101
|
+
<ANCHOR id="CAIRO-PATH-CURVE-TO:CAPS" href="cairo/cairo-Paths.html#CAIRO-PATH-CURVE-TO:CAPS">
|
102
|
+
<ANCHOR id="CAIRO-PATH-CLOSE-PATH:CAPS" href="cairo/cairo-Paths.html#CAIRO-PATH-CLOSE-PATH:CAPS">
|
103
|
+
<ANCHOR id="cairo-copy-path" href="cairo/cairo-Paths.html#cairo-copy-path">
|
104
|
+
<ANCHOR id="cairo-copy-path-flat" href="cairo/cairo-Paths.html#cairo-copy-path-flat">
|
105
|
+
<ANCHOR id="cairo-path-destroy" href="cairo/cairo-Paths.html#cairo-path-destroy">
|
106
|
+
<ANCHOR id="cairo-append-path" href="cairo/cairo-Paths.html#cairo-append-path">
|
107
|
+
<ANCHOR id="cairo-has-current-point" href="cairo/cairo-Paths.html#cairo-has-current-point">
|
108
|
+
<ANCHOR id="cairo-get-current-point" href="cairo/cairo-Paths.html#cairo-get-current-point">
|
109
|
+
<ANCHOR id="cairo-new-path" href="cairo/cairo-Paths.html#cairo-new-path">
|
110
|
+
<ANCHOR id="cairo-new-sub-path" href="cairo/cairo-Paths.html#cairo-new-sub-path">
|
111
|
+
<ANCHOR id="cairo-close-path" href="cairo/cairo-Paths.html#cairo-close-path">
|
112
|
+
<ANCHOR id="cairo-arc" href="cairo/cairo-Paths.html#cairo-arc">
|
113
|
+
<ANCHOR id="cairo-arc-negative" href="cairo/cairo-Paths.html#cairo-arc-negative">
|
114
|
+
<ANCHOR id="cairo-curve-to" href="cairo/cairo-Paths.html#cairo-curve-to">
|
115
|
+
<ANCHOR id="cairo-line-to" href="cairo/cairo-Paths.html#cairo-line-to">
|
116
|
+
<ANCHOR id="cairo-move-to" href="cairo/cairo-Paths.html#cairo-move-to">
|
117
|
+
<ANCHOR id="cairo-rectangle" href="cairo/cairo-Paths.html#cairo-rectangle">
|
118
|
+
<ANCHOR id="cairo-glyph-path" href="cairo/cairo-Paths.html#cairo-glyph-path">
|
119
|
+
<ANCHOR id="cairo-text-path" href="cairo/cairo-Paths.html#cairo-text-path">
|
120
|
+
<ANCHOR id="cairo-rel-curve-to" href="cairo/cairo-Paths.html#cairo-rel-curve-to">
|
121
|
+
<ANCHOR id="cairo-rel-line-to" href="cairo/cairo-Paths.html#cairo-rel-line-to">
|
122
|
+
<ANCHOR id="cairo-rel-move-to" href="cairo/cairo-Paths.html#cairo-rel-move-to">
|
123
|
+
<ANCHOR id="cairo-path-extents" href="cairo/cairo-Paths.html#cairo-path-extents">
|
124
|
+
<ANCHOR id="cairo-Patterns" href="cairo/cairo-Patterns.html">
|
125
|
+
<ANCHOR id="cairo-pattern-t" href="cairo/cairo-Patterns.html#cairo-pattern-t">
|
126
|
+
<ANCHOR id="cairo-pattern-add-color-stop-rgb" href="cairo/cairo-Patterns.html#cairo-pattern-add-color-stop-rgb">
|
127
|
+
<ANCHOR id="cairo-pattern-add-color-stop-rgba" href="cairo/cairo-Patterns.html#cairo-pattern-add-color-stop-rgba">
|
128
|
+
<ANCHOR id="cairo-pattern-get-color-stop-count" href="cairo/cairo-Patterns.html#cairo-pattern-get-color-stop-count">
|
129
|
+
<ANCHOR id="cairo-pattern-get-color-stop-rgba" href="cairo/cairo-Patterns.html#cairo-pattern-get-color-stop-rgba">
|
130
|
+
<ANCHOR id="cairo-pattern-create-rgb" href="cairo/cairo-Patterns.html#cairo-pattern-create-rgb">
|
131
|
+
<ANCHOR id="cairo-pattern-create-rgba" href="cairo/cairo-Patterns.html#cairo-pattern-create-rgba">
|
132
|
+
<ANCHOR id="cairo-pattern-get-rgba" href="cairo/cairo-Patterns.html#cairo-pattern-get-rgba">
|
133
|
+
<ANCHOR id="cairo-pattern-create-for-surface" href="cairo/cairo-Patterns.html#cairo-pattern-create-for-surface">
|
134
|
+
<ANCHOR id="cairo-pattern-get-surface" href="cairo/cairo-Patterns.html#cairo-pattern-get-surface">
|
135
|
+
<ANCHOR id="cairo-pattern-create-linear" href="cairo/cairo-Patterns.html#cairo-pattern-create-linear">
|
136
|
+
<ANCHOR id="cairo-pattern-get-linear-points" href="cairo/cairo-Patterns.html#cairo-pattern-get-linear-points">
|
137
|
+
<ANCHOR id="cairo-pattern-create-radial" href="cairo/cairo-Patterns.html#cairo-pattern-create-radial">
|
138
|
+
<ANCHOR id="cairo-pattern-get-radial-circles" href="cairo/cairo-Patterns.html#cairo-pattern-get-radial-circles">
|
139
|
+
<ANCHOR id="cairo-pattern-reference" href="cairo/cairo-Patterns.html#cairo-pattern-reference">
|
140
|
+
<ANCHOR id="cairo-pattern-destroy" href="cairo/cairo-Patterns.html#cairo-pattern-destroy">
|
141
|
+
<ANCHOR id="cairo-pattern-status" href="cairo/cairo-Patterns.html#cairo-pattern-status">
|
142
|
+
<ANCHOR id="cairo-extend-t" href="cairo/cairo-Patterns.html#cairo-extend-t">
|
143
|
+
<ANCHOR id="CAIRO-EXTEND-NONE:CAPS" href="cairo/cairo-Patterns.html#CAIRO-EXTEND-NONE:CAPS">
|
144
|
+
<ANCHOR id="CAIRO-EXTEND-REPEAT:CAPS" href="cairo/cairo-Patterns.html#CAIRO-EXTEND-REPEAT:CAPS">
|
145
|
+
<ANCHOR id="CAIRO-EXTEND-REFLECT:CAPS" href="cairo/cairo-Patterns.html#CAIRO-EXTEND-REFLECT:CAPS">
|
146
|
+
<ANCHOR id="CAIRO-EXTEND-PAD:CAPS" href="cairo/cairo-Patterns.html#CAIRO-EXTEND-PAD:CAPS">
|
147
|
+
<ANCHOR id="cairo-pattern-set-extend" href="cairo/cairo-Patterns.html#cairo-pattern-set-extend">
|
148
|
+
<ANCHOR id="cairo-pattern-get-extend" href="cairo/cairo-Patterns.html#cairo-pattern-get-extend">
|
149
|
+
<ANCHOR id="cairo-filter-t" href="cairo/cairo-Patterns.html#cairo-filter-t">
|
150
|
+
<ANCHOR id="CAIRO-FILTER-FAST:CAPS" href="cairo/cairo-Patterns.html#CAIRO-FILTER-FAST:CAPS">
|
151
|
+
<ANCHOR id="CAIRO-FILTER-GOOD:CAPS" href="cairo/cairo-Patterns.html#CAIRO-FILTER-GOOD:CAPS">
|
152
|
+
<ANCHOR id="CAIRO-FILTER-BEST:CAPS" href="cairo/cairo-Patterns.html#CAIRO-FILTER-BEST:CAPS">
|
153
|
+
<ANCHOR id="CAIRO-FILTER-NEAREST:CAPS" href="cairo/cairo-Patterns.html#CAIRO-FILTER-NEAREST:CAPS">
|
154
|
+
<ANCHOR id="CAIRO-FILTER-BILINEAR:CAPS" href="cairo/cairo-Patterns.html#CAIRO-FILTER-BILINEAR:CAPS">
|
155
|
+
<ANCHOR id="CAIRO-FILTER-GAUSSIAN:CAPS" href="cairo/cairo-Patterns.html#CAIRO-FILTER-GAUSSIAN:CAPS">
|
156
|
+
<ANCHOR id="cairo-pattern-set-filter" href="cairo/cairo-Patterns.html#cairo-pattern-set-filter">
|
157
|
+
<ANCHOR id="cairo-pattern-get-filter" href="cairo/cairo-Patterns.html#cairo-pattern-get-filter">
|
158
|
+
<ANCHOR id="cairo-pattern-set-matrix" href="cairo/cairo-Patterns.html#cairo-pattern-set-matrix">
|
159
|
+
<ANCHOR id="cairo-pattern-get-matrix" href="cairo/cairo-Patterns.html#cairo-pattern-get-matrix">
|
160
|
+
<ANCHOR id="cairo-pattern-type-t" href="cairo/cairo-Patterns.html#cairo-pattern-type-t">
|
161
|
+
<ANCHOR id="CAIRO-PATTERN-TYPE-SOLID:CAPS" href="cairo/cairo-Patterns.html#CAIRO-PATTERN-TYPE-SOLID:CAPS">
|
162
|
+
<ANCHOR id="CAIRO-PATTERN-TYPE-SURFACE:CAPS" href="cairo/cairo-Patterns.html#CAIRO-PATTERN-TYPE-SURFACE:CAPS">
|
163
|
+
<ANCHOR id="CAIRO-PATTERN-TYPE-LINEAR:CAPS" href="cairo/cairo-Patterns.html#CAIRO-PATTERN-TYPE-LINEAR:CAPS">
|
164
|
+
<ANCHOR id="CAIRO-PATTERN-TYPE-RADIAL:CAPS" href="cairo/cairo-Patterns.html#CAIRO-PATTERN-TYPE-RADIAL:CAPS">
|
165
|
+
<ANCHOR id="cairo-pattern-get-type" href="cairo/cairo-Patterns.html#cairo-pattern-get-type">
|
166
|
+
<ANCHOR id="cairo-pattern-get-reference-count" href="cairo/cairo-Patterns.html#cairo-pattern-get-reference-count">
|
167
|
+
<ANCHOR id="cairo-pattern-set-user-data" href="cairo/cairo-Patterns.html#cairo-pattern-set-user-data">
|
168
|
+
<ANCHOR id="cairo-pattern-get-user-data" href="cairo/cairo-Patterns.html#cairo-pattern-get-user-data">
|
169
|
+
<ANCHOR id="cairo-Transformations" href="cairo/cairo-Transformations.html">
|
170
|
+
<ANCHOR id="cairo-translate" href="cairo/cairo-Transformations.html#cairo-translate">
|
171
|
+
<ANCHOR id="cairo-scale" href="cairo/cairo-Transformations.html#cairo-scale">
|
172
|
+
<ANCHOR id="cairo-rotate" href="cairo/cairo-Transformations.html#cairo-rotate">
|
173
|
+
<ANCHOR id="cairo-transform" href="cairo/cairo-Transformations.html#cairo-transform">
|
174
|
+
<ANCHOR id="cairo-set-matrix" href="cairo/cairo-Transformations.html#cairo-set-matrix">
|
175
|
+
<ANCHOR id="cairo-get-matrix" href="cairo/cairo-Transformations.html#cairo-get-matrix">
|
176
|
+
<ANCHOR id="cairo-identity-matrix" href="cairo/cairo-Transformations.html#cairo-identity-matrix">
|
177
|
+
<ANCHOR id="cairo-user-to-device" href="cairo/cairo-Transformations.html#cairo-user-to-device">
|
178
|
+
<ANCHOR id="cairo-user-to-device-distance" href="cairo/cairo-Transformations.html#cairo-user-to-device-distance">
|
179
|
+
<ANCHOR id="cairo-device-to-user" href="cairo/cairo-Transformations.html#cairo-device-to-user">
|
180
|
+
<ANCHOR id="cairo-device-to-user-distance" href="cairo/cairo-Transformations.html#cairo-device-to-user-distance">
|
181
|
+
<ANCHOR id="cairo-Text" href="cairo/cairo-Text.html">
|
182
|
+
<ANCHOR id="cairo-glyph-t" href="cairo/cairo-Text.html#cairo-glyph-t">
|
183
|
+
<ANCHOR id="cairo-font-slant-t" href="cairo/cairo-Text.html#cairo-font-slant-t">
|
184
|
+
<ANCHOR id="CAIRO-FONT-SLANT-NORMAL:CAPS" href="cairo/cairo-Text.html#CAIRO-FONT-SLANT-NORMAL:CAPS">
|
185
|
+
<ANCHOR id="CAIRO-FONT-SLANT-ITALIC:CAPS" href="cairo/cairo-Text.html#CAIRO-FONT-SLANT-ITALIC:CAPS">
|
186
|
+
<ANCHOR id="CAIRO-FONT-SLANT-OBLIQUE:CAPS" href="cairo/cairo-Text.html#CAIRO-FONT-SLANT-OBLIQUE:CAPS">
|
187
|
+
<ANCHOR id="cairo-font-weight-t" href="cairo/cairo-Text.html#cairo-font-weight-t">
|
188
|
+
<ANCHOR id="CAIRO-FONT-WEIGHT-NORMAL:CAPS" href="cairo/cairo-Text.html#CAIRO-FONT-WEIGHT-NORMAL:CAPS">
|
189
|
+
<ANCHOR id="CAIRO-FONT-WEIGHT-BOLD:CAPS" href="cairo/cairo-Text.html#CAIRO-FONT-WEIGHT-BOLD:CAPS">
|
190
|
+
<ANCHOR id="cairo-select-font-face" href="cairo/cairo-Text.html#cairo-select-font-face">
|
191
|
+
<ANCHOR id="cairo-set-font-size" href="cairo/cairo-Text.html#cairo-set-font-size">
|
192
|
+
<ANCHOR id="cairo-set-font-matrix" href="cairo/cairo-Text.html#cairo-set-font-matrix">
|
193
|
+
<ANCHOR id="cairo-get-font-matrix" href="cairo/cairo-Text.html#cairo-get-font-matrix">
|
194
|
+
<ANCHOR id="cairo-set-font-options" href="cairo/cairo-Text.html#cairo-set-font-options">
|
195
|
+
<ANCHOR id="cairo-get-font-options" href="cairo/cairo-Text.html#cairo-get-font-options">
|
196
|
+
<ANCHOR id="cairo-set-font-face" href="cairo/cairo-Text.html#cairo-set-font-face">
|
197
|
+
<ANCHOR id="cairo-get-font-face" href="cairo/cairo-Text.html#cairo-get-font-face">
|
198
|
+
<ANCHOR id="cairo-set-scaled-font" href="cairo/cairo-Text.html#cairo-set-scaled-font">
|
199
|
+
<ANCHOR id="cairo-get-scaled-font" href="cairo/cairo-Text.html#cairo-get-scaled-font">
|
200
|
+
<ANCHOR id="cairo-show-text" href="cairo/cairo-Text.html#cairo-show-text">
|
201
|
+
<ANCHOR id="cairo-show-glyphs" href="cairo/cairo-Text.html#cairo-show-glyphs">
|
202
|
+
<ANCHOR id="cairo-font-extents" href="cairo/cairo-Text.html#cairo-font-extents">
|
203
|
+
<ANCHOR id="cairo-text-extents" href="cairo/cairo-Text.html#cairo-text-extents">
|
204
|
+
<ANCHOR id="cairo-glyph-extents" href="cairo/cairo-Text.html#cairo-glyph-extents">
|
205
|
+
<ANCHOR id="cairo-cairo-font-face-t" href="cairo/cairo-cairo-font-face-t.html">
|
206
|
+
<ANCHOR id="cairo-font-face-t" href="cairo/cairo-cairo-font-face-t.html#cairo-font-face-t">
|
207
|
+
<ANCHOR id="cairo-font-face-reference" href="cairo/cairo-cairo-font-face-t.html#cairo-font-face-reference">
|
208
|
+
<ANCHOR id="cairo-font-face-destroy" href="cairo/cairo-cairo-font-face-t.html#cairo-font-face-destroy">
|
209
|
+
<ANCHOR id="cairo-font-face-status" href="cairo/cairo-cairo-font-face-t.html#cairo-font-face-status">
|
210
|
+
<ANCHOR id="cairo-font-type-t" href="cairo/cairo-cairo-font-face-t.html#cairo-font-type-t">
|
211
|
+
<ANCHOR id="CAIRO-FONT-TYPE-TOY:CAPS" href="cairo/cairo-cairo-font-face-t.html#CAIRO-FONT-TYPE-TOY:CAPS">
|
212
|
+
<ANCHOR id="CAIRO-FONT-TYPE-FT:CAPS" href="cairo/cairo-cairo-font-face-t.html#CAIRO-FONT-TYPE-FT:CAPS">
|
213
|
+
<ANCHOR id="CAIRO-FONT-TYPE-WIN32:CAPS" href="cairo/cairo-cairo-font-face-t.html#CAIRO-FONT-TYPE-WIN32:CAPS">
|
214
|
+
<ANCHOR id="CAIRO-FONT-TYPE-QUARTZ:CAPS" href="cairo/cairo-cairo-font-face-t.html#CAIRO-FONT-TYPE-QUARTZ:CAPS">
|
215
|
+
<ANCHOR id="cairo-font-face-get-type" href="cairo/cairo-cairo-font-face-t.html#cairo-font-face-get-type">
|
216
|
+
<ANCHOR id="cairo-font-face-get-reference-count" href="cairo/cairo-cairo-font-face-t.html#cairo-font-face-get-reference-count">
|
217
|
+
<ANCHOR id="cairo-font-face-set-user-data" href="cairo/cairo-cairo-font-face-t.html#cairo-font-face-set-user-data">
|
218
|
+
<ANCHOR id="cairo-font-face-get-user-data" href="cairo/cairo-cairo-font-face-t.html#cairo-font-face-get-user-data">
|
219
|
+
<ANCHOR id="cairo-Scaled-Fonts" href="cairo/cairo-Scaled-Fonts.html">
|
220
|
+
<ANCHOR id="cairo-scaled-font-t" href="cairo/cairo-Scaled-Fonts.html#cairo-scaled-font-t">
|
221
|
+
<ANCHOR id="cairo-scaled-font-create" href="cairo/cairo-Scaled-Fonts.html#cairo-scaled-font-create">
|
222
|
+
<ANCHOR id="cairo-scaled-font-reference" href="cairo/cairo-Scaled-Fonts.html#cairo-scaled-font-reference">
|
223
|
+
<ANCHOR id="cairo-scaled-font-destroy" href="cairo/cairo-Scaled-Fonts.html#cairo-scaled-font-destroy">
|
224
|
+
<ANCHOR id="cairo-scaled-font-status" href="cairo/cairo-Scaled-Fonts.html#cairo-scaled-font-status">
|
225
|
+
<ANCHOR id="cairo-font-extents-t" href="cairo/cairo-Scaled-Fonts.html#cairo-font-extents-t">
|
226
|
+
<ANCHOR id="cairo-scaled-font-extents" href="cairo/cairo-Scaled-Fonts.html#cairo-scaled-font-extents">
|
227
|
+
<ANCHOR id="cairo-text-extents-t" href="cairo/cairo-Scaled-Fonts.html#cairo-text-extents-t">
|
228
|
+
<ANCHOR id="cairo-scaled-font-text-extents" href="cairo/cairo-Scaled-Fonts.html#cairo-scaled-font-text-extents">
|
229
|
+
<ANCHOR id="cairo-scaled-font-glyph-extents" href="cairo/cairo-Scaled-Fonts.html#cairo-scaled-font-glyph-extents">
|
230
|
+
<ANCHOR id="cairo-scaled-font-get-font-face" href="cairo/cairo-Scaled-Fonts.html#cairo-scaled-font-get-font-face">
|
231
|
+
<ANCHOR id="cairo-scaled-font-get-font-options" href="cairo/cairo-Scaled-Fonts.html#cairo-scaled-font-get-font-options">
|
232
|
+
<ANCHOR id="cairo-scaled-font-get-font-matrix" href="cairo/cairo-Scaled-Fonts.html#cairo-scaled-font-get-font-matrix">
|
233
|
+
<ANCHOR id="cairo-scaled-font-get-ctm" href="cairo/cairo-Scaled-Fonts.html#cairo-scaled-font-get-ctm">
|
234
|
+
<ANCHOR id="cairo-scaled-font-get-type" href="cairo/cairo-Scaled-Fonts.html#cairo-scaled-font-get-type">
|
235
|
+
<ANCHOR id="cairo-scaled-font-get-reference-count" href="cairo/cairo-Scaled-Fonts.html#cairo-scaled-font-get-reference-count">
|
236
|
+
<ANCHOR id="cairo-scaled-font-set-user-data" href="cairo/cairo-Scaled-Fonts.html#cairo-scaled-font-set-user-data">
|
237
|
+
<ANCHOR id="cairo-scaled-font-get-user-data" href="cairo/cairo-Scaled-Fonts.html#cairo-scaled-font-get-user-data">
|
238
|
+
<ANCHOR id="cairo-Font-Options" href="cairo/cairo-Font-Options.html">
|
239
|
+
<ANCHOR id="cairo-font-options-t" href="cairo/cairo-Font-Options.html#cairo-font-options-t">
|
240
|
+
<ANCHOR id="cairo-font-options-create" href="cairo/cairo-Font-Options.html#cairo-font-options-create">
|
241
|
+
<ANCHOR id="cairo-font-options-copy" href="cairo/cairo-Font-Options.html#cairo-font-options-copy">
|
242
|
+
<ANCHOR id="cairo-font-options-destroy" href="cairo/cairo-Font-Options.html#cairo-font-options-destroy">
|
243
|
+
<ANCHOR id="cairo-font-options-status" href="cairo/cairo-Font-Options.html#cairo-font-options-status">
|
244
|
+
<ANCHOR id="cairo-font-options-merge" href="cairo/cairo-Font-Options.html#cairo-font-options-merge">
|
245
|
+
<ANCHOR id="cairo-font-options-hash" href="cairo/cairo-Font-Options.html#cairo-font-options-hash">
|
246
|
+
<ANCHOR id="cairo-font-options-equal" href="cairo/cairo-Font-Options.html#cairo-font-options-equal">
|
247
|
+
<ANCHOR id="cairo-font-options-set-antialias" href="cairo/cairo-Font-Options.html#cairo-font-options-set-antialias">
|
248
|
+
<ANCHOR id="cairo-font-options-get-antialias" href="cairo/cairo-Font-Options.html#cairo-font-options-get-antialias">
|
249
|
+
<ANCHOR id="cairo-subpixel-order-t" href="cairo/cairo-Font-Options.html#cairo-subpixel-order-t">
|
250
|
+
<ANCHOR id="CAIRO-SUBPIXEL-ORDER-DEFAULT:CAPS" href="cairo/cairo-Font-Options.html#CAIRO-SUBPIXEL-ORDER-DEFAULT:CAPS">
|
251
|
+
<ANCHOR id="CAIRO-SUBPIXEL-ORDER-RGB:CAPS" href="cairo/cairo-Font-Options.html#CAIRO-SUBPIXEL-ORDER-RGB:CAPS">
|
252
|
+
<ANCHOR id="CAIRO-SUBPIXEL-ORDER-BGR:CAPS" href="cairo/cairo-Font-Options.html#CAIRO-SUBPIXEL-ORDER-BGR:CAPS">
|
253
|
+
<ANCHOR id="CAIRO-SUBPIXEL-ORDER-VRGB:CAPS" href="cairo/cairo-Font-Options.html#CAIRO-SUBPIXEL-ORDER-VRGB:CAPS">
|
254
|
+
<ANCHOR id="CAIRO-SUBPIXEL-ORDER-VBGR:CAPS" href="cairo/cairo-Font-Options.html#CAIRO-SUBPIXEL-ORDER-VBGR:CAPS">
|
255
|
+
<ANCHOR id="cairo-font-options-set-subpixel-order" href="cairo/cairo-Font-Options.html#cairo-font-options-set-subpixel-order">
|
256
|
+
<ANCHOR id="cairo-font-options-get-subpixel-order" href="cairo/cairo-Font-Options.html#cairo-font-options-get-subpixel-order">
|
257
|
+
<ANCHOR id="cairo-hint-style-t" href="cairo/cairo-Font-Options.html#cairo-hint-style-t">
|
258
|
+
<ANCHOR id="CAIRO-HINT-STYLE-DEFAULT:CAPS" href="cairo/cairo-Font-Options.html#CAIRO-HINT-STYLE-DEFAULT:CAPS">
|
259
|
+
<ANCHOR id="CAIRO-HINT-STYLE-NONE:CAPS" href="cairo/cairo-Font-Options.html#CAIRO-HINT-STYLE-NONE:CAPS">
|
260
|
+
<ANCHOR id="CAIRO-HINT-STYLE-SLIGHT:CAPS" href="cairo/cairo-Font-Options.html#CAIRO-HINT-STYLE-SLIGHT:CAPS">
|
261
|
+
<ANCHOR id="CAIRO-HINT-STYLE-MEDIUM:CAPS" href="cairo/cairo-Font-Options.html#CAIRO-HINT-STYLE-MEDIUM:CAPS">
|
262
|
+
<ANCHOR id="CAIRO-HINT-STYLE-FULL:CAPS" href="cairo/cairo-Font-Options.html#CAIRO-HINT-STYLE-FULL:CAPS">
|
263
|
+
<ANCHOR id="cairo-font-options-set-hint-style" href="cairo/cairo-Font-Options.html#cairo-font-options-set-hint-style">
|
264
|
+
<ANCHOR id="cairo-font-options-get-hint-style" href="cairo/cairo-Font-Options.html#cairo-font-options-get-hint-style">
|
265
|
+
<ANCHOR id="cairo-hint-metrics-t" href="cairo/cairo-Font-Options.html#cairo-hint-metrics-t">
|
266
|
+
<ANCHOR id="CAIRO-HINT-METRICS-DEFAULT:CAPS" href="cairo/cairo-Font-Options.html#CAIRO-HINT-METRICS-DEFAULT:CAPS">
|
267
|
+
<ANCHOR id="CAIRO-HINT-METRICS-OFF:CAPS" href="cairo/cairo-Font-Options.html#CAIRO-HINT-METRICS-OFF:CAPS">
|
268
|
+
<ANCHOR id="CAIRO-HINT-METRICS-ON:CAPS" href="cairo/cairo-Font-Options.html#CAIRO-HINT-METRICS-ON:CAPS">
|
269
|
+
<ANCHOR id="cairo-font-options-set-hint-metrics" href="cairo/cairo-Font-Options.html#cairo-font-options-set-hint-metrics">
|
270
|
+
<ANCHOR id="cairo-font-options-get-hint-metrics" href="cairo/cairo-Font-Options.html#cairo-font-options-get-hint-metrics">
|
271
|
+
<ANCHOR id="cairo-FreeType-Fonts" href="cairo/cairo-FreeType-Fonts.html">
|
272
|
+
<ANCHOR id="CAIRO-HAS-FT-FONT:CAPS" href="cairo/cairo-FreeType-Fonts.html#CAIRO-HAS-FT-FONT:CAPS">
|
273
|
+
<ANCHOR id="cairo-ft-font-face-create-for-ft-face" href="cairo/cairo-FreeType-Fonts.html#cairo-ft-font-face-create-for-ft-face">
|
274
|
+
<ANCHOR id="cairo-ft-font-face-create-for-pattern" href="cairo/cairo-FreeType-Fonts.html#cairo-ft-font-face-create-for-pattern">
|
275
|
+
<ANCHOR id="cairo-ft-font-options-substitute" href="cairo/cairo-FreeType-Fonts.html#cairo-ft-font-options-substitute">
|
276
|
+
<ANCHOR id="cairo-ft-scaled-font-lock-face" href="cairo/cairo-FreeType-Fonts.html#cairo-ft-scaled-font-lock-face">
|
277
|
+
<ANCHOR id="cairo-ft-scaled-font-unlock-face" href="cairo/cairo-FreeType-Fonts.html#cairo-ft-scaled-font-unlock-face">
|
278
|
+
<ANCHOR id="cairo-Win32-Fonts" href="cairo/cairo-Win32-Fonts.html">
|
279
|
+
<ANCHOR id="CAIRO-HAS-WIN32-FONT:CAPS" href="cairo/cairo-Win32-Fonts.html#CAIRO-HAS-WIN32-FONT:CAPS">
|
280
|
+
<ANCHOR id="cairo-win32-font-face-create-for-logfontw" href="cairo/cairo-Win32-Fonts.html#cairo-win32-font-face-create-for-logfontw">
|
281
|
+
<ANCHOR id="cairo-win32-font-face-create-for-hfont" href="cairo/cairo-Win32-Fonts.html#cairo-win32-font-face-create-for-hfont">
|
282
|
+
<ANCHOR id="cairo-win32-font-face-create-for-logfontw-hfont" href="cairo/cairo-Win32-Fonts.html#cairo-win32-font-face-create-for-logfontw-hfont">
|
283
|
+
<ANCHOR id="cairo-win32-scaled-font-select-font" href="cairo/cairo-Win32-Fonts.html#cairo-win32-scaled-font-select-font">
|
284
|
+
<ANCHOR id="cairo-win32-scaled-font-done-font" href="cairo/cairo-Win32-Fonts.html#cairo-win32-scaled-font-done-font">
|
285
|
+
<ANCHOR id="cairo-win32-scaled-font-get-metrics-factor" href="cairo/cairo-Win32-Fonts.html#cairo-win32-scaled-font-get-metrics-factor">
|
286
|
+
<ANCHOR id="cairo-win32-scaled-font-get-logical-to-device" href="cairo/cairo-Win32-Fonts.html#cairo-win32-scaled-font-get-logical-to-device">
|
287
|
+
<ANCHOR id="cairo-win32-scaled-font-get-device-to-logical" href="cairo/cairo-Win32-Fonts.html#cairo-win32-scaled-font-get-device-to-logical">
|
288
|
+
<ANCHOR id="cairo-Quartz-Fonts" href="cairo/cairo-Quartz-Fonts.html">
|
289
|
+
<ANCHOR id="CAIRO-HAS-QUARTZ-FONT:CAPS" href="cairo/cairo-Quartz-Fonts.html#CAIRO-HAS-QUARTZ-FONT:CAPS">
|
290
|
+
<ANCHOR id="cairo-quartz-font-face-create-for-cgfont" href="cairo/cairo-Quartz-Fonts.html#cairo-quartz-font-face-create-for-cgfont">
|
291
|
+
<ANCHOR id="cairo-quartz-font-face-create-for-atsu-font-id" href="cairo/cairo-Quartz-Fonts.html#cairo-quartz-font-face-create-for-atsu-font-id">
|
292
|
+
<ANCHOR id="cairo-cairo-surface-t" href="cairo/cairo-cairo-surface-t.html">
|
293
|
+
<ANCHOR id="cairo-surface-t" href="cairo/cairo-cairo-surface-t.html#cairo-surface-t">
|
294
|
+
<ANCHOR id="cairo-content-t" href="cairo/cairo-cairo-surface-t.html#cairo-content-t">
|
295
|
+
<ANCHOR id="CAIRO-CONTENT-COLOR:CAPS" href="cairo/cairo-cairo-surface-t.html#CAIRO-CONTENT-COLOR:CAPS">
|
296
|
+
<ANCHOR id="CAIRO-CONTENT-ALPHA:CAPS" href="cairo/cairo-cairo-surface-t.html#CAIRO-CONTENT-ALPHA:CAPS">
|
297
|
+
<ANCHOR id="CAIRO-CONTENT-COLOR-ALPHA:CAPS" href="cairo/cairo-cairo-surface-t.html#CAIRO-CONTENT-COLOR-ALPHA:CAPS">
|
298
|
+
<ANCHOR id="cairo-surface-create-similar" href="cairo/cairo-cairo-surface-t.html#cairo-surface-create-similar">
|
299
|
+
<ANCHOR id="cairo-surface-reference" href="cairo/cairo-cairo-surface-t.html#cairo-surface-reference">
|
300
|
+
<ANCHOR id="cairo-surface-destroy" href="cairo/cairo-cairo-surface-t.html#cairo-surface-destroy">
|
301
|
+
<ANCHOR id="cairo-surface-status" href="cairo/cairo-cairo-surface-t.html#cairo-surface-status">
|
302
|
+
<ANCHOR id="cairo-surface-finish" href="cairo/cairo-cairo-surface-t.html#cairo-surface-finish">
|
303
|
+
<ANCHOR id="cairo-surface-flush" href="cairo/cairo-cairo-surface-t.html#cairo-surface-flush">
|
304
|
+
<ANCHOR id="cairo-surface-get-font-options" href="cairo/cairo-cairo-surface-t.html#cairo-surface-get-font-options">
|
305
|
+
<ANCHOR id="cairo-surface-get-content" href="cairo/cairo-cairo-surface-t.html#cairo-surface-get-content">
|
306
|
+
<ANCHOR id="cairo-surface-mark-dirty" href="cairo/cairo-cairo-surface-t.html#cairo-surface-mark-dirty">
|
307
|
+
<ANCHOR id="cairo-surface-mark-dirty-rectangle" href="cairo/cairo-cairo-surface-t.html#cairo-surface-mark-dirty-rectangle">
|
308
|
+
<ANCHOR id="cairo-surface-set-device-offset" href="cairo/cairo-cairo-surface-t.html#cairo-surface-set-device-offset">
|
309
|
+
<ANCHOR id="cairo-surface-get-device-offset" href="cairo/cairo-cairo-surface-t.html#cairo-surface-get-device-offset">
|
310
|
+
<ANCHOR id="cairo-surface-set-fallback-resolution" href="cairo/cairo-cairo-surface-t.html#cairo-surface-set-fallback-resolution">
|
311
|
+
<ANCHOR id="cairo-surface-type-t" href="cairo/cairo-cairo-surface-t.html#cairo-surface-type-t">
|
312
|
+
<ANCHOR id="CAIRO-SURFACE-TYPE-IMAGE:CAPS" href="cairo/cairo-cairo-surface-t.html#CAIRO-SURFACE-TYPE-IMAGE:CAPS">
|
313
|
+
<ANCHOR id="CAIRO-SURFACE-TYPE-PDF:CAPS" href="cairo/cairo-cairo-surface-t.html#CAIRO-SURFACE-TYPE-PDF:CAPS">
|
314
|
+
<ANCHOR id="CAIRO-SURFACE-TYPE-PS:CAPS" href="cairo/cairo-cairo-surface-t.html#CAIRO-SURFACE-TYPE-PS:CAPS">
|
315
|
+
<ANCHOR id="CAIRO-SURFACE-TYPE-XLIB:CAPS" href="cairo/cairo-cairo-surface-t.html#CAIRO-SURFACE-TYPE-XLIB:CAPS">
|
316
|
+
<ANCHOR id="CAIRO-SURFACE-TYPE-XCB:CAPS" href="cairo/cairo-cairo-surface-t.html#CAIRO-SURFACE-TYPE-XCB:CAPS">
|
317
|
+
<ANCHOR id="CAIRO-SURFACE-TYPE-GLITZ:CAPS" href="cairo/cairo-cairo-surface-t.html#CAIRO-SURFACE-TYPE-GLITZ:CAPS">
|
318
|
+
<ANCHOR id="CAIRO-SURFACE-TYPE-QUARTZ:CAPS" href="cairo/cairo-cairo-surface-t.html#CAIRO-SURFACE-TYPE-QUARTZ:CAPS">
|
319
|
+
<ANCHOR id="CAIRO-SURFACE-TYPE-WIN32:CAPS" href="cairo/cairo-cairo-surface-t.html#CAIRO-SURFACE-TYPE-WIN32:CAPS">
|
320
|
+
<ANCHOR id="CAIRO-SURFACE-TYPE-BEOS:CAPS" href="cairo/cairo-cairo-surface-t.html#CAIRO-SURFACE-TYPE-BEOS:CAPS">
|
321
|
+
<ANCHOR id="CAIRO-SURFACE-TYPE-DIRECTFB:CAPS" href="cairo/cairo-cairo-surface-t.html#CAIRO-SURFACE-TYPE-DIRECTFB:CAPS">
|
322
|
+
<ANCHOR id="CAIRO-SURFACE-TYPE-SVG:CAPS" href="cairo/cairo-cairo-surface-t.html#CAIRO-SURFACE-TYPE-SVG:CAPS">
|
323
|
+
<ANCHOR id="CAIRO-SURFACE-TYPE-OS2:CAPS" href="cairo/cairo-cairo-surface-t.html#CAIRO-SURFACE-TYPE-OS2:CAPS">
|
324
|
+
<ANCHOR id="CAIRO-SURFACE-TYPE-WIN32-PRINTING:CAPS" href="cairo/cairo-cairo-surface-t.html#CAIRO-SURFACE-TYPE-WIN32-PRINTING:CAPS">
|
325
|
+
<ANCHOR id="CAIRO-SURFACE-TYPE-QUARTZ-IMAGE:CAPS" href="cairo/cairo-cairo-surface-t.html#CAIRO-SURFACE-TYPE-QUARTZ-IMAGE:CAPS">
|
326
|
+
<ANCHOR id="cairo-surface-get-type" href="cairo/cairo-cairo-surface-t.html#cairo-surface-get-type">
|
327
|
+
<ANCHOR id="cairo-surface-get-reference-count" href="cairo/cairo-cairo-surface-t.html#cairo-surface-get-reference-count">
|
328
|
+
<ANCHOR id="cairo-surface-set-user-data" href="cairo/cairo-cairo-surface-t.html#cairo-surface-set-user-data">
|
329
|
+
<ANCHOR id="cairo-surface-get-user-data" href="cairo/cairo-cairo-surface-t.html#cairo-surface-get-user-data">
|
330
|
+
<ANCHOR id="cairo-surface-copy-page" href="cairo/cairo-cairo-surface-t.html#cairo-surface-copy-page">
|
331
|
+
<ANCHOR id="cairo-surface-show-page" href="cairo/cairo-cairo-surface-t.html#cairo-surface-show-page">
|
332
|
+
<ANCHOR id="cairo-Image-Surfaces" href="cairo/cairo-Image-Surfaces.html">
|
333
|
+
<ANCHOR id="cairo-format-t" href="cairo/cairo-Image-Surfaces.html#cairo-format-t">
|
334
|
+
<ANCHOR id="CAIRO-FORMAT-ARGB32:CAPS" href="cairo/cairo-Image-Surfaces.html#CAIRO-FORMAT-ARGB32:CAPS">
|
335
|
+
<ANCHOR id="CAIRO-FORMAT-RGB24:CAPS" href="cairo/cairo-Image-Surfaces.html#CAIRO-FORMAT-RGB24:CAPS">
|
336
|
+
<ANCHOR id="CAIRO-FORMAT-A8:CAPS" href="cairo/cairo-Image-Surfaces.html#CAIRO-FORMAT-A8:CAPS">
|
337
|
+
<ANCHOR id="CAIRO-FORMAT-A1:CAPS" href="cairo/cairo-Image-Surfaces.html#CAIRO-FORMAT-A1:CAPS">
|
338
|
+
<ANCHOR id="cairo-format-stride-for-width" href="cairo/cairo-Image-Surfaces.html#cairo-format-stride-for-width">
|
339
|
+
<ANCHOR id="cairo-image-surface-create" href="cairo/cairo-Image-Surfaces.html#cairo-image-surface-create">
|
340
|
+
<ANCHOR id="cairo-image-surface-create-for-data" href="cairo/cairo-Image-Surfaces.html#cairo-image-surface-create-for-data">
|
341
|
+
<ANCHOR id="cairo-image-surface-get-data" href="cairo/cairo-Image-Surfaces.html#cairo-image-surface-get-data">
|
342
|
+
<ANCHOR id="cairo-image-surface-get-format" href="cairo/cairo-Image-Surfaces.html#cairo-image-surface-get-format">
|
343
|
+
<ANCHOR id="cairo-image-surface-get-width" href="cairo/cairo-Image-Surfaces.html#cairo-image-surface-get-width">
|
344
|
+
<ANCHOR id="cairo-image-surface-get-height" href="cairo/cairo-Image-Surfaces.html#cairo-image-surface-get-height">
|
345
|
+
<ANCHOR id="cairo-image-surface-get-stride" href="cairo/cairo-Image-Surfaces.html#cairo-image-surface-get-stride">
|
346
|
+
<ANCHOR id="cairo-PDF-Surfaces" href="cairo/cairo-PDF-Surfaces.html">
|
347
|
+
<ANCHOR id="CAIRO-HAS-PDF-SURFACE:CAPS" href="cairo/cairo-PDF-Surfaces.html#CAIRO-HAS-PDF-SURFACE:CAPS">
|
348
|
+
<ANCHOR id="cairo-pdf-surface-create" href="cairo/cairo-PDF-Surfaces.html#cairo-pdf-surface-create">
|
349
|
+
<ANCHOR id="cairo-pdf-surface-create-for-stream" href="cairo/cairo-PDF-Surfaces.html#cairo-pdf-surface-create-for-stream">
|
350
|
+
<ANCHOR id="cairo-pdf-surface-set-size" href="cairo/cairo-PDF-Surfaces.html#cairo-pdf-surface-set-size">
|
351
|
+
<ANCHOR id="cairo-PNG-Support" href="cairo/cairo-PNG-Support.html">
|
352
|
+
<ANCHOR id="CAIRO-HAS-PNG-FUNCTIONS:CAPS" href="cairo/cairo-PNG-Support.html#CAIRO-HAS-PNG-FUNCTIONS:CAPS">
|
353
|
+
<ANCHOR id="cairo-image-surface-create-from-png" href="cairo/cairo-PNG-Support.html#cairo-image-surface-create-from-png">
|
354
|
+
<ANCHOR id="cairo-read-func-t" href="cairo/cairo-PNG-Support.html#cairo-read-func-t">
|
355
|
+
<ANCHOR id="cairo-image-surface-create-from-png-stream" href="cairo/cairo-PNG-Support.html#cairo-image-surface-create-from-png-stream">
|
356
|
+
<ANCHOR id="cairo-surface-write-to-png" href="cairo/cairo-PNG-Support.html#cairo-surface-write-to-png">
|
357
|
+
<ANCHOR id="cairo-write-func-t" href="cairo/cairo-PNG-Support.html#cairo-write-func-t">
|
358
|
+
<ANCHOR id="cairo-surface-write-to-png-stream" href="cairo/cairo-PNG-Support.html#cairo-surface-write-to-png-stream">
|
359
|
+
<ANCHOR id="cairo-PostScript-Surfaces" href="cairo/cairo-PostScript-Surfaces.html">
|
360
|
+
<ANCHOR id="CAIRO-HAS-PS-SURFACE:CAPS" href="cairo/cairo-PostScript-Surfaces.html#CAIRO-HAS-PS-SURFACE:CAPS">
|
361
|
+
<ANCHOR id="cairo-ps-surface-create" href="cairo/cairo-PostScript-Surfaces.html#cairo-ps-surface-create">
|
362
|
+
<ANCHOR id="cairo-ps-surface-create-for-stream" href="cairo/cairo-PostScript-Surfaces.html#cairo-ps-surface-create-for-stream">
|
363
|
+
<ANCHOR id="cairo-ps-surface-restrict-to-level" href="cairo/cairo-PostScript-Surfaces.html#cairo-ps-surface-restrict-to-level">
|
364
|
+
<ANCHOR id="cairo-ps-level-t" href="cairo/cairo-PostScript-Surfaces.html#cairo-ps-level-t">
|
365
|
+
<ANCHOR id="CAIRO-PS-LEVEL-2:CAPS" href="cairo/cairo-PostScript-Surfaces.html#CAIRO-PS-LEVEL-2:CAPS">
|
366
|
+
<ANCHOR id="CAIRO-PS-LEVEL-3:CAPS" href="cairo/cairo-PostScript-Surfaces.html#CAIRO-PS-LEVEL-3:CAPS">
|
367
|
+
<ANCHOR id="cairo-ps-get-levels" href="cairo/cairo-PostScript-Surfaces.html#cairo-ps-get-levels">
|
368
|
+
<ANCHOR id="cairo-ps-level-to-string" href="cairo/cairo-PostScript-Surfaces.html#cairo-ps-level-to-string">
|
369
|
+
<ANCHOR id="cairo-ps-surface-set-eps" href="cairo/cairo-PostScript-Surfaces.html#cairo-ps-surface-set-eps">
|
370
|
+
<ANCHOR id="cairo-ps-surface-get-eps" href="cairo/cairo-PostScript-Surfaces.html#cairo-ps-surface-get-eps">
|
371
|
+
<ANCHOR id="cairo-ps-surface-set-size" href="cairo/cairo-PostScript-Surfaces.html#cairo-ps-surface-set-size">
|
372
|
+
<ANCHOR id="cairo-ps-surface-dsc-begin-setup" href="cairo/cairo-PostScript-Surfaces.html#cairo-ps-surface-dsc-begin-setup">
|
373
|
+
<ANCHOR id="cairo-ps-surface-dsc-begin-page-setup" href="cairo/cairo-PostScript-Surfaces.html#cairo-ps-surface-dsc-begin-page-setup">
|
374
|
+
<ANCHOR id="cairo-ps-surface-dsc-comment" href="cairo/cairo-PostScript-Surfaces.html#cairo-ps-surface-dsc-comment">
|
375
|
+
<ANCHOR id="cairo-Win32-Surfaces" href="cairo/cairo-Win32-Surfaces.html">
|
376
|
+
<ANCHOR id="CAIRO-HAS-WIN32-SURFACE:CAPS" href="cairo/cairo-Win32-Surfaces.html#CAIRO-HAS-WIN32-SURFACE:CAPS">
|
377
|
+
<ANCHOR id="cairo-win32-surface-create" href="cairo/cairo-Win32-Surfaces.html#cairo-win32-surface-create">
|
378
|
+
<ANCHOR id="cairo-win32-surface-create-with-dib" href="cairo/cairo-Win32-Surfaces.html#cairo-win32-surface-create-with-dib">
|
379
|
+
<ANCHOR id="cairo-win32-surface-create-with-ddb" href="cairo/cairo-Win32-Surfaces.html#cairo-win32-surface-create-with-ddb">
|
380
|
+
<ANCHOR id="cairo-win32-printing-surface-create" href="cairo/cairo-Win32-Surfaces.html#cairo-win32-printing-surface-create">
|
381
|
+
<ANCHOR id="cairo-win32-surface-get-dc" href="cairo/cairo-Win32-Surfaces.html#cairo-win32-surface-get-dc">
|
382
|
+
<ANCHOR id="cairo-win32-surface-get-image" href="cairo/cairo-Win32-Surfaces.html#cairo-win32-surface-get-image">
|
383
|
+
<ANCHOR id="cairo-SVG-Surfaces" href="cairo/cairo-SVG-Surfaces.html">
|
384
|
+
<ANCHOR id="CAIRO-HAS-SVG-SURFACE:CAPS" href="cairo/cairo-SVG-Surfaces.html#CAIRO-HAS-SVG-SURFACE:CAPS">
|
385
|
+
<ANCHOR id="cairo-svg-surface-create" href="cairo/cairo-SVG-Surfaces.html#cairo-svg-surface-create">
|
386
|
+
<ANCHOR id="cairo-svg-surface-create-for-stream" href="cairo/cairo-SVG-Surfaces.html#cairo-svg-surface-create-for-stream">
|
387
|
+
<ANCHOR id="cairo-svg-surface-restrict-to-version" href="cairo/cairo-SVG-Surfaces.html#cairo-svg-surface-restrict-to-version">
|
388
|
+
<ANCHOR id="cairo-svg-version-t" href="cairo/cairo-SVG-Surfaces.html#cairo-svg-version-t">
|
389
|
+
<ANCHOR id="CAIRO-SVG-VERSION-1-1:CAPS" href="cairo/cairo-SVG-Surfaces.html#CAIRO-SVG-VERSION-1-1:CAPS">
|
390
|
+
<ANCHOR id="CAIRO-SVG-VERSION-1-2:CAPS" href="cairo/cairo-SVG-Surfaces.html#CAIRO-SVG-VERSION-1-2:CAPS">
|
391
|
+
<ANCHOR id="cairo-svg-get-versions" href="cairo/cairo-SVG-Surfaces.html#cairo-svg-get-versions">
|
392
|
+
<ANCHOR id="cairo-svg-version-to-string" href="cairo/cairo-SVG-Surfaces.html#cairo-svg-version-to-string">
|
393
|
+
<ANCHOR id="cairo-Quartz-Surfaces" href="cairo/cairo-Quartz-Surfaces.html">
|
394
|
+
<ANCHOR id="CAIRO-HAS-QUARTZ-SURFACE:CAPS" href="cairo/cairo-Quartz-Surfaces.html#CAIRO-HAS-QUARTZ-SURFACE:CAPS">
|
395
|
+
<ANCHOR id="cairo-quartz-surface-create" href="cairo/cairo-Quartz-Surfaces.html#cairo-quartz-surface-create">
|
396
|
+
<ANCHOR id="cairo-quartz-surface-create-for-cg-context" href="cairo/cairo-Quartz-Surfaces.html#cairo-quartz-surface-create-for-cg-context">
|
397
|
+
<ANCHOR id="cairo-quartz-surface-get-cg-context" href="cairo/cairo-Quartz-Surfaces.html#cairo-quartz-surface-get-cg-context">
|
398
|
+
<ANCHOR id="cairo-XLib-Surfaces" href="cairo/cairo-XLib-Surfaces.html">
|
399
|
+
<ANCHOR id="CAIRO-HAS-XLIB-SURFACE:CAPS" href="cairo/cairo-XLib-Surfaces.html#CAIRO-HAS-XLIB-SURFACE:CAPS">
|
400
|
+
<ANCHOR id="cairo-xlib-surface-create" href="cairo/cairo-XLib-Surfaces.html#cairo-xlib-surface-create">
|
401
|
+
<ANCHOR id="cairo-xlib-surface-create-for-bitmap" href="cairo/cairo-XLib-Surfaces.html#cairo-xlib-surface-create-for-bitmap">
|
402
|
+
<ANCHOR id="cairo-xlib-surface-set-size" href="cairo/cairo-XLib-Surfaces.html#cairo-xlib-surface-set-size">
|
403
|
+
<ANCHOR id="cairo-xlib-surface-get-display" href="cairo/cairo-XLib-Surfaces.html#cairo-xlib-surface-get-display">
|
404
|
+
<ANCHOR id="cairo-xlib-surface-get-screen" href="cairo/cairo-XLib-Surfaces.html#cairo-xlib-surface-get-screen">
|
405
|
+
<ANCHOR id="cairo-xlib-surface-set-drawable" href="cairo/cairo-XLib-Surfaces.html#cairo-xlib-surface-set-drawable">
|
406
|
+
<ANCHOR id="cairo-xlib-surface-get-drawable" href="cairo/cairo-XLib-Surfaces.html#cairo-xlib-surface-get-drawable">
|
407
|
+
<ANCHOR id="cairo-xlib-surface-get-visual" href="cairo/cairo-XLib-Surfaces.html#cairo-xlib-surface-get-visual">
|
408
|
+
<ANCHOR id="cairo-xlib-surface-get-width" href="cairo/cairo-XLib-Surfaces.html#cairo-xlib-surface-get-width">
|
409
|
+
<ANCHOR id="cairo-xlib-surface-get-height" href="cairo/cairo-XLib-Surfaces.html#cairo-xlib-surface-get-height">
|
410
|
+
<ANCHOR id="cairo-xlib-surface-get-depth" href="cairo/cairo-XLib-Surfaces.html#cairo-xlib-surface-get-depth">
|
411
|
+
<ANCHOR id="cairo-cairo-matrix-t" href="cairo/cairo-cairo-matrix-t.html">
|
412
|
+
<ANCHOR id="cairo-matrix-t" href="cairo/cairo-cairo-matrix-t.html#cairo-matrix-t">
|
413
|
+
<ANCHOR id="cairo-matrix-init" href="cairo/cairo-cairo-matrix-t.html#cairo-matrix-init">
|
414
|
+
<ANCHOR id="cairo-matrix-init-identity" href="cairo/cairo-cairo-matrix-t.html#cairo-matrix-init-identity">
|
415
|
+
<ANCHOR id="cairo-matrix-init-translate" href="cairo/cairo-cairo-matrix-t.html#cairo-matrix-init-translate">
|
416
|
+
<ANCHOR id="cairo-matrix-init-scale" href="cairo/cairo-cairo-matrix-t.html#cairo-matrix-init-scale">
|
417
|
+
<ANCHOR id="cairo-matrix-init-rotate" href="cairo/cairo-cairo-matrix-t.html#cairo-matrix-init-rotate">
|
418
|
+
<ANCHOR id="cairo-matrix-translate" href="cairo/cairo-cairo-matrix-t.html#cairo-matrix-translate">
|
419
|
+
<ANCHOR id="cairo-matrix-scale" href="cairo/cairo-cairo-matrix-t.html#cairo-matrix-scale">
|
420
|
+
<ANCHOR id="cairo-matrix-rotate" href="cairo/cairo-cairo-matrix-t.html#cairo-matrix-rotate">
|
421
|
+
<ANCHOR id="cairo-matrix-invert" href="cairo/cairo-cairo-matrix-t.html#cairo-matrix-invert">
|
422
|
+
<ANCHOR id="cairo-matrix-multiply" href="cairo/cairo-cairo-matrix-t.html#cairo-matrix-multiply">
|
423
|
+
<ANCHOR id="cairo-matrix-transform-distance" href="cairo/cairo-cairo-matrix-t.html#cairo-matrix-transform-distance">
|
424
|
+
<ANCHOR id="cairo-matrix-transform-point" href="cairo/cairo-cairo-matrix-t.html#cairo-matrix-transform-point">
|
425
|
+
<ANCHOR id="cairo-Error-Handling" href="cairo/cairo-Error-Handling.html">
|
426
|
+
<ANCHOR id="cairo-status-t" href="cairo/cairo-Error-Handling.html#cairo-status-t">
|
427
|
+
<ANCHOR id="CAIRO-STATUS-SUCCESS:CAPS" href="cairo/cairo-Error-Handling.html#CAIRO-STATUS-SUCCESS:CAPS">
|
428
|
+
<ANCHOR id="CAIRO-STATUS-NO-MEMORY:CAPS" href="cairo/cairo-Error-Handling.html#CAIRO-STATUS-NO-MEMORY:CAPS">
|
429
|
+
<ANCHOR id="CAIRO-STATUS-INVALID-RESTORE:CAPS" href="cairo/cairo-Error-Handling.html#CAIRO-STATUS-INVALID-RESTORE:CAPS">
|
430
|
+
<ANCHOR id="CAIRO-STATUS-INVALID-POP-GROUP:CAPS" href="cairo/cairo-Error-Handling.html#CAIRO-STATUS-INVALID-POP-GROUP:CAPS">
|
431
|
+
<ANCHOR id="CAIRO-STATUS-NO-CURRENT-POINT:CAPS" href="cairo/cairo-Error-Handling.html#CAIRO-STATUS-NO-CURRENT-POINT:CAPS">
|
432
|
+
<ANCHOR id="CAIRO-STATUS-INVALID-MATRIX:CAPS" href="cairo/cairo-Error-Handling.html#CAIRO-STATUS-INVALID-MATRIX:CAPS">
|
433
|
+
<ANCHOR id="CAIRO-STATUS-INVALID-STATUS:CAPS" href="cairo/cairo-Error-Handling.html#CAIRO-STATUS-INVALID-STATUS:CAPS">
|
434
|
+
<ANCHOR id="CAIRO-STATUS-NULL-POINTER:CAPS" href="cairo/cairo-Error-Handling.html#CAIRO-STATUS-NULL-POINTER:CAPS">
|
435
|
+
<ANCHOR id="CAIRO-STATUS-INVALID-STRING:CAPS" href="cairo/cairo-Error-Handling.html#CAIRO-STATUS-INVALID-STRING:CAPS">
|
436
|
+
<ANCHOR id="CAIRO-STATUS-INVALID-PATH-DATA:CAPS" href="cairo/cairo-Error-Handling.html#CAIRO-STATUS-INVALID-PATH-DATA:CAPS">
|
437
|
+
<ANCHOR id="CAIRO-STATUS-READ-ERROR:CAPS" href="cairo/cairo-Error-Handling.html#CAIRO-STATUS-READ-ERROR:CAPS">
|
438
|
+
<ANCHOR id="CAIRO-STATUS-WRITE-ERROR:CAPS" href="cairo/cairo-Error-Handling.html#CAIRO-STATUS-WRITE-ERROR:CAPS">
|
439
|
+
<ANCHOR id="CAIRO-STATUS-SURFACE-FINISHED:CAPS" href="cairo/cairo-Error-Handling.html#CAIRO-STATUS-SURFACE-FINISHED:CAPS">
|
440
|
+
<ANCHOR id="CAIRO-STATUS-SURFACE-TYPE-MISMATCH:CAPS" href="cairo/cairo-Error-Handling.html#CAIRO-STATUS-SURFACE-TYPE-MISMATCH:CAPS">
|
441
|
+
<ANCHOR id="CAIRO-STATUS-PATTERN-TYPE-MISMATCH:CAPS" href="cairo/cairo-Error-Handling.html#CAIRO-STATUS-PATTERN-TYPE-MISMATCH:CAPS">
|
442
|
+
<ANCHOR id="CAIRO-STATUS-INVALID-CONTENT:CAPS" href="cairo/cairo-Error-Handling.html#CAIRO-STATUS-INVALID-CONTENT:CAPS">
|
443
|
+
<ANCHOR id="CAIRO-STATUS-INVALID-FORMAT:CAPS" href="cairo/cairo-Error-Handling.html#CAIRO-STATUS-INVALID-FORMAT:CAPS">
|
444
|
+
<ANCHOR id="CAIRO-STATUS-INVALID-VISUAL:CAPS" href="cairo/cairo-Error-Handling.html#CAIRO-STATUS-INVALID-VISUAL:CAPS">
|
445
|
+
<ANCHOR id="CAIRO-STATUS-FILE-NOT-FOUND:CAPS" href="cairo/cairo-Error-Handling.html#CAIRO-STATUS-FILE-NOT-FOUND:CAPS">
|
446
|
+
<ANCHOR id="CAIRO-STATUS-INVALID-DASH:CAPS" href="cairo/cairo-Error-Handling.html#CAIRO-STATUS-INVALID-DASH:CAPS">
|
447
|
+
<ANCHOR id="CAIRO-STATUS-INVALID-DSC-COMMENT:CAPS" href="cairo/cairo-Error-Handling.html#CAIRO-STATUS-INVALID-DSC-COMMENT:CAPS">
|
448
|
+
<ANCHOR id="CAIRO-STATUS-INVALID-INDEX:CAPS" href="cairo/cairo-Error-Handling.html#CAIRO-STATUS-INVALID-INDEX:CAPS">
|
449
|
+
<ANCHOR id="CAIRO-STATUS-CLIP-NOT-REPRESENTABLE:CAPS" href="cairo/cairo-Error-Handling.html#CAIRO-STATUS-CLIP-NOT-REPRESENTABLE:CAPS">
|
450
|
+
<ANCHOR id="CAIRO-STATUS-TEMP-FILE-ERROR:CAPS" href="cairo/cairo-Error-Handling.html#CAIRO-STATUS-TEMP-FILE-ERROR:CAPS">
|
451
|
+
<ANCHOR id="CAIRO-STATUS-INVALID-STRIDE:CAPS" href="cairo/cairo-Error-Handling.html#CAIRO-STATUS-INVALID-STRIDE:CAPS">
|
452
|
+
<ANCHOR id="cairo-status-to-string" href="cairo/cairo-Error-Handling.html#cairo-status-to-string">
|
453
|
+
<ANCHOR id="cairo-debug-reset-static-data" href="cairo/cairo-Error-Handling.html#cairo-debug-reset-static-data">
|
454
|
+
<ANCHOR id="cairo-Version-Information" href="cairo/cairo-Version-Information.html">
|
455
|
+
<ANCHOR id="CAIRO-VERSION:CAPS" href="cairo/cairo-Version-Information.html#CAIRO-VERSION:CAPS">
|
456
|
+
<ANCHOR id="CAIRO-VERSION-MAJOR:CAPS" href="cairo/cairo-Version-Information.html#CAIRO-VERSION-MAJOR:CAPS">
|
457
|
+
<ANCHOR id="CAIRO-VERSION-MINOR:CAPS" href="cairo/cairo-Version-Information.html#CAIRO-VERSION-MINOR:CAPS">
|
458
|
+
<ANCHOR id="CAIRO-VERSION-MICRO:CAPS" href="cairo/cairo-Version-Information.html#CAIRO-VERSION-MICRO:CAPS">
|
459
|
+
<ANCHOR id="CAIRO-VERSION-STRING:CAPS" href="cairo/cairo-Version-Information.html#CAIRO-VERSION-STRING:CAPS">
|
460
|
+
<ANCHOR id="CAIRO-VERSION-ENCODE:CAPS" href="cairo/cairo-Version-Information.html#CAIRO-VERSION-ENCODE:CAPS">
|
461
|
+
<ANCHOR id="cairo-version" href="cairo/cairo-Version-Information.html#cairo-version">
|
462
|
+
<ANCHOR id="cairo-version-string" href="cairo/cairo-Version-Information.html#cairo-version-string">
|
463
|
+
<ANCHOR id="cairo-Types" href="cairo/cairo-Types.html">
|
464
|
+
<ANCHOR id="cairo-bool-t" href="cairo/cairo-Types.html#cairo-bool-t">
|
465
|
+
<ANCHOR id="cairo-user-data-key-t" href="cairo/cairo-Types.html#cairo-user-data-key-t">
|
466
|
+
<ANCHOR id="cairo-destroy-func-t" href="cairo/cairo-Types.html#cairo-destroy-func-t">
|