Defines | Functions | Variables

BitmapDataDraw.c File Reference

#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 Documentation

#define OUTPUT_FILENAME   "BitmapDataDraw.swf"

Referenced by main().

#define OUTPUT_VERSION   8

Referenced by main().


Function Documentation

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.


Variable Documentation

const char* mediadir = "."