Evince
Evince is a document viewer capable of displaying multiple and single page document formats like PDF and Postscript.
|
#include "config.h"
#include "dvi-document.h"
#include "texmfcnf.h"
#include "ev-document-misc.h"
#include "ev-file-exporter.h"
#include "ev-file-helpers.h"
#include "mdvi.h"
#include "fonts.h"
#include "color.h"
#include "cairo-device.h"
#include <glib/gi18n-lib.h>
#include <ctype.h>
#include <sys/wait.h>
#include <stdlib.h>
Go to the source code of this file.
Data Structures | |
struct | _DviDocumentClass |
struct | _DviDocument |
Macros | |
#define | RGB2ULONG(r, g, b) ((0xFF<<24)|(r<<16)|(g<<8)|(b)) |
Typedefs | |
typedef struct _DviDocumentClass | DviDocumentClass |
Enumerations | |
enum | { PROP_0, PROP_TITLE } |
Variables | |
static GMutex | dvi_context_mutex |
#define RGB2ULONG | ( | r, | |
g, | |||
b | |||
) | ((0xFF<<24)|(r<<16)|(g<<8)|(b)) |
Definition at line 346 of file dvi-document.c.
typedef struct _DviDocumentClass DviDocumentClass |
Definition at line 74 of file dvi-document.c.
anonymous enum |
Enumerator | |
---|---|
PROP_0 | |
PROP_TITLE |
Definition at line 45 of file dvi-document.c.
|
static |
Definition at line 245 of file dvi-document.c.
|
static |
|
static |
|
static |
|
static |
Definition at line 295 of file dvi-document.c.
|
static |
|
static |
Definition at line 338 of file dvi-document.c.
|
static |
|
static |
|
static |
|
static |
Definition at line 518 of file dvi-document.c.
|
static |
|
static |
Definition at line 87 of file dvi-document.c.
|
static |
|
static |
|
static |
EV_BACKEND_REGISTER_WITH_CODE | ( | DviDocument | , |
dvi_document | , | ||
{EV_BACKEND_IMPLEMENT_INTERFACE(EV_TYPE_FILE_EXPORTER, dvi_document_file_exporter_iface_init);} | |||
) |
|
static |
|
static |
|
static |
Definition at line 43 of file dvi-document.c.