~peter-pearse/ubuntu/natty/pixman/prop001

« back to all changes in this revision

Viewing changes to pixman/pixman.h

  • Committer: Bazaar Package Importer
  • Author(s): Julien Cristau
  • Date: 2007-11-25 00:41:31 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20071125004131-7qre336ftz7eb95l
Tags: 0.9.6-1
* New upstream release (closes: #452734).
  + 02_no-sse.diff: remove, fix included upstream;
  + 03_fbFetchTransformed_64bit_fix.diff: remove, 64bit issues should be
    fixed too.

Show diffs side-by-side

added added

removed removed

Lines of Context:
452
452
/* 1bpp formats */
453
453
    PIXMAN_a1 =         PIXMAN_FORMAT(1,PIXMAN_TYPE_A,1,0,0,0),
454
454
    
455
 
    PIXMAN_g1 =         PIXMAN_FORMAT(1,PIXMAN_TYPE_GRAY,0,0,0,0),
 
455
    PIXMAN_g1 =         PIXMAN_FORMAT(1,PIXMAN_TYPE_GRAY,0,0,0,0)
456
456
} pixman_format_code_t;
457
457
 
458
458
/* Constructors */
498
498
void            pixman_image_set_filter_params       (pixman_image_t               *image,
499
499
                                                      pixman_fixed_t               *params,
500
500
                                                      int                           n_params);
501
 
void            pixman_image_set_source_cliping      (pixman_image_t               *image,
 
501
void            pixman_image_set_source_clipping     (pixman_image_t               *image,
502
502
                                                      pixman_bool_t                 source_clipping);
503
503
void            pixman_image_set_alpha_map           (pixman_image_t               *image,
504
504
                                                      pixman_image_t               *alpha_map,