search for: cairo_pdf_surface_cr

Displaying 2 results from an estimated 2 matches for "cairo_pdf_surface_cr".

2008 Jul 19
1
Clash between 'Cairo' and 'EBImage' packages on Windows
...LoadLibrary failure: The specified procedure could not be found. Error : .onLoad failed in 'loadNamespace' for 'Cairo' Error: package/namespace load failed for 'Cairo' with a dialog titled 'Rterm.exe - Entry Point Not Found' saying 'The procedure entry point cairo_pdf_surface_create could not be located in the dynamic link library libcairo-2.dll'. Loading the packages in the reverse order works, but the Rterm seems unstable, e.g. calling q() immediately after will exit the R session without questions: # Rterm --vanilla > library(Cairo) > library(EBImage) > q...
2008 Jan 07
0
12 commits - configure.ac doc/swfdec.types Makefile.am test/crashfinder.c test/dump.c test/Makefile.am test/swfdec-extract.c test/swfdec_out.c test/swfdec_out.h test/swfedit.c test/swfedit_file.c test/swfedit_file.h test/swfedit_list.c test/swfedit_list.h
...face_create_for_filename (const char *filename, int width, int height) -{ - guint len = strlen (filename); - cairo_surface_t *surface; - if (FALSE) { -#ifdef CAIRO_HAS_PDF_SURFACE - } else if (len >= 3 && g_ascii_strcasecmp (filename + len - 3, "pdf") == 0) { - surface = cairo_pdf_surface_create (filename, width, height); -#endif -#ifdef CAIRO_HAS_SVG_SURFACE - } else if (len >= 3 && g_ascii_strcasecmp (filename + len - 3, "svg") == 0) { - surface = cairo_svg_surface_create (filename, width, height); -#endif - } else { - surface = cairo_image_surface_create...