Home
last modified time | relevance | path

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

/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/testsuite/misc-haxe.all/classes.all/display/
H A DSWFVersion_as.hx115 if (Type.typeof(SWFVersion.FLASH8) == ValueType.TInt) {
116 DejaGnu.pass("SWFVersion.FLASH8 is an int");
117 if (Std.string(SWFVersion.FLASH8) == "8") {
118 DejaGnu.pass("SWFVersion.FLASH8 is the correct int (8)");
120 …DejaGnu.fail("SWFVersion.FLASH8 is not the correct int (Should be 8, but is "+SWFVersion.FLASH8+")…
123 … DejaGnu.fail("SWFVersion.FLASH8 is not an int. Instead, it is a "+Type.typeof(SWFVersion.FLASH8));
/dports/games/rottdc/rottdc-1.0-2/rott/
H A Drt_state.c688 statetype s_basemarker8 = {false,FLASH8,3,NULL,0,&s_basemarker1};
699 statetype s_flash8 = {false,FLASH8,3,NULL,0,NULL};
H A Dsprites.h397 FLASH5,FLASH6,FLASH7,FLASH8, enumerator