Evince
Evince is a document viewer capable of displaying multiple and single page document formats like PDF and Postscript.
|
Go to the source code of this file.
Macros | |
#define | SHOW_OP_DATA (DEBUGGING(BITMAP_OPS) && DEBUGGING(BITMAP_DATA)) |
#define | SEGMENT(m, n) (bit_masks[m] << (n)) |
Variables | |
static BmUnit | bit_masks [] |
static int | sample_count [] |
static Uchar | bit_swap [] |
BITMAP* bitmap_alloc | ( | int | w, |
int | h | ||
) |
BITMAP* bitmap_alloc_raw | ( | int | w, |
int | h | ||
) |
void bitmap_clear_bits | ( | BmUnit * | ptr, |
int | n, | ||
int | count | ||
) |
void bitmap_destroy | ( | BITMAP * | bm) |
void bitmap_flip_diagonally | ( | BITMAP * | bm) |
void bitmap_flip_horizontally | ( | BITMAP * | bm) |
void bitmap_flip_rotate_clockwise | ( | BITMAP * | bm) |
void bitmap_flip_rotate_counter_clockwise | ( | BITMAP * | bm) |
void bitmap_flip_vertically | ( | BITMAP * | bm) |
void bitmap_paint_bits | ( | BmUnit * | ptr, |
int | n, | ||
int | count | ||
) |
void bitmap_print | ( | FILE * | out, |
BITMAP * | bm | ||
) |
void bitmap_rotate_clockwise | ( | BITMAP * | bm) |
void bitmap_rotate_counter_clockwise | ( | BITMAP * | bm) |
void bitmap_set_col | ( | BITMAP * | bm, |
int | row, | ||
int | col, | ||
int | count, | ||
int | state | ||
) |
void bitmap_set_row | ( | BITMAP * | bm, |
int | row, | ||
int | col, | ||
int | count, | ||
int | state | ||
) |
|
static |
void mdvi_shrink_box | ( | DviContext * | dvi, |
DviFont * | font, | ||
DviFontChar * | pk, | ||
DviGlyph * | dest | ||
) |
void mdvi_shrink_glyph | ( | DviContext * | dvi, |
DviFont * | font, | ||
DviFontChar * | pk, | ||
DviGlyph * | dest | ||
) |
void mdvi_shrink_glyph_grey | ( | DviContext * | dvi, |
DviFont * | font, | ||
DviFontChar * | pk, | ||
DviGlyph * | dest | ||
) |
|
static |
|
static |