morphing_ins.h.svn-base

来自「A Flash Player with ActionScript support」· SVN-BASE 代码 · 共 40 行

SVN-BASE
40
字号
#ifndef _MORPHING_INS_H_#define _MORPHING_INS_H_#include "base_types.h"#include "define.h"#include "movie_clips_def.h"#include "swf_file_pub.h"#include "shape_def.h"#include <glib.h>typedef struct mrp_ins {    swf_file_t                  *swf_p;         // 对象的 holder    UI8                         ins_type;    struct DefineCharacter      *define_p;    UI16                        depth;    struct Matrix               matrix;      // 相对于父实例的位置变换    struct Matrix               ab_matrix;      // 相对于 _root 的位置变换    struct CxFormWithAlpha      cxform;    UI16                        clip_depth;    struct RECT                 boundary;       // 实例的四框.单位 twips.    UI8                         dirty;          // 是否需要重新渲染    STRING                      name_p;         // 实例名称    STRING			full_name_p;	// 实例全名    gboolean			visible;    void			*pic_p;		// cache 图片指针.    gboolean			pic_dirty;	// cache 图片脏位.    struct DefineShape		*shape_p;    UI16			ratio;    UI16			last_ratio;    struct DefineShape 		GlobalShape;    struct StyleChangeRecord 	EndFlagP;    int 			isStraight;}mrp_ins_t;void mrp_ins_change(GNode* node_p,struct PlaceObject *cmd_p);void mrp_ins_update_shape(GNode* node_p);#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?