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 39... Line 39...
39
 
39
 
Line 40... Line 40...
40
#include "cairoint.h"
40
#include "cairoint.h"
41
 
41
 
42
cairo_private cairo_path_t *
42
cairo_private cairo_path_t *
Line 43... Line 43...
43
_cairo_path_create (cairo_path_fixed_t *path,
43
_cairo_path_create (cairo_path_fixed_t *path,
44
		    cairo_gstate_t     *gstate);
44
		    cairo_t		*cr);
45
 
45
 
Line 46... Line 46...
46
cairo_private cairo_path_t *
46
cairo_private cairo_path_t *
47
_cairo_path_create_flat (cairo_path_fixed_t *path,
47
_cairo_path_create_flat (cairo_path_fixed_t *path,
Line 48... Line 48...
48
			 cairo_gstate_t     *gstate);
48
			 cairo_t	    *cr);