/* We allow surfaces to override the backend->type by shoving something *elseintosurface->type.Thisisfor"wrapper"surfacesthatwantto
* hide their internal type from the user-level API. */
cairo_surface_type_t type;
/* The actual resolution of the device, in dots per inch. */ double x_resolution; double y_resolution;
/* The resolution that should be used when generating image-based *fallback;generallyonlyusedbytheanalysis/paginated *surfaces
*/ double x_fallback_resolution; double y_fallback_resolution;
/* A "snapshot" surface is immutable. See _cairo_surface_snapshot. */
cairo_surface_t *snapshot_of;
cairo_surface_func_t snapshot_detach; /* current snapshots of this surface*/
cairo_list_t snapshots; /* place upon snapshot list */
cairo_list_t snapshot;
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.