|
Evince
Evince is a document viewer capable of displaying multiple and single page document formats like PDF and Postscript.
|
Include dependency graph for color.c:Go to the source code of this file.
Data Structures | |
| struct | ColorCache |
Macros | |
| #define | CCSIZE 256 |
| #define | GAMMA_DIFF 0.005 |
Functions | |
| void | mdvi_set_color (DviContext *dvi, Ulong fg, Ulong bg) |
| void | mdvi_push_color (DviContext *dvi, Ulong fg, Ulong bg) |
| void | mdvi_pop_color (DviContext *dvi) |
| void | mdvi_reset_color (DviContext *dvi) |
| Ulong * | get_color_table (DviDevice *dev, int nlevels, Ulong fg, Ulong bg, double gamma, int density) |
Variables | |
| static ColorCache | color_cache [CCSIZE] |
| static int | cc_entries |
| Ulong* get_color_table | ( | DviDevice * | dev, |
| int | nlevels, | ||
| Ulong | fg, | ||
| Ulong | bg, | ||
| double | gamma, | ||
| int | density | ||
| ) |
| void mdvi_pop_color | ( | DviContext * | dvi) |
| void mdvi_push_color | ( | DviContext * | dvi, |
| Ulong | fg, | ||
| Ulong | bg | ||
| ) |
| void mdvi_reset_color | ( | DviContext * | dvi) |
| void mdvi_set_color | ( | DviContext * | dvi, |
| Ulong | fg, | ||
| Ulong | bg | ||
| ) |
|
static |