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 89... Line 89...
89
cairo_xlib_surface_get_width (cairo_surface_t *surface);
89
cairo_xlib_surface_get_width (cairo_surface_t *surface);
Line 90... Line 90...
90
 
90
 
91
cairo_public int
91
cairo_public int
Line -... Line 92...
-
 
92
cairo_xlib_surface_get_height (cairo_surface_t *surface);
-
 
93
 
-
 
94
/* debug interface */
-
 
95
 
-
 
96
cairo_public void
-
 
97
cairo_xlib_device_debug_cap_xrender_version (cairo_device_t *device,
-
 
98
					     int major_version,
-
 
99
					     int minor_version);
-
 
100
 
-
 
101
/*
-
 
102
 * @precision: -1 implies automatically choose based on antialiasing mode,
-
 
103
 *            any other value overrides and sets the corresponding PolyMode.
-
 
104
 */
-
 
105
cairo_public void
-
 
106
cairo_xlib_device_debug_set_precision (cairo_device_t *device,
-
 
107
				       int precision);
-
 
108
 
-
 
109
cairo_public int
92
cairo_xlib_surface_get_height (cairo_surface_t *surface);
110
cairo_xlib_device_debug_get_precision (cairo_device_t *device);
Line 93... Line 111...
93
 
111
 
94
CAIRO_END_DECLS
112
CAIRO_END_DECLS
95
 
113