Home
last modified time | relevance | path

Searched refs:FLASH6 (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/testsuite/misc-haxe.all/classes.all/display/
H A DSWFVersion_as.hx93 if (Type.typeof(SWFVersion.FLASH6) == ValueType.TInt) {
94 DejaGnu.pass("SWFVersion.FLASH6 is an int");
95 if (Std.string(SWFVersion.FLASH6) == "6") {
96 DejaGnu.pass("SWFVersion.FLASH6 is the correct int (6)");
98 …DejaGnu.fail("SWFVersion.FLASH6 is not the correct int (Should be 6, but is "+SWFVersion.FLASH6+")…
101 … DejaGnu.fail("SWFVersion.FLASH6 is not an int. Instead, it is a "+Type.typeof(SWFVersion.FLASH6));
/dports/games/rottdc/rottdc-1.0-2/rott/
H A Drt_state.c690 statetype s_basemarker6 = {false,FLASH6,3,NULL,0,&s_basemarker7};
701 statetype s_flash6 = {false,FLASH6,3,NULL,0,&s_flash7};
H A Dsprites.h397 FLASH5,FLASH6,FLASH7,FLASH8, enumerator