Home
last modified time | relevance | path

Searched refs:swfVersion (Results 1 – 25 of 111) sorted by relevance

12345

/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/libcore/
H A DPropFlags.h99 bool get_visible(int swfVersion) const { in get_visible() argument
100 if (test<onlySWF6Up>() && swfVersion < 6) return false; in get_visible()
101 if (test<ignoreSWF6>() && swfVersion == 6) return false; in get_visible()
102 if (test<onlySWF7Up>() && swfVersion < 7) return false; in get_visible()
103 if (test<onlySWF8Up>() && swfVersion < 8) return false; in get_visible()
104 if (test<onlySWF9Up>() && swfVersion < 9) return false; in get_visible()
108 void clear_visible(int swfVersion) { in clear_visible() argument
109 if (swfVersion == 6) { in clear_visible()
H A DDynamicShape.cpp196 DynamicShape::lineTo(std::int32_t x, std::int32_t y, int swfVersion) in lineTo() argument
210 _currpath->expandBounds(bounds, thickness, swfVersion); in lineTo()
212 bounds.expand_to_circle(x, y, swfVersion < 8 ? thickness : in lineTo()
228 std::int32_t ax, std::int32_t ay, int swfVersion) in curveTo() argument
241 _currpath->expandBounds(bounds, thickness, swfVersion); in curveTo()
245 swfVersion < 8 ? thickness : thickness / 2.0); in curveTo()
247 swfVersion < 8 ? thickness : thickness / 2.0); in curveTo()
H A Das_environment.cpp125 const int swfVersion = vm.getSWFVersion(); in findObject() local
242 if (swfVersion > 5) { in findObject()
463 const int swfVersion = vm.getSWFVersion(); in setVariableRaw() local
464 if (swfVersion < 6 && vm.calling()) { in setVariableRaw()
494 const int swfVersion = vm.getSWFVersion(); in getVariableRaw() local
509 if (swfVersion < 6 && vm.calling()) { in getVariableRaw()
534 if (swfVersion < 5) return as_value(); in getVariableRaw()
537 swfVersion < 7); in getVariableRaw()
547 if (swfVersion > 5 && eq(key, NSV::PROP_uGLOBAL)) { in getVariableRaw()
H A DDynamicShape.h59 void lineTo(std::int32_t x, std::int32_t y, int swfVersion);
65 std::int32_t ax, std::int32_t ay, int swfVersion);
/dports/science/wxmacmolplt/wxmacmolplt-7.7-43-g9a46f7a/src/ming-src/blocks/
H A Daction.c105 int swfVersion /* target SWF version */, in SWFAction_compile() argument
130 if(script != NULL && swfVersion == 4) in SWFAction_compile()
132 swf4ParseInit(script, action->debug, swfVersion); in SWFAction_compile()
137 swf5ParseInit(script, action->debug, swfVersion); in SWFAction_compile()
200 SWFAction_compile(action, block->swfVersion, &length); in completeSWFAction()
210 SWFAction_compile(init->action, block->swfVersion, &len); in completeSWFInitAction()
H A Dplaceobject.c90 if(block->swfVersion >= 6)
98 SWFAction_compile(place->actions[i], block->swfVersion, &length);
99 if(block->swfVersion >= 6)
105 if((block->swfVersion >= 6) && (place->actionFlags[i] & 0x20000)) {
116 if(block->swfVersion >= 6)
H A Dsprite.c58 SWF_assert(block->swfVersion); in completeSWFSprite()
65 sprite->blocks[i]->swfVersion = block->swfVersion; in completeSWFSprite()
H A Dbrowserfont.c55 SWF_assert(BLOCK(font)->swfVersion);
61 if(BLOCK(font)->swfVersion > 5) /* maybe italic or bold flag? */
/dports/graphics/ming/libming-ming-0_4_8/src/blocks/
H A Daction.c105 int swfVersion /* target SWF version */, in SWFAction_compile() argument
130 if(script != NULL && swfVersion == 4) in SWFAction_compile()
132 swf4ParseInit(script, action->debug, swfVersion); in SWFAction_compile()
137 swf5ParseInit(script, action->debug, swfVersion); in SWFAction_compile()
200 SWFAction_compile(action, block->swfVersion, &length); in completeSWFAction()
210 SWFAction_compile(init->action, block->swfVersion, &len); in completeSWFInitAction()
H A Dplaceobject.c90 if(block->swfVersion >= 6) in writeActions()
98 SWFAction_compile(place->actions[i], block->swfVersion, &length); in writeActions()
99 if(block->swfVersion >= 6) in writeActions()
105 if((block->swfVersion >= 6) && (place->actionFlags[i] & 0x20000)) { in writeActions()
116 if(block->swfVersion >= 6) in writeActions()
H A Dsprite.c58 SWF_assert(block->swfVersion); in completeSWFSprite()
65 sprite->blocks[i]->swfVersion = block->swfVersion; in completeSWFSprite()
/dports/graphics/p5-ming/libming-ming-0_4_8/src/blocks/
H A Daction.c105 int swfVersion /* target SWF version */, in SWFAction_compile() argument
130 if(script != NULL && swfVersion == 4) in SWFAction_compile()
132 swf4ParseInit(script, action->debug, swfVersion); in SWFAction_compile()
137 swf5ParseInit(script, action->debug, swfVersion); in SWFAction_compile()
200 SWFAction_compile(action, block->swfVersion, &length); in completeSWFAction()
210 SWFAction_compile(init->action, block->swfVersion, &len); in completeSWFInitAction()
H A Dplaceobject.c90 if(block->swfVersion >= 6) in writeActions()
98 SWFAction_compile(place->actions[i], block->swfVersion, &length); in writeActions()
99 if(block->swfVersion >= 6) in writeActions()
105 if((block->swfVersion >= 6) && (place->actionFlags[i] & 0x20000)) { in writeActions()
116 if(block->swfVersion >= 6) in writeActions()
H A Dsprite.c58 SWF_assert(block->swfVersion); in completeSWFSprite()
65 sprite->blocks[i]->swfVersion = block->swfVersion; in completeSWFSprite()
/dports/graphics/py-ming/libming-ming-0_4_8/src/blocks/
H A Daction.c105 int swfVersion /* target SWF version */, in SWFAction_compile() argument
130 if(script != NULL && swfVersion == 4) in SWFAction_compile()
132 swf4ParseInit(script, action->debug, swfVersion); in SWFAction_compile()
137 swf5ParseInit(script, action->debug, swfVersion); in SWFAction_compile()
200 SWFAction_compile(action, block->swfVersion, &length); in completeSWFAction()
210 SWFAction_compile(init->action, block->swfVersion, &len); in completeSWFInitAction()
H A Dplaceobject.c90 if(block->swfVersion >= 6) in writeActions()
98 SWFAction_compile(place->actions[i], block->swfVersion, &length); in writeActions()
99 if(block->swfVersion >= 6) in writeActions()
105 if((block->swfVersion >= 6) && (place->actionFlags[i] & 0x20000)) { in writeActions()
116 if(block->swfVersion >= 6) in writeActions()
H A Dsprite.c58 SWF_assert(block->swfVersion); in completeSWFSprite()
65 sprite->blocks[i]->swfVersion = block->swfVersion; in completeSWFSprite()
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/framework/src/mx/messaging/config/
H A DLoaderConfig.as47 _swfVersion = root.loaderInfo.swfVersion;
104 // swfVersion
111 * top-level MovieClip's swfVersion.
113 public static function get swfVersion():uint property in LoaderConfig
/dports/devel/flex-sdk35/flex-sdk3-3.5.0.12683_1/frameworks/projects/framework/src/mx/messaging/config/
H A DLoaderConfig.as74 // swfVersion
81 * top-level MovieClip's swfVersion.
83 public static function get swfVersion():uint property in LoaderConfig
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/testsuite/misc-haxe.all/classes.all/display/
H A DLoaderInfo_as.hx159 // For older versions (FP<9), the swfVersion returned type int. However
162 if (Type.typeof(x1.swfVersion)==ValueType.TInt) {
163 if (Std.is(x1.swfVersion, Int)) {
164 DejaGnu.pass("LoaderInfo::swfVersion property exists");
166 DejaGnu.fail("LoaderInfo::swfVersion property doesn't exist");
169 if (Std.is(x1.swfVersion, SWFVersion)) {
170 DejaGnu.pass("LoaderInfo::swfVersion property exists");
172 DejaGnu.fail("LoaderInfo::swfVersion property doesn't exist");
/dports/science/wxmacmolplt/wxmacmolplt-7.7-43-g9a46f7a/src/ming-src/actioncompiler/
H A Dcompile.c38 int swfVersion = 0; variable
342 if(swfVersion < 5) in bufferWriteConstantString()
371 if(out->pushloc == NULL || swfVersion < 5) in bufferWritePushString()
386 if(swfVersion < 5) in bufferWriteString()
417 if(out->pushloc == NULL || swfVersion < 5) in bufferWriteInt()
448 if(out->pushloc == NULL || swfVersion < 5) in bufferWriteFloat()
478 if(out->pushloc == NULL || swfVersion < 5) in bufferWriteDouble()
516 if(out->pushloc == NULL || swfVersion < 5) in bufferWriteNull()
534 if(out->pushloc == NULL || swfVersion < 5) in bufferWriteUndef()
552 if(out->pushloc == NULL || swfVersion < 5) in bufferWriteBoolean()
[all …]
/dports/graphics/swfmill/swfmill-0.3.6/src/
H A DSWFFile.cpp30 ctx.swfVersion = version; in dump()
55 ctx->swfVersion = version; in load()
155 ctx->swfVersion = version; in save()
214 ctx->swfVersion = version; in getXML()
297 ctx->swfVersion = version = t; in setXML()
/dports/graphics/ming/libming-ming-0_4_8/src/actioncompiler/
H A Dcompile.c38 int swfVersion = 0; variable
342 if(swfVersion < 5) in bufferWriteConstantString()
371 if(out->pushloc == NULL || swfVersion < 5) in bufferWritePushString()
386 if(swfVersion < 5) in bufferWriteString()
417 if(out->pushloc == NULL || swfVersion < 5) in bufferWriteInt()
448 if(out->pushloc == NULL || swfVersion < 5) in bufferWriteFloat()
478 if(out->pushloc == NULL || swfVersion < 5) in bufferWriteDouble()
516 if(out->pushloc == NULL || swfVersion < 5) in bufferWriteNull()
534 if(out->pushloc == NULL || swfVersion < 5) in bufferWriteUndef()
552 if(out->pushloc == NULL || swfVersion < 5) in bufferWriteBoolean()
[all …]
/dports/graphics/p5-ming/libming-ming-0_4_8/src/actioncompiler/
H A Dcompile.c38 int swfVersion = 0; variable
342 if(swfVersion < 5) in bufferWriteConstantString()
371 if(out->pushloc == NULL || swfVersion < 5) in bufferWritePushString()
386 if(swfVersion < 5) in bufferWriteString()
417 if(out->pushloc == NULL || swfVersion < 5) in bufferWriteInt()
448 if(out->pushloc == NULL || swfVersion < 5) in bufferWriteFloat()
478 if(out->pushloc == NULL || swfVersion < 5) in bufferWriteDouble()
516 if(out->pushloc == NULL || swfVersion < 5) in bufferWriteNull()
534 if(out->pushloc == NULL || swfVersion < 5) in bufferWriteUndef()
552 if(out->pushloc == NULL || swfVersion < 5) in bufferWriteBoolean()
[all …]
/dports/graphics/py-ming/libming-ming-0_4_8/src/actioncompiler/
H A Dcompile.c38 int swfVersion = 0; variable
342 if(swfVersion < 5) in bufferWriteConstantString()
371 if(out->pushloc == NULL || swfVersion < 5) in bufferWritePushString()
386 if(swfVersion < 5) in bufferWriteString()
417 if(out->pushloc == NULL || swfVersion < 5) in bufferWriteInt()
448 if(out->pushloc == NULL || swfVersion < 5) in bufferWriteFloat()
478 if(out->pushloc == NULL || swfVersion < 5) in bufferWriteDouble()
516 if(out->pushloc == NULL || swfVersion < 5) in bufferWriteNull()
534 if(out->pushloc == NULL || swfVersion < 5) in bufferWriteUndef()
552 if(out->pushloc == NULL || swfVersion < 5) in bufferWriteBoolean()
[all …]

12345