/* The target surface to hold the final result. */
cairo_surface_t *target;
cairo_content_t content;
/* Paginated-surface specific functions for the target */ const cairo_paginated_surface_backend_t *backend;
/* A cairo_recording_surface to record all operations. To be replayed * against target, and also against image surface as necessary for
* fallbacks. */
cairo_surface_t *recording_surface;
int page_num;
} cairo_paginated_surface_t;
#endif/* CAIRO_PAGINATED_SURFACE_H */
Messung V0.5
¤ Dauer der Verarbeitung: 0.1 Sekunden
(vorverarbeitet)
¤
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.