~ubuntu-branches/ubuntu/intrepid/cairo/intrepid-updates

« back to all changes in this revision

Viewing changes to doc/public/xml/cairo-matrix.xml

  • Committer: Bazaar Package Importer
  • Author(s): Fabien Tassin
  • Date: 2008-09-25 16:22:33 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20080925162233-btx61ymk181i7mcc
Tags: 1.7.6-0ubuntu1
* New upstream version. Most noticable changes are:
  - some API changes with especially the removal of
    cairo_font_options_set_lcd_filter and cairo_font_options_get_lcd_filter
  - xlib: Faster bookkeeping
  - PS: Fix gradients with non-constant alpha
  - Fix deadlock in user-font code
* debian/patches/00list: Remove 03_from_git_fix_lcd_filter_default.dpatch,
  add debian/patches/03_fix_ftbfs_withing_xcb.dpatch
* debian/libcairo2.symbols, debian/libcairo-directfb2.symbols: update
  list of symbols

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
                "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
4
4
<!ENTITY version SYSTEM "version.xml">
5
5
]>
6
 
<refentry id="cairo-cairo-matrix-t">
 
6
<refentry id="cairo-matrix">
7
7
<refmeta>
8
 
<refentrytitle role="top_of_page" id="cairo-cairo-matrix-t.top_of_page">cairo_matrix_t</refentrytitle>
 
8
<refentrytitle role="top_of_page" id="cairo-matrix.top_of_page">cairo_matrix_t</refentrytitle>
9
9
<manvolnum>3</manvolnum>
10
10
<refmiscinfo>CAIRO Library</refmiscinfo>
11
11
</refmeta>
16
16
<!--[<xref linkend="desc" endterm="desc.title"/>]-->
17
17
</refnamediv>
18
18
 
19
 
<refsynopsisdiv id="cairo-cairo-matrix-t.synopsis" role="synopsis">
 
19
<refsynopsisdiv id="cairo-matrix.synopsis" role="synopsis">
20
20
<title role="synopsis.title">Synopsis</title>
21
21
 
22
22
<synopsis>
66
66
 
67
67
 
68
68
 
69
 
<refsect1 id="cairo-cairo-matrix-t.description" role="desc">
 
69
<refsect1 id="cairo-matrix.description" role="desc">
70
70
<title role="desc.title">Description</title>
71
71
  <para>
72
72
    <link linkend="cairo-matrix-t"><type>cairo_matrix_t</type></link> is used throughout cairo to convert between different
87
87
  </para>
88
88
</refsect1>
89
89
 
90
 
<refsect1 id="cairo-cairo-matrix-t.details" role="details">
 
90
<refsect1 id="cairo-matrix.details" role="details">
91
91
<title role="details.title">Details</title>
92
92
<refsect2 id="cairo-matrix-t" role="struct">
93
93
<title>cairo_matrix_t</title>
429
429
 
430
430
 
431
431
 
432
 
<refsect1 id="cairo-cairo-matrix-t.see-also">
 
432
<refsect1 id="cairo-matrix.see-also">
433
433
<title>See Also</title>
434
434
<para>
435
435
<itemizedlist>