make_shape         35 testsuite/misc-ming.all/morph_test1.c void make_shape(SWFShape sh, int x, int y, int width, int height, byte r, byte g, byte b);
make_shape         84 testsuite/misc-ming.all/morph_test1.c   make_shape(startShape, 0, 0, 100, 100, 255, 0 ,0);
make_shape         86 testsuite/misc-ming.all/morph_test1.c   make_shape(endShape, 700, 500, 100, 100, 0, 255 ,0);