pango 3.2.1-x86-mingw32 → 3.2.2-x86-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/Rakefile +19 -3
- data/lib/2.2/pango.so +0 -0
- data/lib/2.3/pango.so +0 -0
- data/lib/2.4/pango.so +0 -0
- data/lib/2.5/pango.so +0 -0
- data/lib/pango/markup.rb +1 -0
- data/vendor/local/bin/derb.exe +0 -0
- data/vendor/local/bin/fribidi.exe +0 -0
- data/vendor/local/bin/genbrk.exe +0 -0
- data/vendor/local/bin/genccode.exe +0 -0
- data/vendor/local/bin/gencfu.exe +0 -0
- data/vendor/local/bin/gencmn.exe +0 -0
- data/vendor/local/bin/gencnval.exe +0 -0
- data/vendor/local/bin/gendict.exe +0 -0
- data/vendor/local/bin/gennorm2.exe +0 -0
- data/vendor/local/bin/genrb.exe +0 -0
- data/vendor/local/bin/gensprep.exe +0 -0
- data/vendor/local/bin/hb-ot-shape-closure.exe +0 -0
- data/vendor/local/bin/hb-shape.exe +0 -0
- data/vendor/local/bin/hb-subset.exe +0 -0
- data/vendor/local/bin/hb-view.exe +0 -0
- data/vendor/local/bin/icu-config +1 -1
- data/vendor/local/bin/icuinfo.exe +0 -0
- data/vendor/local/bin/icupkg.exe +0 -0
- data/vendor/local/bin/libfribidi-0.dll +0 -0
- data/vendor/local/bin/libgraphene-1.0-0.dll +0 -0
- data/vendor/local/bin/libharfbuzz-0.dll +0 -0
- data/vendor/local/bin/libharfbuzz-subset-0.dll +0 -0
- data/vendor/local/bin/libpango-1.0-0.dll +0 -0
- data/vendor/local/bin/libpangocairo-1.0-0.dll +0 -0
- data/vendor/local/bin/libpangoft2-1.0-0.dll +0 -0
- data/vendor/local/bin/libpangowin32-1.0-0.dll +0 -0
- data/vendor/local/bin/makeconv.exe +0 -0
- data/vendor/local/bin/pango-view.exe +0 -0
- data/vendor/local/bin/pkgdata.exe +0 -0
- data/vendor/local/bin/uconv.exe +0 -0
- data/vendor/local/include/fribidi/fribidi-arabic.h +81 -0
- data/vendor/local/include/fribidi/fribidi-begindecls.h +3 -0
- data/vendor/local/include/fribidi/fribidi-bidi-types-list.h +96 -0
- data/vendor/local/include/fribidi/fribidi-bidi-types.h +405 -0
- data/vendor/local/include/fribidi/fribidi-bidi.h +142 -0
- data/vendor/local/include/fribidi/fribidi-brackets.h +89 -0
- data/vendor/local/include/fribidi/fribidi-char-sets-list.h +54 -0
- data/vendor/local/include/fribidi/fribidi-char-sets.h +106 -0
- data/vendor/local/include/fribidi/fribidi-common.h +146 -0
- data/vendor/local/include/fribidi/fribidi-config.h +23 -0
- data/vendor/local/include/fribidi/fribidi-deprecated.h +244 -0
- data/vendor/local/include/fribidi/fribidi-enddecls.h +3 -0
- data/vendor/local/include/fribidi/fribidi-flags.h +72 -0
- data/vendor/local/include/fribidi/fribidi-joining-types-list.h +44 -0
- data/vendor/local/include/fribidi/fribidi-joining-types.h +249 -0
- data/vendor/local/include/fribidi/fribidi-joining.h +74 -0
- data/vendor/local/include/fribidi/fribidi-mirroring.h +86 -0
- data/vendor/local/include/fribidi/fribidi-shape.h +71 -0
- data/vendor/local/include/fribidi/fribidi-types.h +83 -0
- data/vendor/local/include/fribidi/fribidi-unicode-version.h +10 -0
- data/vendor/local/include/fribidi/fribidi-unicode.h +105 -0
- data/vendor/local/include/fribidi/fribidi.h +63 -0
- data/vendor/local/include/graphene-1.0/graphene-macros.h +6 -0
- data/vendor/local/include/graphene-1.0/graphene-version-macros.h +18 -2
- data/vendor/local/include/graphene-1.0/graphene-version.h +2 -2
- data/vendor/local/include/harfbuzz/hb-blob.h +4 -1
- data/vendor/local/include/harfbuzz/hb-buffer.h +39 -8
- data/vendor/local/include/harfbuzz/hb-common.h +1 -1
- data/vendor/local/include/harfbuzz/hb-deprecated.h +4 -0
- data/vendor/local/include/harfbuzz/hb-face.h +0 -1
- data/vendor/local/include/harfbuzz/hb-font.h +1 -1
- data/vendor/local/include/harfbuzz/hb-ot-layout.h +17 -0
- data/vendor/local/include/harfbuzz/hb-set.h +15 -7
- data/vendor/local/include/harfbuzz/hb-subset-glyf.hh +40 -0
- data/vendor/local/include/harfbuzz/hb-subset-plan.hh +85 -0
- data/vendor/local/include/harfbuzz/hb-subset-private.hh +62 -0
- data/vendor/local/include/harfbuzz/hb-subset.h +83 -0
- data/vendor/local/include/harfbuzz/hb-version.h +3 -3
- data/vendor/local/include/pango-1.0/pango/pango-enum-types.h +1 -1
- data/vendor/local/include/pango-1.0/pango/pango-features.h +3 -3
- data/vendor/local/include/pango-1.0/pango/pango-font.h +14 -3
- data/vendor/local/include/pango-1.0/pango/pangofc-fontmap.h +13 -0
- data/vendor/local/lib/cmake/harfbuzz/harfbuzz-config.cmake +82 -0
- data/vendor/local/lib/girepository-1.0/Graphene-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/Pango-1.0.typelib +0 -0
- data/vendor/local/lib/graphene-1.0/include/graphene-config.h +13 -4
- data/vendor/local/lib/icu/58.2/Makefile.inc +1 -1
- data/vendor/local/lib/icu/58.2/pkgdata.inc +2 -2
- data/vendor/local/lib/icu/Makefile.inc +1 -1
- data/vendor/local/lib/icu/pkgdata.inc +2 -2
- data/vendor/local/lib/icudt.dll +0 -0
- data/vendor/local/lib/icudt58.dll +0 -0
- data/vendor/local/lib/icuin.dll +0 -0
- data/vendor/local/lib/icuin58.dll +0 -0
- data/vendor/local/lib/icuio.dll +0 -0
- data/vendor/local/lib/icuio58.dll +0 -0
- data/vendor/local/lib/icutest.dll +0 -0
- data/vendor/local/lib/icutest58.dll +0 -0
- data/vendor/local/lib/icutu.dll +0 -0
- data/vendor/local/lib/icutu58.dll +0 -0
- data/vendor/local/lib/icuuc.dll +0 -0
- data/vendor/local/lib/icuuc58.dll +0 -0
- data/vendor/local/lib/libfribidi.dll.a +0 -0
- data/vendor/local/lib/libfribidi.la +41 -0
- data/vendor/local/lib/libgraphene-1.0.dll.a +0 -0
- data/vendor/local/lib/libharfbuzz-icu.a +0 -0
- data/vendor/local/lib/libharfbuzz-icu.la +4 -4
- data/vendor/local/lib/libharfbuzz-subset.dll.a +0 -0
- data/vendor/local/lib/libharfbuzz-subset.la +41 -0
- data/vendor/local/lib/libharfbuzz.dll.a +0 -0
- data/vendor/local/lib/libharfbuzz.la +4 -4
- data/vendor/local/lib/libicudt.dll.a +0 -0
- data/vendor/local/lib/libicudt58.dll +0 -0
- data/vendor/local/lib/libicuin.dll.a +0 -0
- data/vendor/local/lib/libicuio.dll.a +0 -0
- data/vendor/local/lib/libicutest.dll.a +0 -0
- data/vendor/local/lib/libicutu.dll.a +0 -0
- data/vendor/local/lib/libicuuc.dll.a +0 -0
- data/vendor/local/lib/libpango-1.0.dll.a +0 -0
- data/vendor/local/lib/libpango-1.0.la +5 -5
- data/vendor/local/lib/libpangocairo-1.0.dll.a +0 -0
- data/vendor/local/lib/libpangocairo-1.0.la +5 -5
- data/vendor/local/lib/libpangoft2-1.0.dll.a +0 -0
- data/vendor/local/lib/libpangoft2-1.0.la +5 -5
- data/vendor/local/lib/libpangowin32-1.0.dll.a +0 -0
- data/vendor/local/lib/libpangowin32-1.0.la +5 -5
- data/vendor/local/lib/pkgconfig/fribidi.pc +12 -0
- data/vendor/local/lib/pkgconfig/graphene-1.0.pc +17 -11
- data/vendor/local/lib/pkgconfig/graphene-gobject-1.0.pc +17 -11
- data/vendor/local/lib/pkgconfig/harfbuzz-icu.pc +5 -5
- data/vendor/local/lib/pkgconfig/harfbuzz-subset.pc +12 -0
- data/vendor/local/lib/pkgconfig/harfbuzz.pc +5 -5
- data/vendor/local/lib/pkgconfig/icu-i18n.pc +1 -1
- data/vendor/local/lib/pkgconfig/icu-io.pc +1 -1
- data/vendor/local/lib/pkgconfig/icu-uc.pc +1 -1
- data/vendor/local/lib/pkgconfig/pango.pc +2 -2
- data/vendor/local/lib/pkgconfig/pangocairo.pc +2 -2
- data/vendor/local/lib/pkgconfig/pangoft2.pc +2 -2
- data/vendor/local/lib/pkgconfig/pangowin32.pc +2 -2
- data/vendor/local/libexec/installed-tests/graphene-1.0/box.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/euler.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/frustum.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/matrix.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/plane.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/point.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/point3d.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/quad.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/quaternion.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/ray.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/rect.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/simd.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/size.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/sphere.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/triangle.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/vec2.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/vec3.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/vec4.exe +0 -0
- data/vendor/local/share/gir-1.0/Graphene-1.0.gir +1 -1
- data/vendor/local/share/gir-1.0/Pango-1.0.gir +82 -4
- data/vendor/local/share/gtk-doc/html/harfbuzz/HarfBuzz.png +0 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/HarfBuzz.svg +277 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/a-clustering-example-for-levels-0-and-1.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/adding-text-to-the-buffer.html +4 -4
- data/vendor/local/share/gtk-doc/html/harfbuzz/annotation-glossary.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-10.html +3 -3
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-11.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-2.html +33 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-20.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-22.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-28.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-30.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-31.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-38.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-39.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-41.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-42.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-5.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-7.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-8.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-1-0-5.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-1-1-2.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-1-1-3.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-1-2-3.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-1-3-3.html +4 -4
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-1-4-2.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-1-4-3.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-1-5-0.html +4 -4
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-1-6-0.html +38 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-full.html +302 -18
- data/vendor/local/share/gtk-doc/html/harfbuzz/buffers-language-script-and-direction.html +6 -6
- data/vendor/local/share/gtk-doc/html/harfbuzz/building.html +6 -6
- data/vendor/local/share/gtk-doc/html/harfbuzz/ch08.html +4 -4
- data/vendor/local/share/gtk-doc/html/harfbuzz/clusters.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/customizing-unicode-functions.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/deprecated-api-index.html +8 -4
- data/vendor/local/share/gtk-doc/html/harfbuzz/fonts-and-faces.html +4 -4
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-Buffers.html +265 -205
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-Shaping.html +42 -35
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-blob.html +76 -31
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-common.html +25 -710
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-coretext.html +31 -7
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-deprecated.html +36 -5
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-face.html +79 -35
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-font.html +187 -112
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ft.html +31 -17
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-glib.html +11 -11
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-gobject.html +784 -4
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-graphite2.html +5 -5
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-icu.html +5 -5
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-font.html +4 -4
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-layout.html +48 -41
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-math.html +47 -32
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-shape.html +7 -7
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-tag.html +3 -3
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot.html +3 -3
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-set.html +153 -68
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-shape-plan.html +48 -41
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-unicode.html +58 -48
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-uniscribe.html +5 -5
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-version.html +10 -14
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb.html +4 -4
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz.devhelp2 +99 -164
- data/vendor/local/share/gtk-doc/html/harfbuzz/hello-harfbuzz.html +21 -21
- data/vendor/local/share/gtk-doc/html/harfbuzz/home.png +0 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/index.html +11 -10
- data/vendor/local/share/gtk-doc/html/harfbuzz/install-harfbuzz.html +6 -6
- data/vendor/local/share/gtk-doc/html/harfbuzz/left-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/left.png +0 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/level-2.html +4 -4
- data/vendor/local/share/gtk-doc/html/harfbuzz/object-tree.html +36 -3
- data/vendor/local/share/gtk-doc/html/harfbuzz/plans-and-caching.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/pt01.html +9 -9
- data/vendor/local/share/gtk-doc/html/harfbuzz/pt02.html +6 -5
- data/vendor/local/share/gtk-doc/html/harfbuzz/reordering-in-levels-0-and-1.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/right-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/right.png +0 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/setting-buffer-properties.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/shaping-and-shape-plans.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/style.css +4 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/the-distinction-between-levels-0-and-1.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/up-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/up.png +0 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/using-harfbuzzs-native-opentype-implementation.html +4 -4
- data/vendor/local/share/gtk-doc/html/harfbuzz/using-your-own-font-functions.html +3 -3
- data/vendor/local/share/gtk-doc/html/harfbuzz/what-about-the-other-scripts.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/what-is-harfbuzz.html +11 -11
- data/vendor/local/share/gtk-doc/html/harfbuzz/why-is-it-called-harfbuzz.html +10 -10
- data/vendor/local/share/gtk-doc/html/pango/PangoEngineLang.html +9 -9
- data/vendor/local/share/gtk-doc/html/pango/PangoEngineShape.html +6 -6
- data/vendor/local/share/gtk-doc/html/pango/PangoFcDecoder.html +4 -4
- data/vendor/local/share/gtk-doc/html/pango/PangoFcFont.html +18 -18
- data/vendor/local/share/gtk-doc/html/pango/PangoFcFontMap.html +28 -28
- data/vendor/local/share/gtk-doc/html/pango/PangoMarkupFormat.html +2 -2
- data/vendor/local/share/gtk-doc/html/pango/PangoRenderer.html +20 -20
- data/vendor/local/share/gtk-doc/html/pango/annotation-glossary.html +2 -2
- data/vendor/local/share/gtk-doc/html/pango/api-index-full.html +14 -2
- data/vendor/local/share/gtk-doc/html/pango/index.html +3 -3
- data/vendor/local/share/gtk-doc/html/pango/lowlevel.html +2 -2
- data/vendor/local/share/gtk-doc/html/pango/pango-Bidirectional-Text.html +14 -14
- data/vendor/local/share/gtk-doc/html/pango/pango-Cairo-Rendering.html +101 -101
- data/vendor/local/share/gtk-doc/html/pango/pango-CoreText-Fonts.html +3 -3
- data/vendor/local/share/gtk-doc/html/pango/pango-Coverage-Maps.html +11 -11
- data/vendor/local/share/gtk-doc/html/pango/pango-Engines.html +10 -10
- data/vendor/local/share/gtk-doc/html/pango/pango-Fonts.html +275 -133
- data/vendor/local/share/gtk-doc/html/pango/pango-FreeType-Fonts-and-Rendering.html +17 -17
- data/vendor/local/share/gtk-doc/html/pango/pango-Glyph-Storage.html +85 -85
- data/vendor/local/share/gtk-doc/html/pango/pango-Layout-Objects.html +168 -168
- data/vendor/local/share/gtk-doc/html/pango/pango-Miscellaneous-Utilities.html +86 -86
- data/vendor/local/share/gtk-doc/html/pango/pango-Modules.html +8 -8
- data/vendor/local/share/gtk-doc/html/pango/pango-OpenType-Font-Handling.html +92 -92
- data/vendor/local/share/gtk-doc/html/pango/pango-Scripts-and-Languages.html +46 -46
- data/vendor/local/share/gtk-doc/html/pango/pango-Tab-Stops.html +29 -29
- data/vendor/local/share/gtk-doc/html/pango/pango-Text-Attributes.html +164 -164
- data/vendor/local/share/gtk-doc/html/pango/pango-Text-Processing.html +85 -85
- data/vendor/local/share/gtk-doc/html/pango/pango-Version-Checking.html +6 -6
- data/vendor/local/share/gtk-doc/html/pango/pango-Vertical-Text.html +11 -11
- data/vendor/local/share/gtk-doc/html/pango/pango-Win32-Fonts-and-Rendering.html +20 -20
- data/vendor/local/share/gtk-doc/html/pango/pango-Xft-Fonts-and-Rendering.html +29 -29
- data/vendor/local/share/gtk-doc/html/pango/pango-hierarchy.html +7 -7
- data/vendor/local/share/gtk-doc/html/pango/pango.devhelp2 +4 -0
- data/vendor/local/share/gtk-doc/html/pango/pango.html +2 -2
- data/vendor/local/share/gtk-doc/html/pango/rendering.html +2 -2
- data/vendor/local/share/installed-tests/graphene-1.0/box.test +3 -0
- data/vendor/local/share/installed-tests/graphene-1.0/euler.test +3 -0
- data/vendor/local/share/installed-tests/graphene-1.0/frustum.test +3 -0
- data/vendor/local/share/installed-tests/graphene-1.0/matrix.test +3 -0
- data/vendor/local/share/installed-tests/graphene-1.0/plane.test +3 -0
- data/vendor/local/share/installed-tests/graphene-1.0/point.test +3 -0
- data/vendor/local/share/installed-tests/graphene-1.0/point3d.test +3 -0
- data/vendor/local/share/installed-tests/graphene-1.0/quad.test +3 -0
- data/vendor/local/share/installed-tests/graphene-1.0/quaternion.test +3 -0
- data/vendor/local/share/installed-tests/graphene-1.0/ray.test +3 -0
- data/vendor/local/share/installed-tests/graphene-1.0/rect.test +3 -0
- data/vendor/local/share/installed-tests/graphene-1.0/simd.test +3 -0
- data/vendor/local/share/installed-tests/graphene-1.0/size.test +3 -0
- data/vendor/local/share/installed-tests/graphene-1.0/sphere.test +3 -0
- data/vendor/local/share/installed-tests/graphene-1.0/triangle.test +3 -0
- data/vendor/local/share/installed-tests/graphene-1.0/vec2.test +3 -0
- data/vendor/local/share/installed-tests/graphene-1.0/vec3.test +3 -0
- data/vendor/local/share/installed-tests/graphene-1.0/vec4.test +3 -0
- data/vendor/local/share/license/fribidi/fribidi/AUTHORS +40 -0
- data/vendor/local/share/license/fribidi/fribidi/COPYING +504 -0
- data/vendor/local/share/man/man1/pango-view.1 +1 -113
- metadata +87 -52
- data/vendor/local/lib/libgraphene-1.0.la +0 -41
- data/vendor/local/share/gtk-doc/html/graphene/annotation-glossary.html +0 -57
- data/vendor/local/share/gtk-doc/html/graphene/api-index.html +0 -1985
- data/vendor/local/share/gtk-doc/html/graphene/ch01.html +0 -97
- data/vendor/local/share/gtk-doc/html/graphene/deprecated-api-index.html +0 -34
- data/vendor/local/share/gtk-doc/html/graphene/graphene-Box.html +0 -1252
- data/vendor/local/share/gtk-doc/html/graphene/graphene-Euler.html +0 -886
- data/vendor/local/share/gtk-doc/html/graphene/graphene-Frustum.html +0 -527
- data/vendor/local/share/gtk-doc/html/graphene/graphene-GObject-integration.html +0 -147
- data/vendor/local/share/gtk-doc/html/graphene/graphene-Matrix.html +0 -2959
- data/vendor/local/share/gtk-doc/html/graphene/graphene-Plane.html +0 -641
- data/vendor/local/share/gtk-doc/html/graphene/graphene-Point.html +0 -689
- data/vendor/local/share/gtk-doc/html/graphene/graphene-Point3D.html +0 -916
- data/vendor/local/share/gtk-doc/html/graphene/graphene-Quad.html +0 -418
- data/vendor/local/share/gtk-doc/html/graphene/graphene-Quaternion.html +0 -1056
- data/vendor/local/share/gtk-doc/html/graphene/graphene-Ray.html +0 -596
- data/vendor/local/share/gtk-doc/html/graphene/graphene-Rectangle.html +0 -1483
- data/vendor/local/share/gtk-doc/html/graphene/graphene-SIMD-matrix.html +0 -1475
- data/vendor/local/share/gtk-doc/html/graphene/graphene-SIMD-vector.html +0 -3046
- data/vendor/local/share/gtk-doc/html/graphene/graphene-Size.html +0 -489
- data/vendor/local/share/gtk-doc/html/graphene/graphene-Sphere.html +0 -641
- data/vendor/local/share/gtk-doc/html/graphene/graphene-Triangle.html +0 -705
- data/vendor/local/share/gtk-doc/html/graphene/graphene-Vectors.html +0 -3715
- data/vendor/local/share/gtk-doc/html/graphene/graphene-Versioning-information.html +0 -104
- data/vendor/local/share/gtk-doc/html/graphene/graphene.devhelp2 +0 -534
- data/vendor/local/share/gtk-doc/html/graphene/home.png +0 -0
- data/vendor/local/share/gtk-doc/html/graphene/index.html +0 -107
- data/vendor/local/share/gtk-doc/html/graphene/ix03.html +0 -1313
- data/vendor/local/share/gtk-doc/html/graphene/ix04.html +0 -582
- data/vendor/local/share/gtk-doc/html/graphene/ix05.html +0 -151
- data/vendor/local/share/gtk-doc/html/graphene/ix06.html +0 -34
- data/vendor/local/share/gtk-doc/html/graphene/left-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/graphene/left.png +0 -0
- data/vendor/local/share/gtk-doc/html/graphene/object-tree.html +0 -32
- data/vendor/local/share/gtk-doc/html/graphene/rectangle-intersection.png +0 -0
- data/vendor/local/share/gtk-doc/html/graphene/rectangle-union.png +0 -0
- data/vendor/local/share/gtk-doc/html/graphene/rectangle.png +0 -0
- data/vendor/local/share/gtk-doc/html/graphene/right-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/graphene/right.png +0 -0
- data/vendor/local/share/gtk-doc/html/graphene/style.css +0 -479
- data/vendor/local/share/gtk-doc/html/graphene/triangle-barycentric.png +0 -0
- data/vendor/local/share/gtk-doc/html/graphene/up-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/graphene/up.png +0 -0
@@ -1,489 +0,0 @@
|
|
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=UTF-8">
|
5
|
-
<title>Size: Graphene Reference Manual</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
|
7
|
-
<link rel="home" href="index.html" title="Graphene Reference Manual">
|
8
|
-
<link rel="up" href="ch01.html" title="Graphene">
|
9
|
-
<link rel="prev" href="graphene-Point3D.html" title="Point3D">
|
10
|
-
<link rel="next" href="graphene-Rectangle.html" title="Rectangle">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.25 (XML mode)">
|
12
|
-
<link rel="stylesheet" href="style.css" type="text/css">
|
13
|
-
</head>
|
14
|
-
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
15
|
-
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
|
16
|
-
<td width="100%" align="left" class="shortcuts">
|
17
|
-
<a href="#" class="shortcut">Top</a><span id="nav_description"> <span class="dim">|</span>
|
18
|
-
<a href="#graphene-Size.description" class="shortcut">Description</a></span>
|
19
|
-
</td>
|
20
|
-
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
|
21
|
-
<td><a accesskey="u" href="ch01.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
|
22
|
-
<td><a accesskey="p" href="graphene-Point3D.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
23
|
-
<td><a accesskey="n" href="graphene-Rectangle.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
|
24
|
-
</tr></table>
|
25
|
-
<div class="refentry">
|
26
|
-
<a name="graphene-Size"></a><div class="titlepage"></div>
|
27
|
-
<div class="refnamediv"><table width="100%"><tr>
|
28
|
-
<td valign="top">
|
29
|
-
<h2><span class="refentrytitle"><a name="graphene-Size.top_of_page"></a>Size</span></h2>
|
30
|
-
<p>Size — Size representation</p>
|
31
|
-
</td>
|
32
|
-
<td class="gallery_image" valign="top" align="right"></td>
|
33
|
-
</tr></table></div>
|
34
|
-
<div class="refsect1">
|
35
|
-
<a name="graphene-Size.functions"></a><h2>Functions</h2>
|
36
|
-
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
37
|
-
<colgroup>
|
38
|
-
<col width="150px" class="functions_return">
|
39
|
-
<col class="functions_name">
|
40
|
-
</colgroup>
|
41
|
-
<tbody>
|
42
|
-
<tr>
|
43
|
-
<td class="define_keyword">#define</td>
|
44
|
-
<td class="function_name">
|
45
|
-
<a class="link" href="graphene-Size.html#GRAPHENE-SIZE-INIT:CAPS" title="GRAPHENE_SIZE_INIT()">GRAPHENE_SIZE_INIT</a><span class="c_punctuation">()</span>
|
46
|
-
</td>
|
47
|
-
</tr>
|
48
|
-
<tr>
|
49
|
-
<td class="function_type">
|
50
|
-
<a class="link" href="graphene-Size.html#graphene-size-t" title="graphene_size_t"><span class="returnvalue">graphene_size_t</span></a> *
|
51
|
-
</td>
|
52
|
-
<td class="function_name">
|
53
|
-
<a class="link" href="graphene-Size.html#graphene-size-alloc" title="graphene_size_alloc ()">graphene_size_alloc</a> <span class="c_punctuation">()</span>
|
54
|
-
</td>
|
55
|
-
</tr>
|
56
|
-
<tr>
|
57
|
-
<td class="function_type">
|
58
|
-
<span class="returnvalue">void</span>
|
59
|
-
</td>
|
60
|
-
<td class="function_name">
|
61
|
-
<a class="link" href="graphene-Size.html#graphene-size-free" title="graphene_size_free ()">graphene_size_free</a> <span class="c_punctuation">()</span>
|
62
|
-
</td>
|
63
|
-
</tr>
|
64
|
-
<tr>
|
65
|
-
<td class="function_type">
|
66
|
-
<a class="link" href="graphene-Size.html#graphene-size-t" title="graphene_size_t"><span class="returnvalue">graphene_size_t</span></a> *
|
67
|
-
</td>
|
68
|
-
<td class="function_name">
|
69
|
-
<a class="link" href="graphene-Size.html#graphene-size-init" title="graphene_size_init ()">graphene_size_init</a> <span class="c_punctuation">()</span>
|
70
|
-
</td>
|
71
|
-
</tr>
|
72
|
-
<tr>
|
73
|
-
<td class="function_type">
|
74
|
-
<a class="link" href="graphene-Size.html#graphene-size-t" title="graphene_size_t"><span class="returnvalue">graphene_size_t</span></a> *
|
75
|
-
</td>
|
76
|
-
<td class="function_name">
|
77
|
-
<a class="link" href="graphene-Size.html#graphene-size-init-from-size" title="graphene_size_init_from_size ()">graphene_size_init_from_size</a> <span class="c_punctuation">()</span>
|
78
|
-
</td>
|
79
|
-
</tr>
|
80
|
-
<tr>
|
81
|
-
<td class="function_type">
|
82
|
-
<span class="returnvalue">bool</span>
|
83
|
-
</td>
|
84
|
-
<td class="function_name">
|
85
|
-
<a class="link" href="graphene-Size.html#graphene-size-equal" title="graphene_size_equal ()">graphene_size_equal</a> <span class="c_punctuation">()</span>
|
86
|
-
</td>
|
87
|
-
</tr>
|
88
|
-
<tr>
|
89
|
-
<td class="function_type">
|
90
|
-
<span class="returnvalue">void</span>
|
91
|
-
</td>
|
92
|
-
<td class="function_name">
|
93
|
-
<a class="link" href="graphene-Size.html#graphene-size-scale" title="graphene_size_scale ()">graphene_size_scale</a> <span class="c_punctuation">()</span>
|
94
|
-
</td>
|
95
|
-
</tr>
|
96
|
-
<tr>
|
97
|
-
<td class="function_type">
|
98
|
-
<span class="returnvalue">void</span>
|
99
|
-
</td>
|
100
|
-
<td class="function_name">
|
101
|
-
<a class="link" href="graphene-Size.html#graphene-size-interpolate" title="graphene_size_interpolate ()">graphene_size_interpolate</a> <span class="c_punctuation">()</span>
|
102
|
-
</td>
|
103
|
-
</tr>
|
104
|
-
<tr>
|
105
|
-
<td class="function_type">const <a class="link" href="graphene-Size.html#graphene-size-t" title="graphene_size_t"><span class="returnvalue">graphene_size_t</span></a> *
|
106
|
-
</td>
|
107
|
-
<td class="function_name">
|
108
|
-
<a class="link" href="graphene-Size.html#graphene-size-zero" title="graphene_size_zero ()">graphene_size_zero</a> <span class="c_punctuation">()</span>
|
109
|
-
</td>
|
110
|
-
</tr>
|
111
|
-
</tbody>
|
112
|
-
</table></div>
|
113
|
-
</div>
|
114
|
-
<div class="refsect1">
|
115
|
-
<a name="graphene-Size.other"></a><h2>Types and Values</h2>
|
116
|
-
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
117
|
-
<colgroup>
|
118
|
-
<col width="150px" class="name">
|
119
|
-
<col class="description">
|
120
|
-
</colgroup>
|
121
|
-
<tbody>
|
122
|
-
<tr>
|
123
|
-
<td class="define_keyword">#define</td>
|
124
|
-
<td class="function_name"><a class="link" href="graphene-Size.html#GRAPHENE-SIZE-INIT-ZERO:CAPS" title="GRAPHENE_SIZE_INIT_ZERO">GRAPHENE_SIZE_INIT_ZERO</a></td>
|
125
|
-
</tr>
|
126
|
-
<tr>
|
127
|
-
<td class="datatype_keyword"> </td>
|
128
|
-
<td class="function_name"><a class="link" href="graphene-Size.html#graphene-size-t" title="graphene_size_t">graphene_size_t</a></td>
|
129
|
-
</tr>
|
130
|
-
</tbody>
|
131
|
-
</table></div>
|
132
|
-
</div>
|
133
|
-
<div class="refsect1">
|
134
|
-
<a name="graphene-Size.includes"></a><h2>Includes</h2>
|
135
|
-
<pre class="synopsis">#include <graphene.h>
|
136
|
-
</pre>
|
137
|
-
</div>
|
138
|
-
<div class="refsect1">
|
139
|
-
<a name="graphene-Size.description"></a><h2>Description</h2>
|
140
|
-
<p><a class="link" href="graphene-Size.html#graphene-size-t" title="graphene_size_t"><span class="type">graphene_size_t</span></a> represents a size composed of a <em class="parameter"><code>graphene_size_t.width</code></em>
|
141
|
-
|
142
|
-
by a <em class="parameter"><code>graphene_size_t.height</code></em>
|
143
|
-
.</p>
|
144
|
-
</div>
|
145
|
-
<div class="refsect1">
|
146
|
-
<a name="graphene-Size.functions_details"></a><h2>Functions</h2>
|
147
|
-
<div class="refsect2">
|
148
|
-
<a name="GRAPHENE-SIZE-INIT:CAPS"></a><h3>GRAPHENE_SIZE_INIT()</h3>
|
149
|
-
<pre class="programlisting">#define GRAPHENE_SIZE_INIT(_w,_h) (graphene_size_t) { .width = (_w), .height = (_h) }
|
150
|
-
</pre>
|
151
|
-
<p>Initializes a <a class="link" href="graphene-Size.html#graphene-size-t" title="graphene_size_t"><span class="type">graphene_size_t</span></a> with the given sizes when
|
152
|
-
declaring it, e.g.:</p>
|
153
|
-
<div class="informalexample">
|
154
|
-
<table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
|
155
|
-
<tbody>
|
156
|
-
<tr>
|
157
|
-
<td class="listing_lines" align="right"><pre>1</pre></td>
|
158
|
-
<td class="listing_code"><pre class="programlisting"><span class="usertype">graphene_size_t</span><span class="normal"> size </span><span class="symbol">=</span><span class="normal"> </span><span class="function"><a href="graphene-Size.html#GRAPHENE-SIZE-INIT:CAPS">GRAPHENE_SIZE_INIT</a></span><span class="normal"> </span><span class="symbol">(</span><span class="number">100</span><span class="symbol">.</span><span class="normal">f</span><span class="symbol">,</span><span class="normal"> </span><span class="number">100</span><span class="symbol">.</span><span class="normal">f</span><span class="symbol">);</span></pre></td>
|
159
|
-
</tr>
|
160
|
-
</tbody>
|
161
|
-
</table>
|
162
|
-
</div>
|
163
|
-
|
164
|
-
<p></p>
|
165
|
-
<div class="refsect3">
|
166
|
-
<a name="GRAPHENE-SIZE-INIT.parameters"></a><h4>Parameters</h4>
|
167
|
-
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
168
|
-
<colgroup>
|
169
|
-
<col width="150px" class="parameters_name">
|
170
|
-
<col class="parameters_description">
|
171
|
-
<col width="200px" class="parameters_annotations">
|
172
|
-
</colgroup>
|
173
|
-
<tbody>
|
174
|
-
<tr>
|
175
|
-
<td class="parameter_name"><p>_w</p></td>
|
176
|
-
<td class="parameter_description"><p>the width</p></td>
|
177
|
-
<td class="parameter_annotations"> </td>
|
178
|
-
</tr>
|
179
|
-
<tr>
|
180
|
-
<td class="parameter_name"><p>_h</p></td>
|
181
|
-
<td class="parameter_description"><p>the height</p></td>
|
182
|
-
<td class="parameter_annotations"> </td>
|
183
|
-
</tr>
|
184
|
-
</tbody>
|
185
|
-
</table></div>
|
186
|
-
</div>
|
187
|
-
<p class="since">Since: <a class="link" href="ix03.html#api-index-1.0">1.0</a></p>
|
188
|
-
</div>
|
189
|
-
<hr>
|
190
|
-
<div class="refsect2">
|
191
|
-
<a name="graphene-size-alloc"></a><h3>graphene_size_alloc ()</h3>
|
192
|
-
<pre class="programlisting"><a class="link" href="graphene-Size.html#graphene-size-t" title="graphene_size_t"><span class="returnvalue">graphene_size_t</span></a> *
|
193
|
-
graphene_size_alloc (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
194
|
-
<p>Allocates a new <a class="link" href="graphene-Size.html#graphene-size-t" title="graphene_size_t"><span class="type">graphene_size_t</span></a>.</p>
|
195
|
-
<p>The contents of the returned value are undefined.</p>
|
196
|
-
<p><span class="annotation">[<acronym title="This symbol is a constructor, not a static method."><span class="acronym">constructor</span></acronym>]</span></p>
|
197
|
-
<div class="refsect3">
|
198
|
-
<a name="graphene-size-alloc.returns"></a><h4>Returns</h4>
|
199
|
-
<p> the newly allocated <a class="link" href="graphene-Size.html#graphene-size-t" title="graphene_size_t"><span class="type">graphene_size_t</span></a>. </p>
|
200
|
-
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
201
|
-
</div>
|
202
|
-
<p class="since">Since: <a class="link" href="ix03.html#api-index-1.0">1.0</a></p>
|
203
|
-
</div>
|
204
|
-
<hr>
|
205
|
-
<div class="refsect2">
|
206
|
-
<a name="graphene-size-free"></a><h3>graphene_size_free ()</h3>
|
207
|
-
<pre class="programlisting"><span class="returnvalue">void</span>
|
208
|
-
graphene_size_free (<em class="parameter"><code><a class="link" href="graphene-Size.html#graphene-size-t" title="graphene_size_t"><span class="type">graphene_size_t</span></a> *s</code></em>);</pre>
|
209
|
-
<p>Frees the resources allocated by <a class="link" href="graphene-Size.html#graphene-size-alloc" title="graphene_size_alloc ()"><code class="function">graphene_size_alloc()</code></a>.</p>
|
210
|
-
<div class="refsect3">
|
211
|
-
<a name="graphene-size-free.parameters"></a><h4>Parameters</h4>
|
212
|
-
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
213
|
-
<colgroup>
|
214
|
-
<col width="150px" class="parameters_name">
|
215
|
-
<col class="parameters_description">
|
216
|
-
<col width="200px" class="parameters_annotations">
|
217
|
-
</colgroup>
|
218
|
-
<tbody><tr>
|
219
|
-
<td class="parameter_name"><p>s</p></td>
|
220
|
-
<td class="parameter_description"><p>a <a class="link" href="graphene-Size.html#graphene-size-t" title="graphene_size_t"><span class="type">graphene_size_t</span></a></p></td>
|
221
|
-
<td class="parameter_annotations"> </td>
|
222
|
-
</tr></tbody>
|
223
|
-
</table></div>
|
224
|
-
</div>
|
225
|
-
<p class="since">Since: <a class="link" href="ix03.html#api-index-1.0">1.0</a></p>
|
226
|
-
</div>
|
227
|
-
<hr>
|
228
|
-
<div class="refsect2">
|
229
|
-
<a name="graphene-size-init"></a><h3>graphene_size_init ()</h3>
|
230
|
-
<pre class="programlisting"><a class="link" href="graphene-Size.html#graphene-size-t" title="graphene_size_t"><span class="returnvalue">graphene_size_t</span></a> *
|
231
|
-
graphene_size_init (<em class="parameter"><code><a class="link" href="graphene-Size.html#graphene-size-t" title="graphene_size_t"><span class="type">graphene_size_t</span></a> *s</code></em>,
|
232
|
-
<em class="parameter"><code><span class="type">float</span> width</code></em>,
|
233
|
-
<em class="parameter"><code><span class="type">float</span> height</code></em>);</pre>
|
234
|
-
<p>Initializes a <a class="link" href="graphene-Size.html#graphene-size-t" title="graphene_size_t"><span class="type">graphene_size_t</span></a> using the given <em class="parameter"><code>width</code></em>
|
235
|
-
and <em class="parameter"><code>height</code></em>
|
236
|
-
.</p>
|
237
|
-
<div class="refsect3">
|
238
|
-
<a name="graphene-size-init.parameters"></a><h4>Parameters</h4>
|
239
|
-
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
240
|
-
<colgroup>
|
241
|
-
<col width="150px" class="parameters_name">
|
242
|
-
<col class="parameters_description">
|
243
|
-
<col width="200px" class="parameters_annotations">
|
244
|
-
</colgroup>
|
245
|
-
<tbody>
|
246
|
-
<tr>
|
247
|
-
<td class="parameter_name"><p>s</p></td>
|
248
|
-
<td class="parameter_description"><p>a <a class="link" href="graphene-Size.html#graphene-size-t" title="graphene_size_t"><span class="type">graphene_size_t</span></a></p></td>
|
249
|
-
<td class="parameter_annotations"> </td>
|
250
|
-
</tr>
|
251
|
-
<tr>
|
252
|
-
<td class="parameter_name"><p>width</p></td>
|
253
|
-
<td class="parameter_description"><p>the width</p></td>
|
254
|
-
<td class="parameter_annotations"> </td>
|
255
|
-
</tr>
|
256
|
-
<tr>
|
257
|
-
<td class="parameter_name"><p>height</p></td>
|
258
|
-
<td class="parameter_description"><p>the height</p></td>
|
259
|
-
<td class="parameter_annotations"> </td>
|
260
|
-
</tr>
|
261
|
-
</tbody>
|
262
|
-
</table></div>
|
263
|
-
</div>
|
264
|
-
<div class="refsect3">
|
265
|
-
<a name="graphene-size-init.returns"></a><h4>Returns</h4>
|
266
|
-
<p> the initialized <a class="link" href="graphene-Size.html#graphene-size-t" title="graphene_size_t"><span class="type">graphene_size_t</span></a>. </p>
|
267
|
-
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
268
|
-
</div>
|
269
|
-
<p class="since">Since: <a class="link" href="ix03.html#api-index-1.0">1.0</a></p>
|
270
|
-
</div>
|
271
|
-
<hr>
|
272
|
-
<div class="refsect2">
|
273
|
-
<a name="graphene-size-init-from-size"></a><h3>graphene_size_init_from_size ()</h3>
|
274
|
-
<pre class="programlisting"><a class="link" href="graphene-Size.html#graphene-size-t" title="graphene_size_t"><span class="returnvalue">graphene_size_t</span></a> *
|
275
|
-
graphene_size_init_from_size (<em class="parameter"><code><a class="link" href="graphene-Size.html#graphene-size-t" title="graphene_size_t"><span class="type">graphene_size_t</span></a> *s</code></em>,
|
276
|
-
<em class="parameter"><code>const <a class="link" href="graphene-Size.html#graphene-size-t" title="graphene_size_t"><span class="type">graphene_size_t</span></a> *src</code></em>);</pre>
|
277
|
-
<p>Initializes a <a class="link" href="graphene-Size.html#graphene-size-t" title="graphene_size_t"><span class="type">graphene_size_t</span></a> using the width and height of
|
278
|
-
the given <em class="parameter"><code>src</code></em>
|
279
|
-
.</p>
|
280
|
-
<div class="refsect3">
|
281
|
-
<a name="graphene-size-init-from-size.parameters"></a><h4>Parameters</h4>
|
282
|
-
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
283
|
-
<colgroup>
|
284
|
-
<col width="150px" class="parameters_name">
|
285
|
-
<col class="parameters_description">
|
286
|
-
<col width="200px" class="parameters_annotations">
|
287
|
-
</colgroup>
|
288
|
-
<tbody>
|
289
|
-
<tr>
|
290
|
-
<td class="parameter_name"><p>s</p></td>
|
291
|
-
<td class="parameter_description"><p>a <a class="link" href="graphene-Size.html#graphene-size-t" title="graphene_size_t"><span class="type">graphene_size_t</span></a></p></td>
|
292
|
-
<td class="parameter_annotations"> </td>
|
293
|
-
</tr>
|
294
|
-
<tr>
|
295
|
-
<td class="parameter_name"><p>src</p></td>
|
296
|
-
<td class="parameter_description"><p>a <a class="link" href="graphene-Size.html#graphene-size-t" title="graphene_size_t"><span class="type">graphene_size_t</span></a></p></td>
|
297
|
-
<td class="parameter_annotations"> </td>
|
298
|
-
</tr>
|
299
|
-
</tbody>
|
300
|
-
</table></div>
|
301
|
-
</div>
|
302
|
-
<div class="refsect3">
|
303
|
-
<a name="graphene-size-init-from-size.returns"></a><h4>Returns</h4>
|
304
|
-
<p> the initialized <a class="link" href="graphene-Size.html#graphene-size-t" title="graphene_size_t"><span class="type">graphene_size_t</span></a>. </p>
|
305
|
-
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
306
|
-
</div>
|
307
|
-
<p class="since">Since: <a class="link" href="ix03.html#api-index-1.0">1.0</a></p>
|
308
|
-
</div>
|
309
|
-
<hr>
|
310
|
-
<div class="refsect2">
|
311
|
-
<a name="graphene-size-equal"></a><h3>graphene_size_equal ()</h3>
|
312
|
-
<pre class="programlisting"><span class="returnvalue">bool</span>
|
313
|
-
graphene_size_equal (<em class="parameter"><code>const <a class="link" href="graphene-Size.html#graphene-size-t" title="graphene_size_t"><span class="type">graphene_size_t</span></a> *a</code></em>,
|
314
|
-
<em class="parameter"><code>const <a class="link" href="graphene-Size.html#graphene-size-t" title="graphene_size_t"><span class="type">graphene_size_t</span></a> *b</code></em>);</pre>
|
315
|
-
<p>Checks whether the two give <a class="link" href="graphene-Size.html#graphene-size-t" title="graphene_size_t"><span class="type">graphene_size_t</span></a> are equal.</p>
|
316
|
-
<div class="refsect3">
|
317
|
-
<a name="graphene-size-equal.parameters"></a><h4>Parameters</h4>
|
318
|
-
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
319
|
-
<colgroup>
|
320
|
-
<col width="150px" class="parameters_name">
|
321
|
-
<col class="parameters_description">
|
322
|
-
<col width="200px" class="parameters_annotations">
|
323
|
-
</colgroup>
|
324
|
-
<tbody>
|
325
|
-
<tr>
|
326
|
-
<td class="parameter_name"><p>a</p></td>
|
327
|
-
<td class="parameter_description"><p>a <a class="link" href="graphene-Size.html#graphene-size-t" title="graphene_size_t"><span class="type">graphene_size_t</span></a></p></td>
|
328
|
-
<td class="parameter_annotations"> </td>
|
329
|
-
</tr>
|
330
|
-
<tr>
|
331
|
-
<td class="parameter_name"><p>b</p></td>
|
332
|
-
<td class="parameter_description"><p>a <a class="link" href="graphene-Size.html#graphene-size-t" title="graphene_size_t"><span class="type">graphene_size_t</span></a></p></td>
|
333
|
-
<td class="parameter_annotations"> </td>
|
334
|
-
</tr>
|
335
|
-
</tbody>
|
336
|
-
</table></div>
|
337
|
-
</div>
|
338
|
-
<div class="refsect3">
|
339
|
-
<a name="graphene-size-equal.returns"></a><h4>Returns</h4>
|
340
|
-
<p> <code class="literal">true</code> if the sizes are equal</p>
|
341
|
-
</div>
|
342
|
-
<p class="since">Since: <a class="link" href="ix03.html#api-index-1.0">1.0</a></p>
|
343
|
-
</div>
|
344
|
-
<hr>
|
345
|
-
<div class="refsect2">
|
346
|
-
<a name="graphene-size-scale"></a><h3>graphene_size_scale ()</h3>
|
347
|
-
<pre class="programlisting"><span class="returnvalue">void</span>
|
348
|
-
graphene_size_scale (<em class="parameter"><code>const <a class="link" href="graphene-Size.html#graphene-size-t" title="graphene_size_t"><span class="type">graphene_size_t</span></a> *s</code></em>,
|
349
|
-
<em class="parameter"><code><span class="type">float</span> factor</code></em>,
|
350
|
-
<em class="parameter"><code><a class="link" href="graphene-Size.html#graphene-size-t" title="graphene_size_t"><span class="type">graphene_size_t</span></a> *res</code></em>);</pre>
|
351
|
-
<p>Scales the components of a <a class="link" href="graphene-Size.html#graphene-size-t" title="graphene_size_t"><span class="type">graphene_size_t</span></a> using the given <em class="parameter"><code>factor</code></em>
|
352
|
-
.</p>
|
353
|
-
<div class="refsect3">
|
354
|
-
<a name="graphene-size-scale.parameters"></a><h4>Parameters</h4>
|
355
|
-
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
356
|
-
<colgroup>
|
357
|
-
<col width="150px" class="parameters_name">
|
358
|
-
<col class="parameters_description">
|
359
|
-
<col width="200px" class="parameters_annotations">
|
360
|
-
</colgroup>
|
361
|
-
<tbody>
|
362
|
-
<tr>
|
363
|
-
<td class="parameter_name"><p>s</p></td>
|
364
|
-
<td class="parameter_description"><p>a <a class="link" href="graphene-Size.html#graphene-size-t" title="graphene_size_t"><span class="type">graphene_size_t</span></a></p></td>
|
365
|
-
<td class="parameter_annotations"> </td>
|
366
|
-
</tr>
|
367
|
-
<tr>
|
368
|
-
<td class="parameter_name"><p>factor</p></td>
|
369
|
-
<td class="parameter_description"><p>the scaling factor</p></td>
|
370
|
-
<td class="parameter_annotations"> </td>
|
371
|
-
</tr>
|
372
|
-
<tr>
|
373
|
-
<td class="parameter_name"><p>res</p></td>
|
374
|
-
<td class="parameter_description"><p> return location for the scaled size. </p></td>
|
375
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="Out parameter, where caller must allocate storage."><span class="acronym">out caller-allocates</span></acronym>]</span></td>
|
376
|
-
</tr>
|
377
|
-
</tbody>
|
378
|
-
</table></div>
|
379
|
-
</div>
|
380
|
-
<p class="since">Since: <a class="link" href="ix03.html#api-index-1.0">1.0</a></p>
|
381
|
-
</div>
|
382
|
-
<hr>
|
383
|
-
<div class="refsect2">
|
384
|
-
<a name="graphene-size-interpolate"></a><h3>graphene_size_interpolate ()</h3>
|
385
|
-
<pre class="programlisting"><span class="returnvalue">void</span>
|
386
|
-
graphene_size_interpolate (<em class="parameter"><code>const <a class="link" href="graphene-Size.html#graphene-size-t" title="graphene_size_t"><span class="type">graphene_size_t</span></a> *a</code></em>,
|
387
|
-
<em class="parameter"><code>const <a class="link" href="graphene-Size.html#graphene-size-t" title="graphene_size_t"><span class="type">graphene_size_t</span></a> *b</code></em>,
|
388
|
-
<em class="parameter"><code><span class="type">double</span> factor</code></em>,
|
389
|
-
<em class="parameter"><code><a class="link" href="graphene-Size.html#graphene-size-t" title="graphene_size_t"><span class="type">graphene_size_t</span></a> *res</code></em>);</pre>
|
390
|
-
<p>Linearly interpolates the two given <a class="link" href="graphene-Size.html#graphene-size-t" title="graphene_size_t"><span class="type">graphene_size_t</span></a> using the given
|
391
|
-
interpolation <em class="parameter"><code>factor</code></em>
|
392
|
-
.</p>
|
393
|
-
<div class="refsect3">
|
394
|
-
<a name="graphene-size-interpolate.parameters"></a><h4>Parameters</h4>
|
395
|
-
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
396
|
-
<colgroup>
|
397
|
-
<col width="150px" class="parameters_name">
|
398
|
-
<col class="parameters_description">
|
399
|
-
<col width="200px" class="parameters_annotations">
|
400
|
-
</colgroup>
|
401
|
-
<tbody>
|
402
|
-
<tr>
|
403
|
-
<td class="parameter_name"><p>a</p></td>
|
404
|
-
<td class="parameter_description"><p>a <a class="link" href="graphene-Size.html#graphene-size-t" title="graphene_size_t"><span class="type">graphene_size_t</span></a></p></td>
|
405
|
-
<td class="parameter_annotations"> </td>
|
406
|
-
</tr>
|
407
|
-
<tr>
|
408
|
-
<td class="parameter_name"><p>b</p></td>
|
409
|
-
<td class="parameter_description"><p>a <a class="link" href="graphene-Size.html#graphene-size-t" title="graphene_size_t"><span class="type">graphene_size_t</span></a></p></td>
|
410
|
-
<td class="parameter_annotations"> </td>
|
411
|
-
</tr>
|
412
|
-
<tr>
|
413
|
-
<td class="parameter_name"><p>factor</p></td>
|
414
|
-
<td class="parameter_description"><p>the linear interpolation factor</p></td>
|
415
|
-
<td class="parameter_annotations"> </td>
|
416
|
-
</tr>
|
417
|
-
<tr>
|
418
|
-
<td class="parameter_name"><p>res</p></td>
|
419
|
-
<td class="parameter_description"><p> return location for the interpolated size. </p></td>
|
420
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="Out parameter, where caller must allocate storage."><span class="acronym">out caller-allocates</span></acronym>]</span></td>
|
421
|
-
</tr>
|
422
|
-
</tbody>
|
423
|
-
</table></div>
|
424
|
-
</div>
|
425
|
-
<p class="since">Since: <a class="link" href="ix03.html#api-index-1.0">1.0</a></p>
|
426
|
-
</div>
|
427
|
-
<hr>
|
428
|
-
<div class="refsect2">
|
429
|
-
<a name="graphene-size-zero"></a><h3>graphene_size_zero ()</h3>
|
430
|
-
<pre class="programlisting">const <a class="link" href="graphene-Size.html#graphene-size-t" title="graphene_size_t"><span class="returnvalue">graphene_size_t</span></a> *
|
431
|
-
graphene_size_zero (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
432
|
-
<p>A constant pointer to a zero <a class="link" href="graphene-Size.html#graphene-size-t" title="graphene_size_t"><span class="type">graphene_size_t</span></a>, useful for
|
433
|
-
equality checks and interpolations.</p>
|
434
|
-
<div class="refsect3">
|
435
|
-
<a name="graphene-size-zero.returns"></a><h4>Returns</h4>
|
436
|
-
<p> a constant size. </p>
|
437
|
-
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
438
|
-
</div>
|
439
|
-
<p class="since">Since: <a class="link" href="ix03.html#api-index-1.0">1.0</a></p>
|
440
|
-
</div>
|
441
|
-
</div>
|
442
|
-
<div class="refsect1">
|
443
|
-
<a name="graphene-Size.other_details"></a><h2>Types and Values</h2>
|
444
|
-
<div class="refsect2">
|
445
|
-
<a name="GRAPHENE-SIZE-INIT-ZERO:CAPS"></a><h3>GRAPHENE_SIZE_INIT_ZERO</h3>
|
446
|
-
<pre class="programlisting">#define GRAPHENE_SIZE_INIT_ZERO GRAPHENE_SIZE_INIT (0.f, 0.f)
|
447
|
-
</pre>
|
448
|
-
<p>Initializes a <a class="link" href="graphene-Size.html#graphene-size-t" title="graphene_size_t"><span class="type">graphene_size_t</span></a> to (0, 0) when declaring it.</p>
|
449
|
-
<p class="since">Since: <a class="link" href="ix03.html#api-index-1.0">1.0</a></p>
|
450
|
-
</div>
|
451
|
-
<hr>
|
452
|
-
<div class="refsect2">
|
453
|
-
<a name="graphene-size-t"></a><h3>graphene_size_t</h3>
|
454
|
-
<pre class="programlisting">typedef struct {
|
455
|
-
float width;
|
456
|
-
float height;
|
457
|
-
} graphene_size_t;
|
458
|
-
</pre>
|
459
|
-
<p>A size.</p>
|
460
|
-
<div class="refsect3">
|
461
|
-
<a name="graphene-size-t.members"></a><h4>Members</h4>
|
462
|
-
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
463
|
-
<colgroup>
|
464
|
-
<col width="300px" class="struct_members_name">
|
465
|
-
<col class="struct_members_description">
|
466
|
-
<col width="200px" class="struct_members_annotations">
|
467
|
-
</colgroup>
|
468
|
-
<tbody>
|
469
|
-
<tr>
|
470
|
-
<td class="struct_member_name"><p><span class="type">float</span> <em class="structfield"><code><a name="graphene-size-t.width"></a>width</code></em>;</p></td>
|
471
|
-
<td class="struct_member_description"><p>the width</p></td>
|
472
|
-
<td class="struct_member_annotations"> </td>
|
473
|
-
</tr>
|
474
|
-
<tr>
|
475
|
-
<td class="struct_member_name"><p><span class="type">float</span> <em class="structfield"><code><a name="graphene-size-t.height"></a>height</code></em>;</p></td>
|
476
|
-
<td class="struct_member_description"><p>the height</p></td>
|
477
|
-
<td class="struct_member_annotations"> </td>
|
478
|
-
</tr>
|
479
|
-
</tbody>
|
480
|
-
</table></div>
|
481
|
-
</div>
|
482
|
-
<p class="since">Since: <a class="link" href="ix03.html#api-index-1.0">1.0</a></p>
|
483
|
-
</div>
|
484
|
-
</div>
|
485
|
-
</div>
|
486
|
-
<div class="footer">
|
487
|
-
<hr>Generated by GTK-Doc V1.25</div>
|
488
|
-
</body>
|
489
|
-
</html>
|