#include <stdlib.h>
#include <stdio.h>
#include <ming.h>
#include <string.h>
#include "ming_utils.h"
Defines | |
#define | OUTPUT_VERSION 8 |
#define | OUTPUT_FILENAME "BitmapDataDraw.swf" |
Functions | |
int | main (int argc, char **argv) |
The test shows the following: | |
Variables | |
const char * | mediadir = "." |
#define OUTPUT_FILENAME "BitmapDataDraw.swf" |
Referenced by main().
#define OUTPUT_VERSION 8 |
Referenced by main().
int main | ( | int | argc, | |
char ** | argv | |||
) |
The test shows the following:
The MovieClip itself is drawn with no transformation, i.e. identity matrix. Any contained MovieClips keep their transformation. BitmapData.draw draws on top of what's in the BitmapData already. Dynamically loaded images are not drawn.
References add_actions(), check_equals, s2x::f, gnash::fontlib::get_default_font(), get_dejagnu_clip(), mediadir, OUTPUT_FILENAME, OUTPUT_VERSION, and xcheck_equals.
const char* mediadir = "." |