Home
last modified time | relevance | path

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

/dports/graphics/swftools/swftools-0.9.2/swfs/
H A Dsimple_viewer.c95 tag = swf_InsertTag(tag,ST_PLACEOBJECT2); in main()
220 tag = swf_InsertTag(tag,ST_PLACEOBJECT2); in main()
223 tag = swf_InsertTag(tag,ST_PLACEOBJECT2); in main()
230 tag = swf_InsertTag(tag,ST_PLACEOBJECT2); in main()
266 tag = swf_InsertTag(tag,ST_PLACEOBJECT2); in main()
H A DPreLoaderTemplate.c62 tag = swf_InsertTag(tag,ST_PLACEOBJECT2); in main()
94 tag = swf_InsertTag(tag,ST_PLACEOBJECT2); in main()
H A Dkeyboard_viewer.c79 tag = swf_InsertTag(tag,ST_PLACEOBJECT2); in main()
161 tag = swf_InsertTag(tag,ST_PLACEOBJECT2); in main()
199 tag = swf_InsertTag(tag,ST_PLACEOBJECT2); in main()
/dports/graphics/swftools/swftools-0.9.2/src/
H A Dswfcombine.c433 tag = swf_InsertTag(tag, ST_PLACEOBJECT2); in makestackmaster()
578 if(tag->id == ST_PLACEOBJECT2) in changedepth()
584 if(tag->id == ST_PLACEOBJECT2) { in changedepth()
623 case ST_PLACEOBJECT2: { in write_changepos()
690 tag = swf_InsertTag(tag, ST_PLACEOBJECT2); in write_sprite()
698 tag = swf_InsertTag(tag, ST_PLACEOBJECT2); in write_sprite()
828 tag = swf_InsertTag(tag, ST_PLACEOBJECT2); in write_master()
841 case ST_PLACEOBJECT2: in write_master()
952 case ST_PLACEOBJECT2: in catcombine()
1051 } else if(tag->id == ST_PLACEOBJECT2) { in normalcombine()
H A Djpeg2swf.c121 t = swf_InsertTag(t, ST_PLACEOBJECT2); in MovieFinish()
262 t = swf_InsertTag(t, ST_PLACEOBJECT2); in MovieAddFrame()
315 t = swf_InsertTag(t, ST_PLACEOBJECT2); in MovieAddFrame()
H A Dswfbbox.c170 if(tag->id == ST_PLACEOBJECT2 && (tag->data[0] & 2)) in hasid()
181 if(tag->id == ST_PLACEOBJECT2 && (tag->data[0] & 0x20)) in hasname()
192 if(tag->id == ST_PLACEOBJECT2 && (tag->data[0] & 0x20)) { in getname()
H A Dswfdump.c808 TAG*tag2 = swf_InsertTag(0, ST_PLACEOBJECT2); in handlePlaceObject()
1307 else if(tag->id == ST_PLACEOBJECT2 || tag->id == ST_PLACEOBJECT3) { in main()
1513 else if(tag->id == ST_PLACEOBJECT2 || tag->id == ST_PLACEOBJECT3) { in main()
1591 else if(tag->id == ST_PLACEOBJECT2 || tag->id == ST_PLACEOBJECT3) { in main()
H A Dswfextract.c482 desttag = swf_InsertTag(desttag, ST_PLACEOBJECT2); in extractTag()
488 desttag = swf_InsertTag(desttag, ST_PLACEOBJECT2); in extractTag()
1272 if(tag->id == ST_PLACEOBJECT || tag->id == ST_PLACEOBJECT2) { in main()
H A Dswfbytes.c124 } else if(tag->id == ST_PLACEOBJECT || tag->id == ST_PLACEOBJECT2) { in dumpFile()
H A Dpng2swf.c529 t = swf_InsertTag(t, ST_PLACEOBJECT2); in MovieAddFrame()
H A Dgif2swf.c447 t = swf_InsertTag(t, ST_PLACEOBJECT2);
H A Dswfc.c955 tag = swf_InsertTag(tag, ST_PLACEOBJECT2); in writeInstance()
2205 tag = swf_InsertTag(tag, ST_PLACEOBJECT2); in s_startclip()
2253 tag = swf_InsertTag(tag, ST_PLACEOBJECT2); in s_put()
/dports/graphics/swftools/swftools-0.9.2/lib/modules/
H A Dswftools.c207 case ST_PLACEOBJECT2: in swf_GetPlaceID()
258 ST_PLACEOBJECT2,
346 case ST_PLACEOBJECT2: in swf_GetDepth()
374 case ST_PLACEOBJECT2: in swf_SetDepth()
399 case ST_PLACEOBJECT2: { in swf_GetName()
656 case ST_PLACEOBJECT2: in enumerateUsedIDs()
1112 if(tag->id == ST_PLACEOBJECT2) { in swf_RelocateDepth()
1122 swf_ResetTag(tag, ST_PLACEOBJECT2); in swf_RelocateDepth()
1154 tag->id == ST_PLACEOBJECT2 || in swf_isPlaceTag()
1211 tag->id == ST_PLACEOBJECT2) { in swf_Concatenate()
H A Dswftext.c1961 tag = swf_InsertTag(tag, ST_PLACEOBJECT2); in swf_WriteFont()
2038 tag = swf_InsertTag(tag, ST_PLACEOBJECT2); in swf_WriteFont()
2041 tag = swf_InsertTag(tag, ST_PLACEOBJECT2); in swf_WriteFont()
2059 tag = swf_InsertTag(tag, ST_PLACEOBJECT2); in swf_WriteFont()
2062 tag = swf_InsertTag(tag, ST_PLACEOBJECT2); in swf_WriteFont()
2069 tag = swf_InsertTag(tag, ST_PLACEOBJECT2); in swf_WriteFont()
2078 tag = swf_InsertTag(tag, ST_PLACEOBJECT2); in swf_WriteFont()
2090 tag = swf_InsertTag(tag, ST_PLACEOBJECT2); in swf_WriteFont()
2093 tag = swf_InsertTag(tag, ST_PLACEOBJECT2); in swf_WriteFont()
H A Dswfdump.c178 case ST_PLACEOBJECT2: in swf_TagGetName()
H A Dswfobject.c173 } else if(tag->id == ST_PLACEOBJECT2 || tag->id == ST_PLACEOBJECT3) { in swf_GetPlaceObject()
H A Dswfrender.c1166 tag->id == ST_PLACEOBJECT2) { in renderFromTag()
/dports/graphics/swftools/swftools-0.9.2/lib/devices/
H A Dswf.c863 i->tag = swf_InsertTag(i->tag,ST_PLACEOBJECT2); in chararray_writetodev()
1058 i->tag = swf_InsertTag(i->tag,ST_PLACEOBJECT2); in addViewer()
1063 i->tag = swf_InsertTag(i->tag,ST_PLACEOBJECT2); in addViewer()
1172 i->tag = swf_InsertTag(i->tag, ST_PLACEOBJECT2); in setBackground()
1174 i->tag = swf_InsertTag(i->tag, ST_PLACEOBJECT2); in setBackground()
1416 i->tag = swf_InsertTag(i->tag,ST_PLACEOBJECT2); in endshape()
1988 i->tag = swf_InsertTag(i->tag,ST_PLACEOBJECT2); in drawlink()
2412 i->tag = swf_InsertTag(i->tag,ST_PLACEOBJECT2); in swf_fillbitmap()
2441 i->tag = swf_InsertTag(i->tag,ST_PLACEOBJECT2); in drawoutline()
2507 i->tag = swf_InsertTag(i->tag,ST_PLACEOBJECT2); in swf_startclip()
[all …]
/dports/graphics/swftools/swftools-0.9.2/lib/python/
H A Dtag.c151 self->internals.tag->id == ST_PLACEOBJECT2)); in tag_isPlacement()
H A Dtags.c124 self->tag = swf_InsertTag(0, ST_PLACEOBJECT2); in po_fillTAG()
1207 register_tag(ST_PLACEOBJECT2,&placeobject_tag); in tags_getMethods()
/dports/graphics/swftools/swftools-0.9.2/avi2swf/
H A Dv2swf.c326 swf_ResetTag(i->tag, ST_PLACEOBJECT2); in writeShowTags()
845 swf_ResetTag(i->tag, ST_PLACEOBJECT2); in encodeoneframe()
/dports/graphics/swftools/swftools-0.9.2/lib/h.263/
H A Dswfvideo.c1165 tag = swf_InsertTag(tag,ST_PLACEOBJECT2); in setdbgpic()
1487 tag = swf_InsertTag(tag, ST_PLACEOBJECT2); in mkblack()
1617 tag = swf_InsertTag(tag, ST_PLACEOBJECT2); in main()
/dports/graphics/swftools/swftools-0.9.2/lib/readers/
H A Dswf.c450 tag->id == ST_PLACEOBJECT2) { in extractFrame()
/dports/graphics/swftools/swftools-0.9.2/lib/
H A Drfxswf.h326 #define ST_PLACEOBJECT2 26 /* The new style place w/ alpha color transform and name. */ macro
H A Drfxswf.c1643 if(t->id == ST_PLACEOBJECT2 && t->len && (t->data[0]&0x80)) in WriteExtraTags()