~ubuntu-branches/ubuntu/vivid/emscripten/vivid

« back to all changes in this revision

Viewing changes to tests/poppler/poppler/CairoRescaleBox.h

  • Committer: Package Import Robot
  • Author(s): Sylvestre Ledru
  • Date: 2013-05-02 13:11:51 UTC
  • Revision ID: package-import@ubuntu.com-20130502131151-q8dvteqr1ef2x7xz
Tags: upstream-1.4.1~20130504~adb56cb
ImportĀ upstreamĀ versionĀ 1.4.1~20130504~adb56cb

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef CAIRO_RESCALE_BOX_H
 
2
#define CAIRO_RESCALE_BOX_H
 
3
 
 
4
#include "goo/gtypes.h"
 
5
 
 
6
GBool downscale_box_filter(unsigned int *orig, int orig_stride, unsigned orig_width, unsigned orig_height,
 
7
                           signed scaled_width, signed scaled_height,
 
8
                           unsigned short int start_column, unsigned short int start_row,
 
9
                           unsigned short int width, unsigned short int height,
 
10
                           unsigned int *dest, int dst_stride);
 
11
 
 
12
#endif /* CAIRO_RESCALE_BOX_H */