Home
last modified time | relevance | path

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

/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/testsuite/misc-haxe.all/classes.all/display/
H A DSWFVersion_as.hx104 if (Type.typeof(SWFVersion.FLASH7) == ValueType.TInt) {
105 DejaGnu.pass("SWFVersion.FLASH7 is an int");
106 if (Std.string(SWFVersion.FLASH7) == "7") {
107 DejaGnu.pass("SWFVersion.FLASH7 is the correct int (7)");
109 …DejaGnu.fail("SWFVersion.FLASH7 is not the correct int (Should be 7, but is "+SWFVersion.FLASH7+")…
112 … DejaGnu.fail("SWFVersion.FLASH7 is not an int. Instead, it is a "+Type.typeof(SWFVersion.FLASH7));
/dports/games/rottdc/rottdc-1.0-2/rott/
H A Drt_state.c689 statetype s_basemarker7 = {false,FLASH7,3,NULL,0,&s_basemarker8};
700 statetype s_flash7 = {false,FLASH7,3,NULL,0,&s_flash8};
H A Dsprites.h397 FLASH5,FLASH6,FLASH7,FLASH8, enumerator