#include <stdlib.h>
#include <stdio.h>
#include <ming.h>
#include "ming_utils.h"
Defines | |
#define | OUTPUT_VERSION 8 |
#define | OUTPUT_FILENAME "BeginBitmapFill.swf" |
Functions | |
int | main (int argc, char **argv) |
Variables | |
const char * | mediadir = "." |
The beginBitmapFill test shows that: |
#define OUTPUT_FILENAME "BeginBitmapFill.swf" |
Referenced by main().
#define OUTPUT_VERSION 8 |
Referenced by main().
int main | ( | int | argc, | |
char ** | argv | |||
) |
Now with matrix argument. Repeat is true by default
References add_actions(), check_equals, gnash::fontlib::get_default_font(), get_dejagnu_clip(), mediadir, OUTPUT_FILENAME, and OUTPUT_VERSION.
const char* mediadir = "." |
The beginBitmapFill test shows that:
1. The fill always starts at 0, 0 of the MovieClip unless a matrix argument is passed. 2. It repeats by default. 3. If repeat is false, the edge colours are used for the fill. 4. Changes to the BitmapData affect all fills.
Referenced by add_button(), and main().