Home
last modified time | relevance | path

Searched refs:FLASH2 (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/testsuite/misc-haxe.all/classes.all/display/
H A DSWFVersion_as.hx52 if (Type.typeof(SWFVersion.FLASH2) == ValueType.TInt) {
53 DejaGnu.pass("SWFVersion.FLASH2 is an int");
54 if (Std.string(SWFVersion.FLASH2) == "2") {
55 DejaGnu.pass("SWFVersion.FLASH2 is the correct int (2)");
57 …DejaGnu.fail("SWFVersion.FLASH2 is not the correct int (Should be 2, but is "+SWFVersion.FLASH2+")…
60 … DejaGnu.fail("SWFVersion.FLASH2 is not an int. Instead, it is a "+Type.typeof(SWFVersion.FLASH2));
/dports/games/xjewel/xjewel-1.6/
H A Dlogic.h39 #define FLASH2 12 macro
H A Djewel.c457 colors[FLASH2]=colors[FLASH1]; in Init_Jewel()
458 PiecesGC[FLASH2]=XCreateGC(xw_display, xw_window, gcvm, &gcv); in Init_Jewel()
459 PiecesPM[FLASH2]=XCreateBitmapFromData(xw_display, xw_window, in Init_Jewel()
/dports/games/rottdc/rottdc-1.0-2/rott/
H A Drt_state.c694 statetype s_basemarker2 = {false,FLASH2,3,NULL,0,&s_basemarker3};
705 statetype s_flash2 = {false,FLASH2,3,NULL,0,&s_flash3};
H A Dsprites.h396 FLASH1,FLASH2,FLASH3,FLASH4, enumerator