#include <stdlib.h>#include <stdio.h>#include <ming.h>#include "ming_utils.h"Defines | |
| #define | OUTPUT_VERSION 6 |
| #define | OUTPUT_FILENAME "morph_test1.swf" |
Functions | |
| void | make_shape (SWFShape sh, int x, int y, int width, int height, byte r, byte g, byte b) |
| int | main (int argc, char **argv) |
| #define OUTPUT_FILENAME "morph_test1.swf" |
Referenced by main().
| #define OUTPUT_VERSION 6 |
Referenced by main().
| int main | ( | int | argc, | |
| char ** | argv | |||
| ) |
References gnash::fontlib::get_default_font(), get_dejagnu_clip(), make_shape(), OUTPUT_FILENAME, and OUTPUT_VERSION.
| void make_shape | ( | SWFShape | sh, | |
| int | x, | |||
| int | y, | |||
| int | width, | |||
| int | height, | |||
| byte | r, | |||
| byte | g, | |||
| byte | b | |||
| ) |
Referenced by main().
1.7.1