kviewshell
DjVuImage.cpp File Reference
#include "DjVuImage.h"
#include "GScaler.h"
#include "DjVuDocument.h"
#include "DjVuPalette.h"
#include "GContainer.h"
#include "GSmartPointer.h"
#include "JB2Image.h"
#include "IW44Image.h"
#include "DataPool.h"
#include "ByteStream.h"
#include "GMapAreas.h"
#include "DjVuText.h"
#include "IFFByteStream.h"
#include "BSByteStream.h"
#include "debug.h"
#include <stdarg.h>
Include dependency graph for DjVuImage.cpp:
Go to the source code of this file.
Typedefs | |
typedef GP< GBitmap >(DjVuImage::* | BImager )(const GRect &, int, int) const |
typedef GP< GPixmap >(DjVuImage::* | PImager )(const GRect &, int, double) const |
Functions | |
static int | compute_red (int w, int h, int rw, int rh) |
static GP< GBitmap > | do_bitmap (const DjVuImage &dimg, BImager get, const GRect &inrect, const GRect &inall, int align) |
static GP< GPixmap > | do_pixmap (const DjVuImage &dimg, PImager get, const GRect &inrect, const GRect &inall, double gamma) |
Typedef Documentation
Definition at line 1068 of file DjVuImage.cpp.
Definition at line 1069 of file DjVuImage.cpp.
Function Documentation
static int compute_red | ( | int | w, | |
int | h, | |||
int | rw, | |||
int | rh | |||
) | [static] |
Definition at line 533 of file DjVuImage.cpp.