mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Fix signatures
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344092 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
852f4696f1
commit
9d2822356d
60 changed files with 157 additions and 194 deletions
|
@ -13,15 +13,15 @@
|
|||
<para>&style.oop; (method):</para>
|
||||
<methodsynopsis>
|
||||
<modifier>public</modifier> <type>bool</type><methodname>CairoContext::inFill</methodname>
|
||||
<methodparam><type>string</type><parameter>x</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>y</parameter></methodparam>
|
||||
<methodparam><type>float</type><parameter>x</parameter></methodparam>
|
||||
<methodparam><type>float</type><parameter>y</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>&style.procedural;:</para>
|
||||
<methodsynopsis>
|
||||
<type>bool</type><methodname>cairo_in_fill</methodname>
|
||||
<methodparam><type>CairoContext</type><parameter>context</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>x</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>y</parameter></methodparam>
|
||||
<methodparam><type>float</type><parameter>x</parameter></methodparam>
|
||||
<methodparam><type>float</type><parameter>y</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Description here.
|
||||
|
|
|
@ -13,15 +13,15 @@
|
|||
<para>&style.oop; (method):</para>
|
||||
<methodsynopsis>
|
||||
<modifier>public</modifier> <type>bool</type><methodname>CairoContext::inStroke</methodname>
|
||||
<methodparam><type>string</type><parameter>x</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>y</parameter></methodparam>
|
||||
<methodparam><type>float</type><parameter>x</parameter></methodparam>
|
||||
<methodparam><type>float</type><parameter>y</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>&style.procedural;:</para>
|
||||
<methodsynopsis>
|
||||
<type>bool</type><methodname>cairo_in_stroke</methodname>
|
||||
<methodparam><type>CairoContext</type><parameter>context</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>x</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>y</parameter></methodparam>
|
||||
<methodparam><type>float</type><parameter>x</parameter></methodparam>
|
||||
<methodparam><type>float</type><parameter>y</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Description here.
|
||||
|
|
|
@ -13,15 +13,15 @@
|
|||
<para>&style.oop; (method):</para>
|
||||
<methodsynopsis>
|
||||
<modifier>public</modifier> <type>void</type><methodname>CairoContext::lineTo</methodname>
|
||||
<methodparam><type>string</type><parameter>x</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>y</parameter></methodparam>
|
||||
<methodparam><type>float</type><parameter>x</parameter></methodparam>
|
||||
<methodparam><type>float</type><parameter>y</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>&style.procedural;:</para>
|
||||
<methodsynopsis>
|
||||
<type>void</type><methodname>cairo_line_to</methodname>
|
||||
<methodparam><type>CairoContext</type><parameter>context</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>x</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>y</parameter></methodparam>
|
||||
<methodparam><type>float</type><parameter>x</parameter></methodparam>
|
||||
<methodparam><type>float</type><parameter>y</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Description here.
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
<para>&style.oop; (method):</para>
|
||||
<methodsynopsis>
|
||||
<modifier>public</modifier> <type>void</type><methodname>CairoContext::mask</methodname>
|
||||
<methodparam><type>string</type><parameter>pattern</parameter></methodparam>
|
||||
<methodparam><type>CairoPattern</type><parameter>pattern</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>&style.procedural;:</para>
|
||||
<methodsynopsis>
|
||||
|
|
|
@ -13,17 +13,17 @@
|
|||
<para>&style.oop; (method):</para>
|
||||
<methodsynopsis>
|
||||
<modifier>public</modifier> <type>void</type><methodname>CairoContext::maskSurface</methodname>
|
||||
<methodparam><type>string</type><parameter>surface</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>string</type><parameter>x</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>string</type><parameter>y</parameter></methodparam>
|
||||
<methodparam><type>CairoSurface</type><parameter>surface</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>float</type><parameter>x</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>float</type><parameter>y</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>&style.procedural;:</para>
|
||||
<methodsynopsis>
|
||||
<type>void</type><methodname>cairo_mask_surface</methodname>
|
||||
<methodparam><type>CairoContext</type><parameter>context</parameter></methodparam>
|
||||
<methodparam><type>CairoSurface</type><parameter>surface</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>string</type><parameter>x</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>string</type><parameter>y</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>float</type><parameter>x</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>float</type><parameter>y</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Description here.
|
||||
|
|
|
@ -13,15 +13,15 @@
|
|||
<para>&style.oop; (method):</para>
|
||||
<methodsynopsis>
|
||||
<modifier>public</modifier> <type>void</type><methodname>CairoContext::moveTo</methodname>
|
||||
<methodparam><type>string</type><parameter>x</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>y</parameter></methodparam>
|
||||
<methodparam><type>float</type><parameter>x</parameter></methodparam>
|
||||
<methodparam><type>float</type><parameter>y</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>&style.procedural;:</para>
|
||||
<methodsynopsis>
|
||||
<type>void</type><methodname>cairo_move_to</methodname>
|
||||
<methodparam><type>CairoContext</type><parameter>context</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>x</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>y</parameter></methodparam>
|
||||
<methodparam><type>float</type><parameter>x</parameter></methodparam>
|
||||
<methodparam><type>float</type><parameter>y</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Begin a new sub-path. After this call the current point will be (x, y).
|
||||
|
|
|
@ -13,13 +13,13 @@
|
|||
<para>&style.oop; (method):</para>
|
||||
<methodsynopsis>
|
||||
<modifier>public</modifier> <type>void</type><methodname>CairoContext::paintWithAlpha</methodname>
|
||||
<methodparam><type>string</type><parameter>alpha</parameter></methodparam>
|
||||
<methodparam><type>float</type><parameter>alpha</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>&style.procedural;:</para>
|
||||
<methodsynopsis>
|
||||
<type>void</type><methodname>cairo_paint_with_alpha</methodname>
|
||||
<methodparam><type>CairoContext</type><parameter>context</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>alpha</parameter></methodparam>
|
||||
<methodparam><type>float</type><parameter>alpha</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Description here.
|
||||
|
|
|
@ -13,13 +13,13 @@
|
|||
<para>&style.oop; (method):</para>
|
||||
<methodsynopsis>
|
||||
<modifier>public</modifier> <type>void</type><methodname>CairoContext::pushGroupWithContent</methodname>
|
||||
<methodparam><type>string</type><parameter>content</parameter></methodparam>
|
||||
<methodparam><type>int</type><parameter>content</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>&style.procedural;:</para>
|
||||
<methodsynopsis>
|
||||
<type>void</type><methodname>cairo_push_group_with_content</methodname>
|
||||
<methodparam><type>CairoContext</type><parameter>context</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>content</parameter></methodparam>
|
||||
<methodparam><type>int</type><parameter>content</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Description here.
|
||||
|
|
|
@ -13,19 +13,19 @@
|
|||
<para>&style.oop; (method):</para>
|
||||
<methodsynopsis>
|
||||
<modifier>public</modifier> <type>void</type><methodname>CairoContext::rectangle</methodname>
|
||||
<methodparam><type>string</type><parameter>x</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>y</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>width</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>height</parameter></methodparam>
|
||||
<methodparam><type>float</type><parameter>x</parameter></methodparam>
|
||||
<methodparam><type>float</type><parameter>y</parameter></methodparam>
|
||||
<methodparam><type>float</type><parameter>width</parameter></methodparam>
|
||||
<methodparam><type>float</type><parameter>height</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>&style.procedural;:</para>
|
||||
<methodsynopsis>
|
||||
<type>void</type><methodname>cairo_rectangle</methodname>
|
||||
<methodparam><type>CairoContext</type><parameter>context</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>x</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>y</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>width</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>height</parameter></methodparam>
|
||||
<methodparam><type>float</type><parameter>x</parameter></methodparam>
|
||||
<methodparam><type>float</type><parameter>y</parameter></methodparam>
|
||||
<methodparam><type>float</type><parameter>width</parameter></methodparam>
|
||||
<methodparam><type>float</type><parameter>height</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Description here.
|
||||
|
|
|
@ -13,23 +13,23 @@
|
|||
<para>&style.oop; (method):</para>
|
||||
<methodsynopsis>
|
||||
<modifier>public</modifier> <type>void</type><methodname>CairoContext::relCurveTo</methodname>
|
||||
<methodparam><type>string</type><parameter>x1</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>y1</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>x2</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>y2</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>x3</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>y3</parameter></methodparam>
|
||||
<methodparam><type>float</type><parameter>x1</parameter></methodparam>
|
||||
<methodparam><type>float</type><parameter>y1</parameter></methodparam>
|
||||
<methodparam><type>float</type><parameter>x2</parameter></methodparam>
|
||||
<methodparam><type>float</type><parameter>y2</parameter></methodparam>
|
||||
<methodparam><type>float</type><parameter>x3</parameter></methodparam>
|
||||
<methodparam><type>float</type><parameter>y3</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>&style.procedural;:</para>
|
||||
<methodsynopsis>
|
||||
<type>void</type><methodname>cairo_rel_curve_to</methodname>
|
||||
<methodparam><type>CairoContext</type><parameter>context</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>x1</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>y1</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>x2</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>y2</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>x3</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>y3</parameter></methodparam>
|
||||
<methodparam><type>float</type><parameter>x1</parameter></methodparam>
|
||||
<methodparam><type>float</type><parameter>y1</parameter></methodparam>
|
||||
<methodparam><type>float</type><parameter>x2</parameter></methodparam>
|
||||
<methodparam><type>float</type><parameter>y2</parameter></methodparam>
|
||||
<methodparam><type>float</type><parameter>x3</parameter></methodparam>
|
||||
<methodparam><type>float</type><parameter>y3</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Description here.
|
||||
|
|
|
@ -13,15 +13,15 @@
|
|||
<para>&style.oop; (method):</para>
|
||||
<methodsynopsis>
|
||||
<modifier>public</modifier> <type>void</type><methodname>CairoContext::relLineTo</methodname>
|
||||
<methodparam><type>string</type><parameter>x</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>y</parameter></methodparam>
|
||||
<methodparam><type>float</type><parameter>x</parameter></methodparam>
|
||||
<methodparam><type>float</type><parameter>y</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>&style.procedural;:</para>
|
||||
<methodsynopsis>
|
||||
<type>void</type><methodname>cairo_rel_line_to</methodname>
|
||||
<methodparam><type>CairoContext</type><parameter>context</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>x</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>y</parameter></methodparam>
|
||||
<methodparam><type>float</type><parameter>x</parameter></methodparam>
|
||||
<methodparam><type>float</type><parameter>y</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Description here.
|
||||
|
|
|
@ -13,15 +13,15 @@
|
|||
<para>&style.oop; (method):</para>
|
||||
<methodsynopsis>
|
||||
<modifier>public</modifier> <type>void</type><methodname>CairoContext::relMoveTo</methodname>
|
||||
<methodparam><type>string</type><parameter>x</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>y</parameter></methodparam>
|
||||
<methodparam><type>float</type><parameter>x</parameter></methodparam>
|
||||
<methodparam><type>float</type><parameter>y</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>&style.procedural;:</para>
|
||||
<methodsynopsis>
|
||||
<type>void</type><methodname>cairo_rel_move_to</methodname>
|
||||
<methodparam><type>CairoContext</type><parameter>context</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>x</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>y</parameter></methodparam>
|
||||
<methodparam><type>float</type><parameter>x</parameter></methodparam>
|
||||
<methodparam><type>float</type><parameter>y</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Description here.
|
||||
|
|
|
@ -13,13 +13,13 @@
|
|||
<para>&style.oop; (method):</para>
|
||||
<methodsynopsis>
|
||||
<modifier>public</modifier> <type>void</type><methodname>CairoContext::rotate</methodname>
|
||||
<methodparam><type>string</type><parameter>angle</parameter></methodparam>
|
||||
<methodparam><type>float</type><parameter>angle</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>&style.procedural;:</para>
|
||||
<methodsynopsis>
|
||||
<type>void</type><methodname>cairo_rotate</methodname>
|
||||
<methodparam><type>CairoContext</type><parameter>context</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>angle</parameter></methodparam>
|
||||
<methodparam><type>float</type><parameter>angle</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Description here.
|
||||
|
|
|
@ -13,15 +13,15 @@
|
|||
<para>&style.oop; (method):</para>
|
||||
<methodsynopsis>
|
||||
<modifier>public</modifier> <type>void</type><methodname>CairoContext::scale</methodname>
|
||||
<methodparam><type>string</type><parameter>x</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>y</parameter></methodparam>
|
||||
<methodparam><type>float</type><parameter>x</parameter></methodparam>
|
||||
<methodparam><type>float</type><parameter>y</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>&style.procedural;:</para>
|
||||
<methodsynopsis>
|
||||
<type>void</type><methodname>cairo_scale</methodname>
|
||||
<methodparam><type>CairoContext</type><parameter>context</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>x</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>y</parameter></methodparam>
|
||||
<methodparam><type>float</type><parameter>x</parameter></methodparam>
|
||||
<methodparam><type>float</type><parameter>y</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Description here.
|
||||
|
|
|
@ -14,16 +14,16 @@
|
|||
<methodsynopsis>
|
||||
<modifier>public</modifier> <type>void</type><methodname>CairoContext::selectFontFace</methodname>
|
||||
<methodparam><type>string</type><parameter>family</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>string</type><parameter>slant</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>string</type><parameter>weight</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>slant</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>weight</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>&style.procedural;:</para>
|
||||
<methodsynopsis>
|
||||
<type>void</type><methodname>cairo_select_font_face</methodname>
|
||||
<methodparam><type>CairoContext</type><parameter>context</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>family</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>string</type><parameter>slant</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>string</type><parameter>weight</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>slant</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>weight</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Description here.
|
||||
|
|
|
@ -13,13 +13,13 @@
|
|||
<para>&style.oop; (method):</para>
|
||||
<methodsynopsis>
|
||||
<modifier>public</modifier> <type>void</type><methodname>CairoContext::setAntialias</methodname>
|
||||
<methodparam choice="opt"><type>string</type><parameter>antialias</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>antialias</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>&style.procedural;:</para>
|
||||
<methodsynopsis>
|
||||
<type>void</type><methodname>cairo_set_antialias</methodname>
|
||||
<methodparam><type>CairoContext</type><parameter>context</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>string</type><parameter>antialias</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>antialias</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Description here.
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
<para>&style.oop; (method):</para>
|
||||
<methodsynopsis>
|
||||
<modifier>public</modifier> <type>void</type><methodname>CairoContext::setDash</methodname>
|
||||
<methodparam><type>string</type><parameter>dashes</parameter></methodparam>
|
||||
<methodparam><type>array</type><parameter>dashes</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>float</type><parameter>offset</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>&style.procedural;:</para>
|
||||
|
|
|
@ -13,13 +13,13 @@
|
|||
<para>&style.oop; (method):</para>
|
||||
<methodsynopsis>
|
||||
<modifier>public</modifier> <type>void</type><methodname>CairoContext::setFillRule</methodname>
|
||||
<methodparam><type>string</type><parameter>setting</parameter></methodparam>
|
||||
<methodparam><type>int</type><parameter>setting</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>&style.procedural;:</para>
|
||||
<methodsynopsis>
|
||||
<type>void</type><methodname>cairo_set_fill_rule</methodname>
|
||||
<methodparam><type>CairoContext</type><parameter>context</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>setting</parameter></methodparam>
|
||||
<methodparam><type>int</type><parameter>setting</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Description here.
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
<para>&style.oop; (method):</para>
|
||||
<methodsynopsis>
|
||||
<modifier>public</modifier> <type>void</type><methodname>CairoContext::setFontMatrix</methodname>
|
||||
<methodparam><type>string</type><parameter>matrix</parameter></methodparam>
|
||||
<methodparam><type>CairoMatrix</type><parameter>matrix</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>&style.procedural;:</para>
|
||||
<methodsynopsis>
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
<para>&style.oop; (method):</para>
|
||||
<methodsynopsis>
|
||||
<modifier>public</modifier> <type>void</type><methodname>CairoContext::setFontOptions</methodname>
|
||||
<methodparam><type>string</type><parameter>fontoptions</parameter></methodparam>
|
||||
<methodparam><type>CairoFontOptions</type><parameter>fontoptions</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>&style.procedural;:</para>
|
||||
<methodsynopsis>
|
||||
|
|
|
@ -13,13 +13,13 @@
|
|||
<para>&style.oop; (method):</para>
|
||||
<methodsynopsis>
|
||||
<modifier>public</modifier> <type>void</type><methodname>CairoContext::setFontSize</methodname>
|
||||
<methodparam><type>string</type><parameter>size</parameter></methodparam>
|
||||
<methodparam><type>float</type><parameter>size</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>&style.procedural;:</para>
|
||||
<methodsynopsis>
|
||||
<type>void</type><methodname>cairo_set_font_size</methodname>
|
||||
<methodparam><type>CairoContext</type><parameter>context</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>size</parameter></methodparam>
|
||||
<methodparam><type>float</type><parameter>size</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Description here.
|
||||
|
|
|
@ -13,13 +13,13 @@
|
|||
<para>&style.oop; (method):</para>
|
||||
<methodsynopsis>
|
||||
<modifier>public</modifier> <type>void</type><methodname>CairoContext::setLineCap</methodname>
|
||||
<methodparam><type>string</type><parameter>setting</parameter></methodparam>
|
||||
<methodparam><type>int</type><parameter>setting</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>&style.procedural;:</para>
|
||||
<methodsynopsis>
|
||||
<type>void</type><methodname>cairo_set_line_cap</methodname>
|
||||
<methodparam><type>CairoContext</type><parameter>context</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>setting</parameter></methodparam>
|
||||
<methodparam><type>int</type><parameter>setting</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Description here.
|
||||
|
|
|
@ -13,13 +13,13 @@
|
|||
<para>&style.oop; (method):</para>
|
||||
<methodsynopsis>
|
||||
<modifier>public</modifier> <type>void</type><methodname>CairoContext::setLineJoin</methodname>
|
||||
<methodparam><type>string</type><parameter>setting</parameter></methodparam>
|
||||
<methodparam><type>int</type><parameter>setting</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>&style.procedural;:</para>
|
||||
<methodsynopsis>
|
||||
<type>void</type><methodname>cairo_set_line_join</methodname>
|
||||
<methodparam><type>CairoContext</type><parameter>context</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>setting</parameter></methodparam>
|
||||
<methodparam><type>int</type><parameter>setting</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Description here.
|
||||
|
|
|
@ -13,13 +13,13 @@
|
|||
<para>&style.oop; (method):</para>
|
||||
<methodsynopsis>
|
||||
<modifier>public</modifier> <type>void</type><methodname>CairoContext::setLineWidth</methodname>
|
||||
<methodparam><type>string</type><parameter>width</parameter></methodparam>
|
||||
<methodparam><type>float</type><parameter>width</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>&style.procedural;:</para>
|
||||
<methodsynopsis>
|
||||
<type>void</type><methodname>cairo_set_line_width</methodname>
|
||||
<methodparam><type>CairoContext</type><parameter>context</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>width</parameter></methodparam>
|
||||
<methodparam><type>float</type><parameter>width</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Description here.
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
<para>&style.oop; (method):</para>
|
||||
<methodsynopsis>
|
||||
<modifier>public</modifier> <type>void</type><methodname>CairoContext::setMatrix</methodname>
|
||||
<methodparam><type>string</type><parameter>matrix</parameter></methodparam>
|
||||
<methodparam><type>CairoMatrix</type><parameter>matrix</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>&style.procedural;:</para>
|
||||
<methodsynopsis>
|
||||
|
|
|
@ -13,13 +13,13 @@
|
|||
<para>&style.oop; (method):</para>
|
||||
<methodsynopsis>
|
||||
<modifier>public</modifier> <type>void</type><methodname>CairoContext::setMiterLimit</methodname>
|
||||
<methodparam><type>string</type><parameter>limit</parameter></methodparam>
|
||||
<methodparam><type>float</type><parameter>limit</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>&style.procedural;:</para>
|
||||
<methodsynopsis>
|
||||
<type>void</type><methodname>cairo_set_miter_limit</methodname>
|
||||
<methodparam><type>CairoContext</type><parameter>context</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>limit</parameter></methodparam>
|
||||
<methodparam><type>float</type><parameter>limit</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Description here.
|
||||
|
|
|
@ -13,13 +13,13 @@
|
|||
<para>&style.oop; (method):</para>
|
||||
<methodsynopsis>
|
||||
<modifier>public</modifier> <type>void</type><methodname>CairoContext::setOperator</methodname>
|
||||
<methodparam><type>string</type><parameter>setting</parameter></methodparam>
|
||||
<methodparam><type>int</type><parameter>setting</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>&style.procedural;:</para>
|
||||
<methodsynopsis>
|
||||
<type>void</type><methodname>cairo_set_operator</methodname>
|
||||
<methodparam><type>CairoContext</type><parameter>context</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>setting</parameter></methodparam>
|
||||
<methodparam><type>int</type><parameter>setting</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Description here.
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
<para>&style.oop; (method):</para>
|
||||
<methodsynopsis>
|
||||
<modifier>public</modifier> <type>void</type><methodname>CairoContext::setScaledFont</methodname>
|
||||
<methodparam><type>string</type><parameter>scaledfont</parameter></methodparam>
|
||||
<methodparam><type>CairoScaledFont</type><parameter>scaledfont</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>&style.procedural;:</para>
|
||||
<methodsynopsis>
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
<para>&style.oop; (method):</para>
|
||||
<methodsynopsis>
|
||||
<modifier>public</modifier> <type>void</type><methodname>CairoContext::setSource</methodname>
|
||||
<methodparam><type>string</type><parameter>pattern</parameter></methodparam>
|
||||
<methodparam><type>CairoPattern</type><parameter>pattern</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>&style.procedural;:</para>
|
||||
<methodsynopsis>
|
||||
|
|
|
@ -13,15 +13,17 @@
|
|||
<para>&style.oop; (method):</para>
|
||||
<methodsynopsis>
|
||||
<modifier>public</modifier> <type>void</type><methodname>CairoContext::setSourceRGB</methodname>
|
||||
<methodparam><type>string</type><parameter>red</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>green</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>blue</parameter></methodparam>
|
||||
<methodparam><type>float</type><parameter>red</parameter></methodparam>
|
||||
<methodparam><type>float</type><parameter>green</parameter></methodparam>
|
||||
<methodparam><type>float</type><parameter>blue</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>&style.procedural;:</para>
|
||||
<methodsynopsis>
|
||||
<type>void</type><methodname>cairo_set_source</methodname>
|
||||
<methodparam><type>CairoContext</type><parameter>context</parameter></methodparam>
|
||||
<methodparam><type>CairoPattern</type><parameter>pattern</parameter></methodparam>
|
||||
<methodparam><type>float</type><parameter>red</parameter></methodparam>
|
||||
<methodparam><type>float</type><parameter>green</parameter></methodparam>
|
||||
<methodparam><type>float</type><parameter>blue</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Description here.
|
||||
|
@ -43,14 +45,6 @@
|
|||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><parameter>pattern</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Description...
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><parameter>red</parameter></term>
|
||||
<listitem>
|
||||
|
|
|
@ -13,16 +13,19 @@
|
|||
<para>&style.oop; (method):</para>
|
||||
<methodsynopsis>
|
||||
<modifier>public</modifier> <type>void</type><methodname>CairoContext::setSourceRGBA</methodname>
|
||||
<methodparam><type>string</type><parameter>red</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>green</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>blue</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>alpha</parameter></methodparam>
|
||||
<methodparam><type>float</type><parameter>red</parameter></methodparam>
|
||||
<methodparam><type>float</type><parameter>green</parameter></methodparam>
|
||||
<methodparam><type>float</type><parameter>blue</parameter></methodparam>
|
||||
<methodparam><type>float</type><parameter>alpha</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>&style.procedural;:</para>
|
||||
<methodsynopsis>
|
||||
<type>void</type><methodname>cairo_set_source</methodname>
|
||||
<methodparam><type>CairoContext</type><parameter>context</parameter></methodparam>
|
||||
<methodparam><type>CairoPattern</type><parameter>pattern</parameter></methodparam>
|
||||
<methodparam><type>float</type><parameter>red</parameter></methodparam>
|
||||
<methodparam><type>float</type><parameter>green</parameter></methodparam>
|
||||
<methodparam><type>float</type><parameter>blue</parameter></methodparam>
|
||||
<methodparam><type>float</type><parameter>alpha</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Description here.
|
||||
|
@ -44,14 +47,6 @@
|
|||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><parameter>pattern</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Description...
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><parameter>red</parameter></term>
|
||||
<listitem>
|
||||
|
|
|
@ -13,17 +13,17 @@
|
|||
<para>&style.oop; (method):</para>
|
||||
<methodsynopsis>
|
||||
<modifier>public</modifier> <type>void</type><methodname>CairoContext::setSourceSurface</methodname>
|
||||
<methodparam><type>string</type><parameter>surface</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>string</type><parameter>x</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>string</type><parameter>y</parameter></methodparam>
|
||||
<methodparam><type>CairoSurface</type><parameter>surface</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>float</type><parameter>x</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>float</type><parameter>y</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>&style.procedural;:</para>
|
||||
<methodsynopsis>
|
||||
<type>void</type><methodname>cairo_set_source_surface</methodname>
|
||||
<methodparam><type>CairoContext</type><parameter>context</parameter></methodparam>
|
||||
<methodparam><type>CairoSurface</type><parameter>surface</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>string</type><parameter>x</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>string</type><parameter>y</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>float</type><parameter>x</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>float</type><parameter>y</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Description here.
|
||||
|
|
|
@ -13,13 +13,13 @@
|
|||
<para>&style.oop; (method):</para>
|
||||
<methodsynopsis>
|
||||
<modifier>public</modifier> <type>void</type><methodname>CairoContext::setTolerance</methodname>
|
||||
<methodparam><type>string</type><parameter>tolerance</parameter></methodparam>
|
||||
<methodparam><type>float</type><parameter>tolerance</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>&style.procedural;:</para>
|
||||
<methodsynopsis>
|
||||
<type>void</type><methodname>cairo_set_tolerance</methodname>
|
||||
<methodparam><type>CairoContext</type><parameter>context</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>tolerance</parameter></methodparam>
|
||||
<methodparam><type>float</type><parameter>tolerance</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Description here.
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
<para>&style.oop; (method):</para>
|
||||
<methodsynopsis>
|
||||
<modifier>public</modifier> <type>void</type><methodname>CairoContext::transform</methodname>
|
||||
<methodparam><type>string</type><parameter>matrix</parameter></methodparam>
|
||||
<methodparam><type>CairoMatrix</type><parameter>matrix</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>&style.procedural;:</para>
|
||||
<methodsynopsis>
|
||||
|
|
|
@ -13,15 +13,15 @@
|
|||
<para>&style.oop; (method):</para>
|
||||
<methodsynopsis>
|
||||
<modifier>public</modifier> <type>void</type><methodname>CairoContext::translate</methodname>
|
||||
<methodparam><type>string</type><parameter>x</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>y</parameter></methodparam>
|
||||
<methodparam><type>float</type><parameter>x</parameter></methodparam>
|
||||
<methodparam><type>float</type><parameter>y</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>&style.procedural;:</para>
|
||||
<methodsynopsis>
|
||||
<type>void</type><methodname>cairo_translate</methodname>
|
||||
<methodparam><type>CairoContext</type><parameter>context</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>x</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>y</parameter></methodparam>
|
||||
<methodparam><type>float</type><parameter>x</parameter></methodparam>
|
||||
<methodparam><type>float</type><parameter>y</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Description here.
|
||||
|
|
|
@ -13,15 +13,15 @@
|
|||
<para>&style.oop; (method):</para>
|
||||
<methodsynopsis>
|
||||
<modifier>public</modifier> <type>array</type><methodname>CairoContext::userToDevice</methodname>
|
||||
<methodparam><type>string</type><parameter>x</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>y</parameter></methodparam>
|
||||
<methodparam><type>float</type><parameter>x</parameter></methodparam>
|
||||
<methodparam><type>float</type><parameter>y</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>&style.procedural;:</para>
|
||||
<methodsynopsis>
|
||||
<type>array</type><methodname>cairo_user_to_device</methodname>
|
||||
<methodparam><type>CairoContext</type><parameter>context</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>x</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>y</parameter></methodparam>
|
||||
<methodparam><type>float</type><parameter>x</parameter></methodparam>
|
||||
<methodparam><type>float</type><parameter>y</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Description here.
|
||||
|
|
|
@ -13,15 +13,15 @@
|
|||
<para>&style.oop; (method):</para>
|
||||
<methodsynopsis>
|
||||
<modifier>public</modifier> <type>array</type><methodname>CairoContext::userToDeviceDistance</methodname>
|
||||
<methodparam><type>string</type><parameter>x</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>y</parameter></methodparam>
|
||||
<methodparam><type>float</type><parameter>x</parameter></methodparam>
|
||||
<methodparam><type>float</type><parameter>y</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>&style.procedural;:</para>
|
||||
<methodsynopsis>
|
||||
<type>array</type><methodname>cairo_user_to_device_distance</methodname>
|
||||
<methodparam><type>CairoContext</type><parameter>context</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>x</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>y</parameter></methodparam>
|
||||
<methodparam><type>float</type><parameter>x</parameter></methodparam>
|
||||
<methodparam><type>float</type><parameter>y</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Description here.
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<modifier>public</modifier> <type>bool</type><methodname>CairoFontOptions::equal</methodname>
|
||||
<methodparam><type>string</type><parameter>other</parameter></methodparam>
|
||||
<methodparam><type>CairoFontOptions</type><parameter>other</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
The method description goes here.
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<modifier>public</modifier> <type>void</type><methodname>CairoFontOptions::merge</methodname>
|
||||
<methodparam><type>string</type><parameter>other</parameter></methodparam>
|
||||
<methodparam><type>CairoFontOptions</type><parameter>other</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
The method description goes here.
|
||||
|
|
|
@ -13,13 +13,13 @@
|
|||
<para>&style.oop; (method):</para>
|
||||
<methodsynopsis>
|
||||
<modifier>public</modifier> <type>void</type><methodname>CairoFontOptions::setAntialias</methodname>
|
||||
<methodparam><type>string</type><parameter>antialias</parameter></methodparam>
|
||||
<methodparam><type>int</type><parameter>antialias</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>&style.procedural;:</para>
|
||||
<methodsynopsis>
|
||||
<type>void</type><methodname>cairo_set_antialias</methodname>
|
||||
<methodparam><type>CairoContext</type><parameter>context</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>string</type><parameter>antialias</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>antialias</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Description here.
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<modifier>public</modifier> <type>void</type><methodname>CairoFontOptions::setHintMetrics</methodname>
|
||||
<methodparam><type>string</type><parameter>hint_metrics</parameter></methodparam>
|
||||
<methodparam><type>int</type><parameter>hint_metrics</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
The method description goes here.
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<modifier>public</modifier> <type>void</type><methodname>CairoFontOptions::setHintStyle</methodname>
|
||||
<methodparam><type>string</type><parameter>hint_style</parameter></methodparam>
|
||||
<methodparam><type>int</type><parameter>hint_style</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
The method description goes here.
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<modifier>public</modifier> <type>void</type><methodname>CairoFontOptions::setSubpixelOrder</methodname>
|
||||
<methodparam><type>string</type><parameter>subpixel_order</parameter></methodparam>
|
||||
<methodparam><type>int</type><parameter>subpixel_order</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
The method description goes here.
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<modifier>public</modifier> <type>array</type><methodname>CairoGradientPattern::getColorStopRgba</methodname>
|
||||
<methodparam><type>string</type><parameter>index</parameter></methodparam>
|
||||
<methodparam><type>int</type><parameter>index</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
The method description goes here.
|
||||
|
|
|
@ -15,7 +15,6 @@
|
|||
<methodparam><type>int</type><parameter>format</parameter></methodparam>
|
||||
<methodparam><type>int</type><parameter>width</parameter></methodparam>
|
||||
<methodparam><type>int</type><parameter>height</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>stride</parameter><initializer>-1</initializer></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
The method description goes here.
|
||||
|
@ -61,14 +60,6 @@
|
|||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><parameter>stride</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Description...
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</para>
|
||||
</refsect1>
|
||||
|
|
|
@ -13,14 +13,13 @@
|
|||
<para>&style.oop; (method):</para>
|
||||
<methodsynopsis>
|
||||
<modifier>public</modifier> <type>void</type><methodname>CairoMatrix::rotate</methodname>
|
||||
<methodparam><type>string</type><parameter>sx</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>sy</parameter></methodparam>
|
||||
<methodparam><type>float</type><parameter>radians</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>&style.procedural;:</para>
|
||||
<methodsynopsis>
|
||||
<type>void</type><methodname>cairo_rotate</methodname>
|
||||
<methodparam><type>CairoContext</type><parameter>context</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>angle</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>radians</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Description here.
|
||||
|
@ -43,23 +42,7 @@
|
|||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><parameter>angle</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Description...
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><parameter>sx</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Description...
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><parameter>sy</parameter></term>
|
||||
<term><parameter>radians</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Description...
|
||||
|
|
|
@ -11,8 +11,8 @@
|
|||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<modifier>public</modifier> <type>array</type><methodname>CairoMatrix::transformDistance</methodname>
|
||||
<methodparam><type>string</type><parameter>dx</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>dy</parameter></methodparam>
|
||||
<methodparam><type>float</type><parameter>dx</parameter></methodparam>
|
||||
<methodparam><type>float</type><parameter>dy</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
The method description goes here.
|
||||
|
|
|
@ -11,8 +11,8 @@
|
|||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<modifier>public</modifier> <type>array</type><methodname>CairoMatrix::transformPoint</methodname>
|
||||
<methodparam><type>string</type><parameter>dx</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>dy</parameter></methodparam>
|
||||
<methodparam><type>float</type><parameter>dx</parameter></methodparam>
|
||||
<methodparam><type>float</type><parameter>dy</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
The method description goes here.
|
||||
|
|
|
@ -13,15 +13,15 @@
|
|||
<para>&style.oop; (method):</para>
|
||||
<methodsynopsis>
|
||||
<modifier>public</modifier> <type>void</type><methodname>CairoMatrix::translate</methodname>
|
||||
<methodparam><type>string</type><parameter>tx</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>ty</parameter></methodparam>
|
||||
<methodparam><type>float</type><parameter>tx</parameter></methodparam>
|
||||
<methodparam><type>float</type><parameter>ty</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>&style.procedural;:</para>
|
||||
<methodsynopsis>
|
||||
<type>void</type><methodname>cairo_translate</methodname>
|
||||
<methodparam><type>CairoContext</type><parameter>context</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>x</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>y</parameter></methodparam>
|
||||
<methodparam><type>float</type><parameter>x</parameter></methodparam>
|
||||
<methodparam><type>float</type><parameter>y</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Description here.
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
<para>&style.oop; (method):</para>
|
||||
<methodsynopsis>
|
||||
<modifier>public</modifier> <type>void</type><methodname>CairoPattern::setMatrix</methodname>
|
||||
<methodparam><type>string</type><parameter>matrix</parameter></methodparam>
|
||||
<methodparam><type>CairoMatrix</type><parameter>matrix</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>&style.procedural;:</para>
|
||||
<methodsynopsis>
|
||||
|
|
|
@ -11,8 +11,8 @@
|
|||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<modifier>public</modifier> <type>void</type><methodname>CairoPdfSurface::setSize</methodname>
|
||||
<methodparam><type>string</type><parameter>width</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>height</parameter></methodparam>
|
||||
<methodparam><type>float</type><parameter>width</parameter></methodparam>
|
||||
<methodparam><type>float</type><parameter>height</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
The method description goes here.
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<modifier>public</modifier> <type>void</type><methodname>CairoPsSurface::restrictToLevel</methodname>
|
||||
<methodparam><type>string</type><parameter>level</parameter></methodparam>
|
||||
<methodparam><type>int</type><parameter>level</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
The method description goes here.
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<modifier>public</modifier> <type>void</type><methodname>CairoPsSurface::setEps</methodname>
|
||||
<methodparam><type>string</type><parameter>level</parameter></methodparam>
|
||||
<methodparam><type>bool</type><parameter>level</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
The method description goes here.
|
||||
|
|
|
@ -11,8 +11,8 @@
|
|||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<modifier>public</modifier> <type>void</type><methodname>CairoPsSurface::setSize</methodname>
|
||||
<methodparam><type>string</type><parameter>width</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>height</parameter></methodparam>
|
||||
<methodparam><type>float</type><parameter>width</parameter></methodparam>
|
||||
<methodparam><type>float</type><parameter>height</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
The method description goes here.
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<modifier>public</modifier> <type>array</type><methodname>CairoScaledFont::glyphExtents</methodname>
|
||||
<methodparam><type>string</type><parameter>glyphs</parameter></methodparam>
|
||||
<methodparam><type>array</type><parameter>glyphs</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
The method description goes here.
|
||||
|
|
|
@ -11,10 +11,10 @@
|
|||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<modifier>public</modifier> <type>void</type><methodname>CairoSurface::markDirtyRectangle</methodname>
|
||||
<methodparam><type>string</type><parameter>x</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>y</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>width</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>height</parameter></methodparam>
|
||||
<methodparam><type>float</type><parameter>x</parameter></methodparam>
|
||||
<methodparam><type>float</type><parameter>y</parameter></methodparam>
|
||||
<methodparam><type>float</type><parameter>width</parameter></methodparam>
|
||||
<methodparam><type>float</type><parameter>height</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
The method description goes here.
|
||||
|
|
|
@ -11,8 +11,8 @@
|
|||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<modifier>public</modifier> <type>void</type><methodname>CairoSurface::setDeviceOffset</methodname>
|
||||
<methodparam><type>string</type><parameter>x</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>y</parameter></methodparam>
|
||||
<methodparam><type>float</type><parameter>x</parameter></methodparam>
|
||||
<methodparam><type>float</type><parameter>y</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
The method description goes here.
|
||||
|
|
|
@ -11,8 +11,8 @@
|
|||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<modifier>public</modifier> <type>void</type><methodname>CairoSurface::setFallbackResolution</methodname>
|
||||
<methodparam><type>string</type><parameter>x</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>y</parameter></methodparam>
|
||||
<methodparam><type>float</type><parameter>x</parameter></methodparam>
|
||||
<methodparam><type>float</type><parameter>y</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
The method description goes here.
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<modifier>public</modifier> <type>void</type><methodname>CairoSurfacePattern::setFilter</methodname>
|
||||
<methodparam><type>string</type><parameter>filter</parameter></methodparam>
|
||||
<methodparam><type>int</type><parameter>filter</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
The method description goes here.
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<modifier>public</modifier> <type>void</type><methodname>CairoSvgSurface::restrictToVersion</methodname>
|
||||
<methodparam><type>string</type><parameter>version</parameter></methodparam>
|
||||
<methodparam><type>int</type><parameter>version</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
The method description goes here.
|
||||
|
|
Loading…
Reference in a new issue