cairo/doc/public/tmpl/cairo-pattern.sgml
Carl Worth 0b9c0efc3a Put win32 mutex locking on the 1.2.0 roadmap.
Portability improvements for win32 thanks to Hans Breuer <hans@breuer.org>:
Defined sized-integer types when under the influence of _MSC_VER and without stdint.h.
Use #error which is more portable than #warning, (and more indicative of where we want to be before the next release).
2005-09-07 16:57:59 +00:00

46 lines
675 B
Text

<!-- ##### SECTION Title ##### -->
Patterns
<!-- ##### SECTION Short_Description ##### -->
Gradients and filtered sources
<!-- ##### SECTION Long_Description ##### -->
<para>
</para>
<!-- ##### SECTION See_Also ##### -->
<para>
</para>
<!-- ##### SECTION Stability_Level ##### -->
<!-- ##### TYPEDEF cairo_pattern_t ##### -->
<para>
</para>
<!-- ##### ENUM cairo_extend_t ##### -->
<para>
</para>
@CAIRO_EXTEND_NONE:
@CAIRO_EXTEND_REPEAT:
@CAIRO_EXTEND_REFLECT:
<!-- ##### ENUM cairo_filter_t ##### -->
<para>
</para>
@CAIRO_FILTER_FAST:
@CAIRO_FILTER_GOOD:
@CAIRO_FILTER_BEST:
@CAIRO_FILTER_NEAREST:
@CAIRO_FILTER_BILINEAR:
@CAIRO_FILTER_GAUSSIAN: