#include <cstring>#include "utils.h"#include "rect.h"#include "ibuf8.h"#include "vgafile.h"#include "databuf.h"#include "Flex.h"#include "exceptions.h"#include <cassert>#include <iomanip>#include "items.h"Include dependency graph for vgafile.cc:

Go to the source code of this file.
Functions | |
| void | Check_file (ifstream &shapes) |
| static int | Skip_transparent (unsigned char *&pixels, int x, int w) |
| static int | Find_runs (short *runs, unsigned char *pixels, int x, int w) |
| void Check_file | ( | ifstream & | shapes | ) | [inline] |
Definition at line 62 of file vgafile.cc.
| static int Find_runs | ( | short * | runs, | |
| unsigned char * | pixels, | |||
| int | x, | |||
| int | w | |||
| ) | [static] |
Definition at line 173 of file vgafile.cc.
References run().
Referenced by Shape_frame::encode_rle().
Here is the call graph for this function:

| static int Skip_transparent | ( | unsigned char *& | pixels, | |
| int | x, | |||
| int | w | |||
| ) | [static] |
1.5.1