Added support for CAIRO 1.6 API
commit707161f43d1df8c49ee0df52579e546463676316
authoraki <g.akshat@gmail.com>
Tue, 6 May 2008 04:48:50 +0000 (6 10:18 +0530)
committeraki <g.akshat@gmail.com>
Tue, 6 May 2008 04:48:50 +0000 (6 10:18 +0530)
tree558e249bf0dd81e01abb1d7dc286fcf50b29696b
parent4cda7e8985cfbd7b051226ddd9aa2f296b510726
Added support for CAIRO 1.6 API
197 files changed:
phpCairo/CREDITS [new file with mode: 0644]
phpCairo/EXPERIMENTAL [new file with mode: 0644]
phpCairo/LICENSE [new file with mode: 0644]
phpCairo/README [new file with mode: 0644]
phpCairo/cairo.xml [new file with mode: 0644]
phpCairo/config.m4 [new file with mode: 0644]
phpCairo/config.w32 [new file with mode: 0644]
phpCairo/manual/Makefile [new file with mode: 0644]
phpCairo/manual/file-entities.ent [new file with mode: 0644]
phpCairo/manual/functions.xml [new file with mode: 0644]
phpCairo/manual/manual.xml.in [new file with mode: 0644]
phpCairo/manual/phpCairo/configure.xml [new file with mode: 0644]
phpCairo/manual/phpCairo/functions/cairo-version-string.xml [new file with mode: 0644]
phpCairo/manual/phpCairo/functions/cairo-version.xml [new file with mode: 0644]
phpCairo/manual/phpCairo/reference.xml [new file with mode: 0644]
phpCairo/package.xml [new file with mode: 0644]
phpCairo/package2.xml [new file with mode: 0644]
phpCairo/phpCairo.c [new file with mode: 0644]
phpCairo/phpCairo.dsp [new file with mode: 0644]
phpCairo/php_phpCairo.h [new file with mode: 0644]
phpCairo/tests/CairoContext__append_path.phpt [new file with mode: 0644]
phpCairo/tests/CairoContext__arc.phpt [new file with mode: 0644]
phpCairo/tests/CairoContext__arc_negative.phpt [new file with mode: 0644]
phpCairo/tests/CairoContext__clip.phpt [new file with mode: 0644]
phpCairo/tests/CairoContext__clip_extents.phpt [new file with mode: 0644]
phpCairo/tests/CairoContext__clip_preserve.phpt [new file with mode: 0644]
phpCairo/tests/CairoContext__close_path.phpt [new file with mode: 0644]
phpCairo/tests/CairoContext__copy_clip_rectangle_list.phpt [new file with mode: 0644]
phpCairo/tests/CairoContext__copy_page.phpt [new file with mode: 0644]
phpCairo/tests/CairoContext__copy_path.phpt [new file with mode: 0644]
phpCairo/tests/CairoContext__copy_path_flat.phpt [new file with mode: 0644]
phpCairo/tests/CairoContext__curve_to.phpt [new file with mode: 0644]
phpCairo/tests/CairoContext__device_to_user.phpt [new file with mode: 0644]
phpCairo/tests/CairoContext__device_to_user_distance.phpt [new file with mode: 0644]
phpCairo/tests/CairoContext__fill.phpt [new file with mode: 0644]
phpCairo/tests/CairoContext__fill_extents.phpt [new file with mode: 0644]
phpCairo/tests/CairoContext__fill_preserve.phpt [new file with mode: 0644]
phpCairo/tests/CairoContext__font_extents.phpt [new file with mode: 0644]
phpCairo/tests/CairoContext__get_antialias.phpt [new file with mode: 0644]
phpCairo/tests/CairoContext__get_current_point.phpt [new file with mode: 0644]
phpCairo/tests/CairoContext__get_dash.phpt [new file with mode: 0644]
phpCairo/tests/CairoContext__get_dash_count.phpt [new file with mode: 0644]
phpCairo/tests/CairoContext__get_fill_rule.phpt [new file with mode: 0644]
phpCairo/tests/CairoContext__get_font_face.phpt [new file with mode: 0644]
phpCairo/tests/CairoContext__get_font_matrix.phpt [new file with mode: 0644]
phpCairo/tests/CairoContext__get_font_options.phpt [new file with mode: 0644]
phpCairo/tests/CairoContext__get_group_target.phpt [new file with mode: 0644]
phpCairo/tests/CairoContext__get_line_cap.phpt [new file with mode: 0644]
phpCairo/tests/CairoContext__get_line_join.phpt [new file with mode: 0644]
phpCairo/tests/CairoContext__get_line_width.phpt [new file with mode: 0644]
phpCairo/tests/CairoContext__get_matrix.phpt [new file with mode: 0644]
phpCairo/tests/CairoContext__get_matrix_limit.phpt [new file with mode: 0644]
phpCairo/tests/CairoContext__get_operator.phpt [new file with mode: 0644]
phpCairo/tests/CairoContext__get_scaled_font.phpt [new file with mode: 0644]
phpCairo/tests/CairoContext__get_source.phpt [new file with mode: 0644]
phpCairo/tests/CairoContext__get_target.phpt [new file with mode: 0644]
phpCairo/tests/CairoContext__get_tolerance.phpt [new file with mode: 0644]
phpCairo/tests/CairoContext__glyph_extents.phpt [new file with mode: 0644]
phpCairo/tests/CairoContext__glyph_path.phpt [new file with mode: 0644]
phpCairo/tests/CairoContext__has_current_point.phpt [new file with mode: 0644]
phpCairo/tests/CairoContext__identity_matrix.phpt [new file with mode: 0644]
phpCairo/tests/CairoContext__in_fill.phpt [new file with mode: 0644]
phpCairo/tests/CairoContext__in_stroke.phpt [new file with mode: 0644]
phpCairo/tests/CairoContext__line_to.phpt [new file with mode: 0644]
phpCairo/tests/CairoContext__mask.phpt [new file with mode: 0644]
phpCairo/tests/CairoContext__mask_surface.phpt [new file with mode: 0644]
phpCairo/tests/CairoContext__move_to.phpt [new file with mode: 0644]
phpCairo/tests/CairoContext__new_path.phpt [new file with mode: 0644]
phpCairo/tests/CairoContext__new_sub_path.phpt [new file with mode: 0644]
phpCairo/tests/CairoContext__paint.phpt [new file with mode: 0644]
phpCairo/tests/CairoContext__paint_with_alpha.phpt [new file with mode: 0644]
phpCairo/tests/CairoContext__path_extents.phpt [new file with mode: 0644]
phpCairo/tests/CairoContext__pop_group.phpt [new file with mode: 0644]
phpCairo/tests/CairoContext__pop_group_to_source.phpt [new file with mode: 0644]
phpCairo/tests/CairoContext__push_group.phpt [new file with mode: 0644]
phpCairo/tests/CairoContext__push_group_with_content.phpt [new file with mode: 0644]
phpCairo/tests/CairoContext__rectangle.phpt [new file with mode: 0644]
phpCairo/tests/CairoContext__rel_curve_to.phpt [new file with mode: 0644]
phpCairo/tests/CairoContext__rel_line_to.phpt [new file with mode: 0644]
phpCairo/tests/CairoContext__rel_move_to.phpt [new file with mode: 0644]
phpCairo/tests/CairoContext__reset_clip.phpt [new file with mode: 0644]
phpCairo/tests/CairoContext__restore.phpt [new file with mode: 0644]
phpCairo/tests/CairoContext__rotate.phpt [new file with mode: 0644]
phpCairo/tests/CairoContext__save.phpt [new file with mode: 0644]
phpCairo/tests/CairoContext__scale.phpt [new file with mode: 0644]
phpCairo/tests/CairoContext__select_font_face.phpt [new file with mode: 0644]
phpCairo/tests/CairoContext__set_antialias.phpt [new file with mode: 0644]
phpCairo/tests/CairoContext__set_dash.phpt [new file with mode: 0644]
phpCairo/tests/CairoContext__set_fill_rule.phpt [new file with mode: 0644]
phpCairo/tests/CairoContext__set_font_face.phpt [new file with mode: 0644]
phpCairo/tests/CairoContext__set_font_matrix.phpt [new file with mode: 0644]
phpCairo/tests/CairoContext__set_font_options.phpt [new file with mode: 0644]
phpCairo/tests/CairoContext__set_font_size.phpt [new file with mode: 0644]
phpCairo/tests/CairoContext__set_line_cap.phpt [new file with mode: 0644]
phpCairo/tests/CairoContext__set_line_join.phpt [new file with mode: 0644]
phpCairo/tests/CairoContext__set_line_width.phpt [new file with mode: 0644]
phpCairo/tests/CairoContext__set_matrix.phpt [new file with mode: 0644]
phpCairo/tests/CairoContext__set_miter_limit.phpt [new file with mode: 0644]
phpCairo/tests/CairoContext__set_operator.phpt [new file with mode: 0644]
phpCairo/tests/CairoContext__set_source.phpt [new file with mode: 0644]
phpCairo/tests/CairoContext__set_source_rgb.phpt [new file with mode: 0644]
phpCairo/tests/CairoContext__set_source_rgba.phpt [new file with mode: 0644]
phpCairo/tests/CairoContext__set_source_surface.phpt [new file with mode: 0644]
phpCairo/tests/CairoContext__set_tolerance.phpt [new file with mode: 0644]
phpCairo/tests/CairoContext__show_glyphs.phpt [new file with mode: 0644]
phpCairo/tests/CairoContext__show_page.phpt [new file with mode: 0644]
phpCairo/tests/CairoContext__show_text.phpt [new file with mode: 0644]
phpCairo/tests/CairoContext__stroke.phpt [new file with mode: 0644]
phpCairo/tests/CairoContext__stroke_extents.phpt [new file with mode: 0644]
phpCairo/tests/CairoContext__stroke_preserve.phpt [new file with mode: 0644]
phpCairo/tests/CairoContext__text_extents.phpt [new file with mode: 0644]
phpCairo/tests/CairoContext__text_path.phpt [new file with mode: 0644]
phpCairo/tests/CairoContext__transform.phpt [new file with mode: 0644]
phpCairo/tests/CairoContext__translate.phpt [new file with mode: 0644]
phpCairo/tests/CairoContext__user_to_device.phpt [new file with mode: 0644]
phpCairo/tests/CairoContext__user_to_device_distance.phpt [new file with mode: 0644]
phpCairo/tests/CairoFontFace____construct.phpt [new file with mode: 0644]
phpCairo/tests/CairoFontFace____destruct.phpt [new file with mode: 0644]
phpCairo/tests/CairoFontOptions____construct.phpt [new file with mode: 0644]
phpCairo/tests/CairoFontOptions__get_antialias.phpt [new file with mode: 0644]
phpCairo/tests/CairoFontOptions__get_hint_metrics.phpt [new file with mode: 0644]
phpCairo/tests/CairoFontOptions__get_hint_style.phpt [new file with mode: 0644]
phpCairo/tests/CairoFontOptions__get_subpixel_order.phpt [new file with mode: 0644]
phpCairo/tests/CairoFontOptions__set_antialias.phpt [new file with mode: 0644]
phpCairo/tests/CairoFontOptions__set_hint_metrics.phpt [new file with mode: 0644]
phpCairo/tests/CairoFontOptions__set_hint_style.phpt [new file with mode: 0644]
phpCairo/tests/CairoFontOptions__set_subpixel_order.phpt [new file with mode: 0644]
phpCairo/tests/CairoGradient____contruct.phpt [new file with mode: 0644]
phpCairo/tests/CairoGradient__add_color_stop_rgb.phpt [new file with mode: 0644]
phpCairo/tests/CairoGradient__add_color_stop_rgba.phpt [new file with mode: 0644]
phpCairo/tests/CairoImageSurface____construct.phpt [new file with mode: 0644]
phpCairo/tests/CairoImageSurface__create_from_data.phpt [new file with mode: 0644]
phpCairo/tests/CairoImageSurface__create_from_png.phpt [new file with mode: 0644]
phpCairo/tests/CairoImageSurface__get_data.phpt [new file with mode: 0644]
phpCairo/tests/CairoImageSurface__get_format.phpt [new file with mode: 0644]
phpCairo/tests/CairoImageSurface__get_height.phpt [new file with mode: 0644]
phpCairo/tests/CairoImageSurface__get_stride.phpt [new file with mode: 0644]
phpCairo/tests/CairoImageSurface__get_width.phpt [new file with mode: 0644]
phpCairo/tests/CairoLinearGradient____construct.phpt [new file with mode: 0644]
phpCairo/tests/CairoLinearGradient__get_linear_points.phpt [new file with mode: 0644]
phpCairo/tests/CairoMatrix____construct.phpt [new file with mode: 0644]
phpCairo/tests/CairoMatrix__init_rotate.phpt [new file with mode: 0644]
phpCairo/tests/CairoMatrix__invert.phpt [new file with mode: 0644]
phpCairo/tests/CairoMatrix__multiply.phpt [new file with mode: 0644]
phpCairo/tests/CairoMatrix__rotate.phpt [new file with mode: 0644]
phpCairo/tests/CairoMatrix__scale.phpt [new file with mode: 0644]
phpCairo/tests/CairoMatrix__transform_distance.phpt [new file with mode: 0644]
phpCairo/tests/CairoMatrix__transform_point.phpt [new file with mode: 0644]
phpCairo/tests/CairoMatrix__translate.phpt [new file with mode: 0644]
phpCairo/tests/CairoPDFSurface____construct.phpt [new file with mode: 0644]
phpCairo/tests/CairoPDFSurface__set_size.phpt [new file with mode: 0644]
phpCairo/tests/CairoPSSurface____construct.phpt [new file with mode: 0644]
phpCairo/tests/CairoPSSurface__dsc_begin_page_setup.phpt [new file with mode: 0644]
phpCairo/tests/CairoPSSurface__dsc_begin_setup.phpt [new file with mode: 0644]
phpCairo/tests/CairoPSSurface__dsc_comment.phpt [new file with mode: 0644]
phpCairo/tests/CairoPSSurface__get_level_string.phpt [new file with mode: 0644]
phpCairo/tests/CairoPSSurface__get_levels.phpt [new file with mode: 0644]
phpCairo/tests/CairoPSSurface__restrict_to_level.phpt [new file with mode: 0644]
phpCairo/tests/CairoPSSurface__set_eps.phpt [new file with mode: 0644]
phpCairo/tests/CairoPSSurface__set_size.phpt [new file with mode: 0644]
phpCairo/tests/CairoPattern____construct.phpt [new file with mode: 0644]
phpCairo/tests/CairoPattern__get_matrix.phpt [new file with mode: 0644]
phpCairo/tests/CairoPattern__set_matrix.phpt [new file with mode: 0644]
phpCairo/tests/CairoQuartzSurface____construct.phpt [new file with mode: 0644]
phpCairo/tests/CairoRadialGradient____constuct.phpt [new file with mode: 0644]
phpCairo/tests/CairoRadialGradient__get_radial_circles.phpt [new file with mode: 0644]
phpCairo/tests/CairoSVGSurface____construct.phpt [new file with mode: 0644]
phpCairo/tests/CairoScaledFont____construct.phpt [new file with mode: 0644]
phpCairo/tests/CairoScaledFont__extents.phpt [new file with mode: 0644]
phpCairo/tests/CairoScaledFont__get_font_face.phpt [new file with mode: 0644]
phpCairo/tests/CairoScaledFont__text_extents.phpt [new file with mode: 0644]
phpCairo/tests/CairoSolidPattern____construct.phpt [new file with mode: 0644]
phpCairo/tests/CairoSolidPattern__get_rgba.phpt [new file with mode: 0644]
phpCairo/tests/CairoSurfacePattern____construct.phpt [new file with mode: 0644]
phpCairo/tests/CairoSurfacePattern__get_extend.phpt [new file with mode: 0644]
phpCairo/tests/CairoSurfacePattern__get_filter.phpt [new file with mode: 0644]
phpCairo/tests/CairoSurfacePattern__get_surface.phpt [new file with mode: 0644]
phpCairo/tests/CairoSurfacePattern__set_extend.phpt [new file with mode: 0644]
phpCairo/tests/CairoSurfacePattern__set_filter.phpt [new file with mode: 0644]
phpCairo/tests/CairoSurface____construct.phpt [new file with mode: 0644]
phpCairo/tests/CairoSurface__create_similar.phpt [new file with mode: 0644]
phpCairo/tests/CairoSurface__finish.phpt [new file with mode: 0644]
phpCairo/tests/CairoSurface__flush.phpt [new file with mode: 0644]
phpCairo/tests/CairoSurface__get_content.phpt [new file with mode: 0644]
phpCairo/tests/CairoSurface__get_device_offset.phpt [new file with mode: 0644]
phpCairo/tests/CairoSurface__get_font_options.phpt [new file with mode: 0644]
phpCairo/tests/CairoSurface__mark_dirty_rectangle.phpt [new file with mode: 0644]
phpCairo/tests/CairoSurface__set_device_offset.phpt [new file with mode: 0644]
phpCairo/tests/CairoSurface__set_fallback_resolution.phpt [new file with mode: 0644]
phpCairo/tests/CairoSurface__write_to_png.phpt [new file with mode: 0644]
phpCairo/tests/CairoWin32Surface____construct.phpt [new file with mode: 0644]
phpCairo/tests/CairoXlibSurface____construct.phpt [new file with mode: 0644]
phpCairo/tests/CairoXlibSurface__get_depth.phpt [new file with mode: 0644]
phpCairo/tests/CairoXlibSurface__get_height.phpt [new file with mode: 0644]
phpCairo/tests/CairoXlibSurface__get_width.phpt [new file with mode: 0644]
phpCairo/tests/cairo_version.phpt [new file with mode: 0644]
phpCairo/tests/cairo_version_string.phpt [new file with mode: 0644]