make_square        81 testsuite/misc-ming.all/RemoveObject2Test.c 	sh1 = make_square(10, 10, 20, 20, 255, 0, 0);
make_square        90 testsuite/misc-ming.all/RemoveObject2Test.c 	sh2 = make_square(35, 10, 20, 20, 0, 255, 0);
make_square        99 testsuite/misc-ming.all/RemoveObject2Test.c 	sh3 = make_square(10, 35, 45, 20, 0, 0, 255);
make_square        90 testsuite/misc-ming.all/displaylist_depths/displaylist_depths_test.c 	sh = make_square (-(width/2)+5, -(height/2)+5, width-10, height-10, 0, 0, 0);
make_square        50 testsuite/misc-ming.all/matrix_test.c 	sh = make_square (-(width/2)+5, -(height/2)+5, width-10, height-10, 0, 0, 0);
make_square       283 testsuite/misc-ming.all/ming_utils.h SWFShape make_square(int x, int y, int width, int height, byte r, byte g, byte b);