pageviewS.cc File Reference

#include "pageviewS.h"
#include <stdlib.h>
#include <qpixmap.h>
#include <assert.h>
#include "util.h"
#include "utils/debug.h"
#include "kernel/pdfoperators.h"
#include "xpdf/OutputDev.h"
#include "QOutputDevPixmap.h"
#include "rect2Darray.h"
#include "pageviewmode.h"

Namespaces

namespace  gui
 

Graphical user interface namespace.


Defines

#define _splashMakeRGB8(to, r, g, b)   (to[3]=0, to[2]=((r) & 0xff) , to[1]=((g) & 0xff) , to[0]=((b) & 0xff) )

Define Documentation

#define _splashMakeRGB8 ( to,
r,
g,
 )     (to[3]=0, to[2]=((r) & 0xff) , to[1]=((g) & 0xff) , to[0]=((b) & 0xff) )