#include "ming_utils.h"
#include <stdlib.h>
#include <stdio.h>
#include <ming.h>
Defines | |
#define | OUTPUT_VERSION 6 |
#define | OUTPUT_FILENAME "masks_test.swf" |
Functions | |
void | add_dynamic_mc (SWFMovie mo, const char *name, int depth, int x, int y, int width, int height, int r, int g, int b) |
void | add_static_mc (SWFMovie mo, const char *name, int depth, int x, int y, int width, int height, int r, int g, int b) |
void | add_static_mask (SWFMovie mo, const char *name, int depth, int x, int y, int width, int height, int masklevel) |
int | main (int argc, char **argv) |
#define OUTPUT_FILENAME "masks_test.swf" |
Referenced by main().
#define OUTPUT_VERSION 6 |
Referenced by main().
void add_dynamic_mc | ( | SWFMovie | mo, | |
const char * | name, | |||
int | depth, | |||
int | x, | |||
int | y, | |||
int | width, | |||
int | height, | |||
int | r, | |||
int | g, | |||
int | b | |||
) |
References compile_actions().
void add_static_mask | ( | SWFMovie | mo, | |
const char * | name, | |||
int | depth, | |||
int | x, | |||
int | y, | |||
int | width, | |||
int | height, | |||
int | masklevel | |||
) |
References make_fill_square().
void add_static_mc | ( | SWFMovie | mo, | |
const char * | name, | |||
int | depth, | |||
int | x, | |||
int | y, | |||
int | width, | |||
int | height, | |||
int | r, | |||
int | g, | |||
int | b | |||
) |
References make_fill_square().
int main | ( | int | argc, | |
char ** | argv | |||
) |