BLOCK             272 src/blocks/action.c         SWFBlockInit(BLOCK(action));
BLOCK             273 src/blocks/action.c         BLOCK(action)->type = SWF_DOACTION;
BLOCK             274 src/blocks/action.c         BLOCK(action)->writeBlock = writeSWFActionToMethod;
BLOCK             275 src/blocks/action.c         BLOCK(action)->complete = completeSWFAction;
BLOCK             276 src/blocks/action.c         BLOCK(action)->dtor = (destroySWFBlockMethod) destroySWFAction;
BLOCK             347 src/blocks/action.c 	SWFBlockInit(BLOCK(init));
BLOCK             348 src/blocks/action.c 	BLOCK(init)->writeBlock = writeSWFInitActionToMethod;
BLOCK             349 src/blocks/action.c 	BLOCK(init)->complete = completeSWFInitAction;
BLOCK             350 src/blocks/action.c 	BLOCK(init)->dtor = (destroySWFBlockMethod) destroySWFInitAction;
BLOCK             351 src/blocks/action.c 	BLOCK(init)->type = SWF_INITACTION;
BLOCK             367 src/blocks/action.c 	SWFBlockInit(BLOCK(init));
BLOCK             368 src/blocks/action.c 	BLOCK(init)->writeBlock = writeSWFInitActionToMethod;
BLOCK             369 src/blocks/action.c 	BLOCK(init)->complete = completeSWFInitAction;
BLOCK             370 src/blocks/action.c 	BLOCK(init)->dtor = (destroySWFBlockMethod) destroySWFInitAction;
BLOCK             371 src/blocks/action.c 	BLOCK(init)->type = SWF_INITACTION;
BLOCK             381 src/blocks/action.c 	SWFBlockInit(BLOCK(init));
BLOCK             382 src/blocks/action.c 	BLOCK(init)->writeBlock = writeSWFInitActionToMethod;
BLOCK             383 src/blocks/action.c 	BLOCK(init)->complete = completeSWFInitAction;
BLOCK             384 src/blocks/action.c 	BLOCK(init)->dtor = (destroySWFBlockMethod) destroySWFInitAction;
BLOCK             385 src/blocks/action.c 	BLOCK(init)->type = SWF_INITACTION;
BLOCK              69 src/blocks/binary.c         BLOCK(data)->type = SWF_DEFINEBINARYDATA;
BLOCK              70 src/blocks/binary.c         BLOCK(data)->writeBlock = writeSWFBinaryDataToMethod;
BLOCK              71 src/blocks/binary.c         BLOCK(data)->complete = completeSWFBinaryData;
BLOCK              72 src/blocks/binary.c         BLOCK(data)->dtor = (destroySWFBlockMethod) destroySWFBinaryData;
BLOCK              55 src/blocks/browserfont.c 	SWF_assert(BLOCK(font)->swfVersion);
BLOCK              61 src/blocks/browserfont.c 	if(BLOCK(font)->swfVersion > 5)	/* maybe italic or bold flag? */
BLOCK              85 src/blocks/browserfont.c 	BLOCK(font)->type = SWF_DEFINEFONT2; /* see below */
BLOCK             112 src/blocks/browserfont.c 	BLOCK(font)->writeBlock = writeSWFBrowserFontToMethod;
BLOCK             113 src/blocks/browserfont.c 	BLOCK(font)->complete = completeSWFBrowserFont;
BLOCK             114 src/blocks/browserfont.c 	BLOCK(font)->dtor = (destroySWFBlockMethod) destroySWFBrowserFont;
BLOCK             116 src/blocks/browserfont.c 	BLOCK(font)->type = SWF_BROWSERFONT;
BLOCK             442 src/blocks/button.c 	BLOCK(button)->type = SWF_DEFINEBUTTON2;
BLOCK             443 src/blocks/button.c 	BLOCK(button)->writeBlock = writeSWFButtonToMethod;
BLOCK             444 src/blocks/button.c 	BLOCK(button)->complete = completeSWFButton;
BLOCK             445 src/blocks/button.c 	BLOCK(button)->dtor = (destroySWFBlockMethod) destroySWFButton;
BLOCK             104 src/blocks/character.c 	if ( BLOCK(character)->type == SWF_DEFINEMORPHSHAPE )
BLOCK              79 src/blocks/dbl.c 	BLOCK(dbl)->writeBlock = writeSWFDBLBitmapToMethod;
BLOCK              80 src/blocks/dbl.c 	BLOCK(dbl)->complete = completeSWFDBLBitmap;
BLOCK              81 src/blocks/dbl.c 	BLOCK(dbl)->dtor = (destroySWFBlockMethod) destroySWFCharacter;
BLOCK              99 src/blocks/dbl.c 			BLOCK(dbl)->type = SWF_DEFINELOSSLESS;
BLOCK             102 src/blocks/dbl.c 			BLOCK(dbl)->type = SWF_DEFINELOSSLESS2;
BLOCK             110 src/blocks/dbl.c 		BLOCK(dbl)->length = SWFInput_getUInt32_BE(input);
BLOCK             111 src/blocks/dbl.c 		BLOCK(dbl)->length += 2; /* character id */
BLOCK             117 src/blocks/dbl.c 		BLOCK(dbl)->length = SWFInput_getUInt16_BE(input);
BLOCK             118 src/blocks/dbl.c 		BLOCK(dbl)->length += 2; /* character id */
BLOCK             185 src/blocks/dbl.c 	BLOCK(dbl)->writeBlock = writeSWFDBLBitmapDataToMethod;
BLOCK             186 src/blocks/dbl.c 	BLOCK(dbl)->complete = completeSWFDBLBitmap;
BLOCK             187 src/blocks/dbl.c 	BLOCK(dbl)->dtor = (destroySWFBlockMethod) destroySWFDBLBitmapData;
BLOCK             196 src/blocks/dbl.c 		BLOCK(dbl)->type = SWF_DEFINELOSSLESS2;
BLOCK             198 src/blocks/dbl.c 		BLOCK(dbl)->type = SWF_DEFINELOSSLESS;
BLOCK             200 src/blocks/dbl.c 	BLOCK(dbl)->length = data->length;
BLOCK             201 src/blocks/dbl.c 	BLOCK(dbl)->length += 7; /* character id, format, width, height */
BLOCK             203 src/blocks/dbl.c 		BLOCK(dbl)->length++;
BLOCK             243 src/blocks/dbl.c 	BLOCK(dbl)->dtor = (destroySWFBlockMethod) destroySWFDBLBitmap_andInputs;
BLOCK              84 src/blocks/fileattrs.c         SWFBlockInit(BLOCK(fattrs));
BLOCK              85 src/blocks/fileattrs.c         BLOCK(fattrs)->type = SWF_FILEATTRIBUTES;
BLOCK              86 src/blocks/fileattrs.c         BLOCK(fattrs)->writeBlock = writeSWFFileAttributesToMethod;
BLOCK              87 src/blocks/fileattrs.c         BLOCK(fattrs)->complete = completeSWFFileAttributes;
BLOCK              88 src/blocks/fileattrs.c         BLOCK(fattrs)->dtor = (destroySWFBlockMethod) destroySWFFileAttributes;
BLOCK             276 src/blocks/font.c 	BLOCK(font)->type = SWF_MINGFONT;
BLOCK             277 src/blocks/font.c 	BLOCK(font)->writeBlock = NULL;
BLOCK             278 src/blocks/font.c 	BLOCK(font)->complete = NULL;
BLOCK             279 src/blocks/font.c 	BLOCK(font)->dtor = (destroySWFBlockMethod) destroySWFFont;
BLOCK             431 src/blocks/font.c 	BLOCK(inst)->type = SWF_DEFINEFONT2;
BLOCK             432 src/blocks/font.c 	BLOCK(inst)->writeBlock = writeSWFFontCharacterToMethod;
BLOCK             433 src/blocks/font.c 	BLOCK(inst)->complete = completeSWFFontCharacter;
BLOCK             434 src/blocks/font.c 	BLOCK(inst)->dtor = (destroySWFBlockMethod) destroySWFFontCharacter;
BLOCK             455 src/blocks/font.c 	BLOCK(ret)->type = SWF_DEFINEFONT;
BLOCK             456 src/blocks/font.c 	BLOCK(ret)->complete = completeSWFImportCharacter;
BLOCK             457 src/blocks/font.c 	BLOCK(ret)->writeBlock = NULL;
BLOCK             458 src/blocks/font.c 	BLOCK(ret)->dtor = NULL;
BLOCK              79 src/blocks/fontinfo.c 	BLOCK(fontInfo)->type = SWF_DEFINEFONTINFO;
BLOCK              80 src/blocks/fontinfo.c 	BLOCK(fontInfo)->writeBlock = writeDefineSWFFontInfoBlock;
BLOCK              81 src/blocks/fontinfo.c 	BLOCK(fontInfo)->complete = completeDefineSWFFontInfoBlock;
BLOCK              79 src/blocks/fromswf.c 	BLOCK(clip)->type = SWF_PREBUILTCLIP;
BLOCK              80 src/blocks/fromswf.c 	BLOCK(clip)->writeBlock = writeSWFPrebuiltClipToMethod;
BLOCK              81 src/blocks/fromswf.c 	BLOCK(clip)->complete = completeSWFPrebuiltClip;
BLOCK              82 src/blocks/fromswf.c 	BLOCK(clip)->dtor = (destroySWFBlockMethod) destroySWFPrebuiltClip;
BLOCK             116 src/blocks/fromswf.c 	BLOCK(data)->type = SWF_PREBUILT;
BLOCK             117 src/blocks/fromswf.c 	BLOCK(data)->writeBlock = writeSWFPrebuiltToMethod;
BLOCK             118 src/blocks/fromswf.c 	BLOCK(data)->complete = completeSWFPrebuilt;
BLOCK             119 src/blocks/fromswf.c 	BLOCK(data)->dtor = (destroySWFBlockMethod) destroySWFPrebuilt;
BLOCK              89 src/blocks/imports.c 	BLOCK(iblock)->type = SWF_IMPORTASSETS;
BLOCK              91 src/blocks/imports.c 	BLOCK(iblock)->writeBlock = (writeSWFBlockMethod) writeSWFImportBlockToMethod;
BLOCK              92 src/blocks/imports.c 	BLOCK(iblock)->complete = completeSWFImportBlock;
BLOCK              93 src/blocks/imports.c 	BLOCK(iblock)->dtor = (destroySWFBlockMethod) destroySWFImportBlock;
BLOCK              94 src/blocks/imports.c 	BLOCK(iblock)->isDefined = 0;
BLOCK              95 src/blocks/imports.c 	BLOCK(iblock)->completed = 0;
BLOCK             388 src/blocks/jpeg.c 	BLOCK(jpeg)->writeBlock = writeSWFJpegBitmapToMethod;
BLOCK             389 src/blocks/jpeg.c 	BLOCK(jpeg)->complete = completeSWFJpegBitmap;
BLOCK             390 src/blocks/jpeg.c 	BLOCK(jpeg)->dtor = (destroySWFBlockMethod) destroySWFJpegBitmap;
BLOCK             391 src/blocks/jpeg.c 	BLOCK(jpeg)->type = SWF_DEFINEBITSJPEG2;
BLOCK             444 src/blocks/jpeg.c 	BLOCK(jpeg)->dtor = (destroySWFBlockMethod) destroySWFJpegBitmap_andInputs;
BLOCK             469 src/blocks/jpeg.c 	BLOCK(jpeg)->writeBlock = writeSWFJpegWithAlphaToMethod;
BLOCK             470 src/blocks/jpeg.c 	BLOCK(jpeg)->complete = completeSWFJpegBitmap; // can use same complete
BLOCK             471 src/blocks/jpeg.c 	BLOCK(jpeg)->dtor = (destroySWFBlockMethod) destroySWFJpegBitmap;			 // ditto here
BLOCK             472 src/blocks/jpeg.c 	BLOCK(jpeg)->type = SWF_DEFINEBITSJPEG3;
BLOCK             532 src/blocks/jpeg.c 	BLOCK(jpeg)->dtor = (destroySWFBlockMethod) destroySWFJpegAlpha_andInputs;
BLOCK              54 src/blocks/metadata.c 	SWFBlockInit(BLOCK(metadata));
BLOCK              55 src/blocks/metadata.c 	BLOCK(metadata)->type = SWF_METADATA;
BLOCK              56 src/blocks/metadata.c 	BLOCK(metadata)->writeBlock = writeSWFMetadataToMethod;
BLOCK              57 src/blocks/metadata.c 	BLOCK(metadata)->complete = completeSWFMetadata;
BLOCK              58 src/blocks/metadata.c 	BLOCK(metadata)->dtor = (destroySWFBlockMethod) destroySWFMetadata;
BLOCK              70 src/blocks/morph.c 		BLOCK(morph)->type = SWF_DEFINEMORPHSHAPE2;
BLOCK             184 src/blocks/morph.c 	BLOCK(morph)->type = SWF_DEFINEMORPHSHAPE;
BLOCK             185 src/blocks/morph.c 	BLOCK(morph)->writeBlock = writeSWFMorphBlockToStream;
BLOCK             186 src/blocks/morph.c 	BLOCK(morph)->complete = completeSWFMorphBlock;
BLOCK             187 src/blocks/morph.c 	BLOCK(morph)->dtor = (destroySWFBlockMethod) destroySWFMorph;
BLOCK             194 src/blocks/morph.c 	BLOCK(morph->shape1)->type = SWF_END;
BLOCK             197 src/blocks/morph.c 	BLOCK(morph->shape2)->type = SWF_END;
BLOCK              94 src/blocks/outputblock.c 	BLOCK(block)->type = type;
BLOCK              95 src/blocks/outputblock.c 	BLOCK(block)->writeBlock = writeSWFOutputBlockToStream;
BLOCK              96 src/blocks/outputblock.c 	BLOCK(block)->complete = getSWFOutputBlockLength;
BLOCK              97 src/blocks/outputblock.c 	BLOCK(block)->dtor = (destroySWFBlockMethod) destroySWFOutputBlock;
BLOCK              84 src/blocks/placeobject.c 	SWFBlock block = BLOCK(place);
BLOCK             230 src/blocks/placeobject.c 			BLOCK(block)->type = SWF_PLACEOBJECT2;
BLOCK             234 src/blocks/placeobject.c 			BLOCK(block)->type = SWF_PLACEOBJECT3;
BLOCK             253 src/blocks/placeobject.c 	BLOCK(place)->type = SWF_PLACEOBJECT2;
BLOCK             254 src/blocks/placeobject.c 	BLOCK(place)->writeBlock = writeSWFPlaceObject2BlockToStream;
BLOCK             255 src/blocks/placeobject.c 	BLOCK(place)->complete = completeSWFPlaceObject2Block;
BLOCK             256 src/blocks/placeobject.c 	BLOCK(place)->dtor = (destroySWFBlockMethod) destroySWFPlaceObject2Block;
BLOCK              70 src/blocks/protect.c 	SWFBlockInit(BLOCK(protect));
BLOCK              71 src/blocks/protect.c 	BLOCK(protect)->type = SWF_PROTECT;
BLOCK              72 src/blocks/protect.c 	BLOCK(protect)->writeBlock = writeSWFProtectToMethod;
BLOCK              73 src/blocks/protect.c 	BLOCK(protect)->complete = completeSWFProtect;
BLOCK              74 src/blocks/protect.c 	BLOCK(protect)->dtor = (destroySWFBlockMethod) destroySWFProtect;
BLOCK              30 src/blocks/scalinggrid.c 	switch(BLOCK(c)->type)
BLOCK              81 src/blocks/scalinggrid.c         SWFBlockInit(BLOCK(grid));
BLOCK              82 src/blocks/scalinggrid.c         BLOCK(grid)->type = SWF_DEFINESCALINGGRID;
BLOCK              83 src/blocks/scalinggrid.c         BLOCK(grid)->writeBlock = writeSWFScalingGridToMethod;
BLOCK              84 src/blocks/scalinggrid.c         BLOCK(grid)->complete = completeSWFScalingGrid;
BLOCK              85 src/blocks/scalinggrid.c         BLOCK(grid)->dtor = (destroySWFBlockMethod) destroySWFScalingGrid;
BLOCK             129 src/blocks/scenedata.c 	BLOCK(sdata)->type = SWF_DEFINESCENEANDFRAMEDATA;
BLOCK             130 src/blocks/scenedata.c 	BLOCK(sdata)->writeBlock = writeSWFSceneDataToMethod;
BLOCK             131 src/blocks/scenedata.c 	BLOCK(sdata)->complete = completeSWFSceneData;
BLOCK             132 src/blocks/scenedata.c 	BLOCK(sdata)->dtor = (destroySWFBlockMethod) destroySWFSceneData;
BLOCK              66 src/blocks/scriptlimits.c         SWFBlockInit(BLOCK(sl));
BLOCK              67 src/blocks/scriptlimits.c         BLOCK(sl)->type = SWF_SCRIPTLIMITS;
BLOCK              68 src/blocks/scriptlimits.c         BLOCK(sl)->writeBlock = writeSWFScriptLimitsToMethod;
BLOCK              69 src/blocks/scriptlimits.c         BLOCK(sl)->complete = completeSWFScriptLimits;
BLOCK              70 src/blocks/scriptlimits.c         BLOCK(sl)->dtor = (destroySWFBlockMethod) destroySWFScriptLimits;
BLOCK             188 src/blocks/shape.c 	BLOCK(shape)->writeBlock = NULL;
BLOCK             189 src/blocks/shape.c 	BLOCK(shape)->complete = NULL;
BLOCK             190 src/blocks/shape.c 	BLOCK(shape)->dtor = NULL;
BLOCK             191 src/blocks/shape.c 	BLOCK(shape)->type = SWF_UNUSEDBLOCK;
BLOCK             232 src/blocks/shape.c 	BLOCK(shape)->writeBlock = writeSWFShapeBlockToMethod;
BLOCK             233 src/blocks/shape.c 	BLOCK(shape)->complete = completeSWFShapeBlock;
BLOCK             234 src/blocks/shape.c 	BLOCK(shape)->dtor = (destroySWFBlockMethod) destroySWFShape;
BLOCK             235 src/blocks/shape.c 	BLOCK(shape)->type = SWF_DEFINESHAPE3;
BLOCK             365 src/blocks/shape.c 	if ( BLOCK(shape)->type > 0 )
BLOCK             370 src/blocks/shape.c 			BLOCK(shape)->type = SWF_DEFINESHAPE;
BLOCK             373 src/blocks/shape.c 			BLOCK(shape)->type = SWF_DEFINESHAPE2;
BLOCK             376 src/blocks/shape.c 			BLOCK(shape)->type = SWF_DEFINESHAPE4;
BLOCK             430 src/blocks/shape.c 		BLOCK(shape)->type, shape->edgeBounds);
BLOCK             432 src/blocks/shape.c 		BLOCK(shape)->type, shape->edgeBounds);
BLOCK             381 src/blocks/soundstream.c 	BLOCK(block)->complete = completeSWFSoundStream;
BLOCK             382 src/blocks/soundstream.c 	BLOCK(block)->writeBlock = writeSWFSoundStreamToMethod;
BLOCK             383 src/blocks/soundstream.c 	BLOCK(block)->dtor = NULL;
BLOCK             384 src/blocks/soundstream.c 	BLOCK(block)->type = SWF_SOUNDSTREAMBLOCK;
BLOCK             118 src/blocks/sprite.c 	BLOCK(sprite)->type = SWF_DEFINESPRITE;
BLOCK             119 src/blocks/sprite.c 	BLOCK(sprite)->writeBlock = writeSWFSpriteToMethod;
BLOCK             120 src/blocks/sprite.c 	BLOCK(sprite)->complete = completeSWFSprite;
BLOCK             121 src/blocks/sprite.c 	BLOCK(sprite)->dtor = (destroySWFBlockMethod) destroySWFSprite;
BLOCK             108 src/blocks/symbolclass.c         SWFBlockInit(BLOCK(sclass));
BLOCK             109 src/blocks/symbolclass.c         BLOCK(sclass)->type = SWF_SYMBOLCLASS;
BLOCK             110 src/blocks/symbolclass.c         BLOCK(sclass)->writeBlock = writeSWFSymbolClassToMethod;
BLOCK             111 src/blocks/symbolclass.c         BLOCK(sclass)->complete = completeSWFSymbolClass;
BLOCK             112 src/blocks/symbolclass.c         BLOCK(sclass)->dtor = (destroySWFBlockMethod) destroySWFSymbolClass;
BLOCK              53 src/blocks/tabindex.c         SWFBlockInit(BLOCK(ti));
BLOCK              54 src/blocks/tabindex.c         BLOCK(ti)->type = SWF_SETTABINDEX;
BLOCK              55 src/blocks/tabindex.c         BLOCK(ti)->writeBlock = writeSWFTabIndexToMethod;
BLOCK              56 src/blocks/tabindex.c         BLOCK(ti)->complete = completeSWFTabIndex;
BLOCK              57 src/blocks/tabindex.c         BLOCK(ti)->dtor = (destroySWFBlockMethod) destroySWFTabIndex;
BLOCK             180 src/blocks/text.c 	BLOCK(text)->type = SWF_DEFINETEXT;
BLOCK             181 src/blocks/text.c 	BLOCK(text)->writeBlock = writeSWFTextToMethod;
BLOCK             182 src/blocks/text.c 	BLOCK(text)->complete = completeSWFText;
BLOCK             183 src/blocks/text.c 	BLOCK(text)->dtor = (destroySWFBlockMethod) destroySWFText;
BLOCK             229 src/blocks/text.c 	BLOCK(text)->type = SWF_DEFINETEXT2;
BLOCK             752 src/blocks/text.c 			if ( BLOCK(text)->type == SWF_DEFINETEXT2 )
BLOCK             208 src/blocks/textfield.c 	BLOCK(field)->writeBlock = writeSWFTextFieldToMethod;
BLOCK             209 src/blocks/textfield.c 	BLOCK(field)->complete = completeSWFTextField;
BLOCK             210 src/blocks/textfield.c 	BLOCK(field)->dtor = (destroySWFBlockMethod) destroySWFTextField;
BLOCK             211 src/blocks/textfield.c 	BLOCK(field)->type = SWF_DEFINEEDITTEXT;
BLOCK             285 src/blocks/textfield.c 	if ( BLOCK(font)->type == SWF_BROWSERFONT )
BLOCK             292 src/blocks/textfield.c 	else if ( BLOCK(font)->type == SWF_DEFINEFONT 
BLOCK             293 src/blocks/textfield.c 		|| BLOCK(font)->type == SWF_DEFINEFONT2)
BLOCK             307 src/blocks/textfield.c 	else if (BLOCK(font)->type == SWF_MINGFONT)
BLOCK             145 src/blocks/videostream.c 	BLOCK(block)->complete = completeSWFVideoFrame;
BLOCK             146 src/blocks/videostream.c 	BLOCK(block)->writeBlock = writeSWFVideoFrameToMethod;
BLOCK             147 src/blocks/videostream.c 	BLOCK(block)->dtor = NULL;
BLOCK             148 src/blocks/videostream.c 	BLOCK(block)->type = SWF_VIDEOFRAME;
BLOCK             953 src/movie.c    	BLOCK(res)->type = SWF_DEFINESPRITE;
BLOCK             954 src/movie.c    	BLOCK(res)->writeBlock = NULL;
BLOCK             955 src/movie.c    	BLOCK(res)->complete = completeSWFImportCharacter;
BLOCK             956 src/movie.c    	BLOCK(res)->dtor = (destroySWFBlockMethod) destroySWFCharacter;