| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| #ifndef TEST_COMPOSITOR_SURFACE_H |
| #define TEST_COMPOSITOR_SURFACE_H |
| |
| #include "cairo.h" |
| |
| CAIRO_BEGIN_DECLS |
| |
| cairo_surface_t * |
| _cairo_test_fallback_compositor_surface_create (cairo_content_t content, |
| int width, |
| int height); |
| |
| |
| cairo_surface_t * |
| _cairo_test_mask_compositor_surface_create (cairo_content_t content, |
| int width, |
| int height); |
| |
| cairo_surface_t * |
| _cairo_test_traps_compositor_surface_create (cairo_content_t content, |
| int width, |
| int height); |
| |
| cairo_surface_t * |
| _cairo_test_spans_compositor_surface_create (cairo_content_t content, |
| int width, |
| int height); |
| |
| cairo_surface_t * |
| _cairo_test_base_compositor_surface_create (cairo_content_t content, |
| int width, |
| int height); |
| |
| CAIRO_END_DECLS |
| |
| #endif |