~ubuntu-branches/ubuntu/trusty/rgtk2/trusty

« back to all changes in this revision

Viewing changes to src/cairoFuncs.h

  • Committer: Bazaar Package Importer
  • Author(s): Dirk Eddelbuettel
  • Date: 2010-11-03 11:35:46 UTC
  • mfrom: (1.3.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20101103113546-a7fi7jdxdebp0tw1
Tags: 2.20.1-1
* New upstream release

* debian/control: Set (Build-)Depends: to current R version
* debian/control: Set Standards-Version: to current version 

Show diffs side-by-side

added added

removed removed

Lines of Context:
677
677
  USER_OBJECT_
678
678
S_cairo_ps_surface_get_eps(USER_OBJECT_ s_surface); 
679
679
 
 
680
  USER_OBJECT_
 
681
S_cairo_toy_font_face_create(USER_OBJECT_ s_family, USER_OBJECT_ s_slant, USER_OBJECT_ s_weight); 
 
682
 
 
683
  USER_OBJECT_
 
684
S_cairo_toy_font_face_get_family(USER_OBJECT_ s_font_face); 
 
685
 
 
686
  USER_OBJECT_
 
687
S_cairo_toy_font_face_get_slant(USER_OBJECT_ s_font_face); 
 
688
 
 
689
  USER_OBJECT_
 
690
S_cairo_toy_font_face_get_weight(USER_OBJECT_ s_font_face); 
 
691
 
 
692
  USER_OBJECT_
 
693
S_cairo_surface_get_fallback_resolution(USER_OBJECT_ s_surface); 
 
694
 
 
695
  USER_OBJECT_
 
696
S_cairo_surface_has_show_text_glyphs(USER_OBJECT_ s_surface); 
 
697
 
 
698
  USER_OBJECT_
 
699
S_cairo_show_text_glyphs(USER_OBJECT_ s_cr, USER_OBJECT_ s_utf8, USER_OBJECT_ s_glyphs, USER_OBJECT_ s_clusters, USER_OBJECT_ s_cluster_flags); 
 
700
 
 
701
  USER_OBJECT_
 
702
S_cairo_scaled_font_get_scale_matrix(USER_OBJECT_ s_scaled_font); 
 
703
 
 
704
  USER_OBJECT_
 
705
S_cairo_scaled_font_text_to_glyphs(USER_OBJECT_ s_scaled_font, USER_OBJECT_ s_x, USER_OBJECT_ s_y, USER_OBJECT_ s_utf8, USER_OBJECT_ s_utf8_len); 
 
706
 
 
707
  USER_OBJECT_
 
708
S_cairo_user_font_face_create(void); 
 
709
 
 
710
  USER_OBJECT_
 
711
S_cairo_user_font_face_get_init_func(USER_OBJECT_ s_font_face); 
 
712
 
 
713
  USER_OBJECT_
 
714
S_cairo_user_font_face_get_render_glyph_func(USER_OBJECT_ s_font_face); 
 
715
 
 
716
  USER_OBJECT_
 
717
S_cairo_user_font_face_get_unicode_to_glyph_func(USER_OBJECT_ s_font_face); 
 
718
 
 
719
  USER_OBJECT_
 
720
S_cairo_user_font_face_get_text_to_glyphs_func(USER_OBJECT_ s_font_face); 
 
721
 
680
722
#endif