mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-01-03 17:30:19 +01:00
I'm sure I had done them all before. No idea what happened. Perhaps gtk-doc was not seeing them as missing.
61 lines
1,015 B
Text
61 lines
1,015 B
Text
<!-- ##### SECTION Title ##### -->
|
|
Quartz Surfaces
|
|
|
|
<!-- ##### SECTION Short_Description ##### -->
|
|
Rendering to Quartz surfaces
|
|
|
|
<!-- ##### SECTION Long_Description ##### -->
|
|
<para>
|
|
The Quartz surface is used to render cairo graphics targeting the
|
|
Apple OS X Quartz rendering system.
|
|
</para>
|
|
|
|
<!-- ##### SECTION See_Also ##### -->
|
|
<para>
|
|
<itemizedlist>
|
|
<listitem>#cairo_surface_t</listitem>
|
|
</itemizedlist>
|
|
</para>
|
|
|
|
<!-- ##### SECTION Stability_Level ##### -->
|
|
|
|
|
|
<!-- ##### MACRO CAIRO_HAS_QUARTZ_SURFACE ##### -->
|
|
<para>
|
|
Defined if the Quartz surface backend is available.
|
|
This macro can be used to conditionally compile backend-specific code.
|
|
</para>
|
|
|
|
|
|
|
|
<!-- ##### FUNCTION cairo_quartz_surface_create ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@format:
|
|
@width:
|
|
@height:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION cairo_quartz_surface_create_for_cg_context ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@cgContext:
|
|
@width:
|
|
@height:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION cairo_quartz_surface_get_cg_context ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@surface:
|
|
@Returns:
|
|
|
|
|