get_shape          75 testsuite/misc-ming.all/loop/simple_loop_test.c   sh = get_shape(255, 0, 0);
get_shape          84 testsuite/misc-ming.all/loop/simple_loop_test.c   sh = get_shape(0, 255, 0);
get_shape          94 testsuite/misc-ming.all/loop/simple_loop_test.c   sh = get_shape(0, 0, 255);
get_shape          61 testsuite/misc-ming.all/replace_buttons1test.c SWFShape get_shape(int width, int height, int r, int g, int b);
get_shape          91 testsuite/misc-ming.all/replace_buttons1test.c   SWFShape sh = get_shape(width, height, r, g, b);
get_shape          62 testsuite/misc-ming.all/replace_shapes1test.c SWFShape get_shape(int width, int height, int r, int g, int b);
get_shape          78 testsuite/misc-ming.all/replace_shapes1test.c   SWFShape sh = get_shape(width, height, r, g, b);
get_shape         129 testsuite/misc-ming.all/replace_shapes1test.c   static1 = get_shape(60, 60, 255, 0, 0);
get_shape         130 testsuite/misc-ming.all/replace_shapes1test.c   static2 = get_shape(60, 60, 0, 255, 0);
get_shape          61 testsuite/misc-ming.all/replace_sprites1test.c SWFShape get_shape(int width, int height, int r, int g, int b);
get_shape          76 testsuite/misc-ming.all/replace_sprites1test.c   SWFShape sh = get_shape(width, height, r, g, b);