Home
last modified time | relevance | path

Searched refs:swfVersion (Results 51 – 75 of 111) sorted by relevance

12345

/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/libcore/asobj/
H A DSharedObject_as.cpp770 const int swfVersion = getSWFVersion(fn); in sharedobject_getLocal() local
775 const std::string objName = objNameVal.to_string(swfVersion); in sharedobject_getLocal()
789 root = fn.arg(1).to_string(swfVersion); in sharedobject_getLocal()
/dports/science/wxmacmolplt/wxmacmolplt-7.7-43-g9a46f7a/src/ming-src/blocks/
H A Dbutton.c347 if(layer == 0 && block->swfVersion >= 5) layer = i+1;
369 SWFAction_compile(button->actions[i].action, block->swfVersion, &length);
/dports/graphics/ming/libming-ming-0_4_8/src/blocks/
H A Dbutton.c347 if(layer == 0 && block->swfVersion >= 5) layer = i+1; in completeSWFButton()
369 SWFAction_compile(button->actions[i].action, block->swfVersion, &length); in completeSWFButton()
/dports/graphics/p5-ming/libming-ming-0_4_8/src/blocks/
H A Dbutton.c347 if(layer == 0 && block->swfVersion >= 5) layer = i+1; in completeSWFButton()
369 SWFAction_compile(button->actions[i].action, block->swfVersion, &length); in completeSWFButton()
/dports/graphics/py-ming/libming-ming-0_4_8/src/blocks/
H A Dbutton.c347 if(layer == 0 && block->swfVersion >= 5) layer = i+1; in completeSWFButton()
369 SWFAction_compile(button->actions[i].action, block->swfVersion, &length); in completeSWFButton()
/dports/science/wxmacmolplt/wxmacmolplt-7.7-43-g9a46f7a/src/ming-src/actioncompiler/
H A Dcompile.h15 extern int swfVersion;
H A Dswf4compiler.flex88 swfVersion = version;
H A Dswf5compiler.y204 if(swfVersion > 6)
1603 if(swfVersion > 6)
/dports/graphics/ming/libming-ming-0_4_8/src/actioncompiler/
H A Dcompile.h15 extern int swfVersion;
H A Dswf4compiler.flex88 swfVersion = version;
H A Dswf5compiler.y206 if(swfVersion > 6)
1611 if(swfVersion > 6)
/dports/graphics/p5-ming/libming-ming-0_4_8/src/actioncompiler/
H A Dcompile.h15 extern int swfVersion;
H A Dswf4compiler.flex88 swfVersion = version;
H A Dswf5compiler.y206 if(swfVersion > 6)
1611 if(swfVersion > 6)
/dports/graphics/py-ming/libming-ming-0_4_8/src/actioncompiler/
H A Dcompile.h15 extern int swfVersion;
H A Dswf4compiler.flex88 swfVersion = version;
H A Dswf5compiler.y206 if(swfVersion > 6)
1611 if(swfVersion > 6)
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/libcore/swf/
H A DShapeRecord.cpp104 Subshape::computeBounds(int swfVersion) const in computeBounds()
125 p.expandBounds(bounds, thickness, swfVersion); in computeBounds()
/dports/graphics/flasm/flasm-1.62_1/
H A Dunflasm.c32 extern int swfVersion;
1956 if (swfVersion >= 6 || type == TAG_PLACEOBJECT3) { in parsePlaceObject()
2045 swfVersion = fgetc(f); in disassembleSWF()
2069 printf(" // flash %i, total frames: %u, frame rate: ", swfVersion, framesTotal); in disassembleSWF()
/dports/graphics/swfmill/swfmill-0.3.6/src/
H A DSWFGlyphList.cpp226 if (ctx->swfVersion >= 6) { in parseXML()
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/libcore/vm/
H A DASHandlers.cpp1484 const int swfVersion = thread.code.getDefinitionVersion(); in ActionOrd() local
1493 std::wstring wstr = utf8::decodeCanonicalString(str, swfVersion); in ActionOrd()
1515 const int swfVersion = thread.code.getDefinitionVersion(); in ActionChr() local
1516 if (swfVersion > 5) { in ActionChr()
2515 int swfVersion = vm.getSWFVersion(); in ActionNewEquals() local
2516 if (swfVersion <= 5) in ActionNewEquals()
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/framework/src/mx/managers/systemClasses/
H A DChildManager.as329 LoaderConfig._swfVersion = systemManager.loaderInfo.swfVersion;
/dports/science/wxmacmolplt/wxmacmolplt-7.7-43-g9a46f7a/src/ming-src/
H A Dmovie.c477 b->swfVersion = movie->version;
/dports/graphics/ming/libming-ming-0_4_8/src/
H A Dmovie.c483 b->swfVersion = movie->version; in SWFMovie_writeExports()
/dports/graphics/p5-ming/libming-ming-0_4_8/src/
H A Dmovie.c483 b->swfVersion = movie->version;

12345