1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-09-16 04:46:03 +00:00
pdf2htmlEX/src/BackgroundRenderer/CairoOutputDev/CairoRescaleBox.h
2012-11-29 17:28:05 +08:00

13 lines
443 B
C

#ifndef CAIRO_RESCALE_BOX_H
#define CAIRO_RESCALE_BOX_H
#include "goo/gtypes.h"
GBool downscale_box_filter(unsigned int *orig, int orig_stride, unsigned orig_width, unsigned orig_height,
signed scaled_width, signed scaled_height,
unsigned short int start_column, unsigned short int start_row,
unsigned short int width, unsigned short int height,
unsigned int *dest, int dst_stride);
#endif /* CAIRO_RESCALE_BOX_H */