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 68... Line 68...
68
    double height;
68
    double height;
69
    cairo_rectangle_int_t page_bbox;
69
    cairo_rectangle_int_t page_bbox;
70
    int bbox_x1, bbox_y1, bbox_x2, bbox_y2;
70
    int bbox_x1, bbox_y1, bbox_x2, bbox_y2;
71
    cairo_matrix_t cairo_to_ps;
71
    cairo_matrix_t cairo_to_ps;
Line 72... Line -...
72
 
-
 
73
    /* XXX These 3 are used as temporary storage whilst emitting patterns */
-
 
74
    cairo_image_surface_t *image;
-
 
75
    cairo_image_surface_t *acquired_image;
-
 
76
    void *image_extra;
-
 
77
 
72
 
Line 78... Line 73...
78
    cairo_bool_t use_string_datasource;
73
    cairo_bool_t use_string_datasource;
79
 
74