Subversion Repositories Kolibri OS

Rev

Rev 1892 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1892 Rev 3959
Line 73... Line 73...
73
cairo_public void
73
cairo_public void
74
cairo_xcb_surface_set_size (cairo_surface_t *surface,
74
cairo_xcb_surface_set_size (cairo_surface_t *surface,
75
			    int		     width,
75
			    int		     width,
76
			    int		     height);
76
			    int		     height);
Line -... Line 77...
-
 
77
 
-
 
78
cairo_public void
-
 
79
cairo_xcb_surface_set_drawable (cairo_surface_t *surface,
-
 
80
				xcb_drawable_t	drawable,
-
 
81
				int		width,
-
 
82
				int		height);
-
 
83
 
-
 
84
cairo_public xcb_connection_t *
-
 
85
cairo_xcb_device_get_connection (cairo_device_t *device);
77
 
86
 
Line 78... Line 87...
78
/* debug interface */
87
/* debug interface */
79
 
88
 
80
cairo_public void
89
cairo_public void
Line 85... Line 94...
85
cairo_public void
94
cairo_public void
86
cairo_xcb_device_debug_cap_xrender_version (cairo_device_t *device,
95
cairo_xcb_device_debug_cap_xrender_version (cairo_device_t *device,
87
                                            int major_version,
96
                                            int major_version,
88
                                            int minor_version);
97
                                            int minor_version);
Line -... Line 98...
-
 
98
 
-
 
99
/*
-
 
100
 * @precision: -1 implies automatically choose based on antialiasing mode,
-
 
101
 *            any other value overrides and sets the corresponding PolyMode.
-
 
102
 */
-
 
103
cairo_public void
-
 
104
cairo_xcb_device_debug_set_precision (cairo_device_t *device,
-
 
105
				      int precision);
-
 
106
 
-
 
107
cairo_public int
-
 
108
cairo_xcb_device_debug_get_precision (cairo_device_t *device);
89
 
109
 
Line 90... Line 110...
90
CAIRO_END_DECLS
110
CAIRO_END_DECLS
91
 
111
 
92
#else  /* CAIRO_HAS_XCB_SURFACE */
112
#else  /* CAIRO_HAS_XCB_SURFACE */