SWFText          1522 mingpp.h       class SWFText : public SWFCharacter
SWFText          1527 mingpp.h         SWFText(int version = 1)
SWFText          1538 mingpp.h         virtual ~SWFText()
SWFText          1589 mingpp.h         SWF_DECLAREONLY(SWFText);
SWFText            21 perl_ext/perl_swf.h typedef SWFText            SWF__Text;
SWFText            64 php_ext/ming.c static SWFText getText(zval *id TSRMLS_DC);
SWFText          5344 php_ext/ming.c 	SWFText text;
SWFText          5364 php_ext/ming.c 	destroySWFText((SWFText)resource->ptr);
SWFText          5370 php_ext/ming.c static SWFText getText(zval *id TSRMLS_DC)
SWFText          5377 php_ext/ming.c 	return (SWFText)text;
SWFText          5386 php_ext/ming.c 	SWFText text = getText(getThis() TSRMLS_CC);
SWFText          5403 php_ext/ming.c 	SWFText text = getText(getThis() TSRMLS_CC);
SWFText          5418 php_ext/ming.c 	SWFText text = getText(getThis() TSRMLS_CC);
SWFText          5433 php_ext/ming.c 	SWFText text = getText(getThis() TSRMLS_CC);
SWFText          5448 php_ext/ming.c 	SWFText text = getText(getThis() TSRMLS_CC);
SWFText          5464 php_ext/ming.c 	SWFText text = getText(getThis() TSRMLS_CC);
SWFText          5483 php_ext/ming.c 	SWFText text = getText(getThis() TSRMLS_CC);
SWFText          5871 py_ext/ming_wrap.c   SWFText result;
SWFText          5874 py_ext/ming_wrap.c   result = (SWFText)newSWFText();
SWFText          5884 py_ext/ming_wrap.c   SWFText result;
SWFText          5887 py_ext/ming_wrap.c   result = (SWFText)newSWFText2();
SWFText          5897 py_ext/ming_wrap.c   SWFText arg1 = (SWFText) 0 ;
SWFText          5916 py_ext/ming_wrap.c   SWFText arg1 = (SWFText) 0 ;
SWFText          5942 py_ext/ming_wrap.c   SWFText arg1 = (SWFText) 0 ;
SWFText          5970 py_ext/ming_wrap.c   SWFText arg1 = (SWFText) 0 ;
SWFText          6025 py_ext/ming_wrap.c   SWFText arg1 = (SWFText) 0 ;
SWFText          6062 py_ext/ming_wrap.c   SWFText arg1 = (SWFText) 0 ;
SWFText          6102 py_ext/ming_wrap.c   SWFText arg1 = (SWFText) 0 ;
SWFText          6142 py_ext/ming_wrap.c   SWFText arg1 = (SWFText) 0 ;
SWFText          6188 py_ext/ming_wrap.c   SWFText arg1 = (SWFText) 0 ;
SWFText          6216 py_ext/ming_wrap.c   SWFText arg1 = (SWFText) 0 ;
SWFText          6248 py_ext/ming_wrap.c   SWFText arg1 = (SWFText) 0 ;
SWFText          6280 py_ext/ming_wrap.c   SWFText arg1 = (SWFText) 0 ;
SWFText          6309 py_ext/ming_wrap.c   SWFText arg1 = (SWFText) 0 ;
SWFText          6329 py_ext/ming_wrap.c   SWFText arg1 = (SWFText) 0 ;
SWFText          6349 py_ext/ming_wrap.c   SWFText arg1 = (SWFText) 0 ;
SWFText           208 src/blocks/swf.h SWFText newSWFText();
SWFText           209 src/blocks/swf.h SWFText newSWFText2();
SWFText            93 src/blocks/text.c 	SWFText text = (SWFText)block;
SWFText           124 src/blocks/text.c 	SWFText text = (SWFText)block;
SWFText           165 src/blocks/text.c SWFText
SWFText           170 src/blocks/text.c 	SWFText text = (SWFText)malloc(sizeof(struct SWFText_s));
SWFText           220 src/blocks/text.c SWFText
SWFText           223 src/blocks/text.c 	SWFText text = newSWFText();
SWFText           103 src/ming.h     	SWFText			text;
SWFText           449 src/ming.h     SWFText newSWFText(void);
SWFText           450 src/ming.h     SWFText newSWFText2(void);
SWFText           451 src/ming.h     void destroySWFText(SWFText text);
SWFText           453 src/ming.h     void SWFText_setFont(SWFText text, SWFFont font);
SWFText           454 src/ming.h     void SWFText_setHeight(SWFText text, float height);
SWFText           455 src/ming.h     void SWFText_setColor(SWFText text, byte r, byte g, byte b, byte a);
SWFText           457 src/ming.h     void SWFText_moveTo(SWFText text, float x, float y);
SWFText           459 src/ming.h     void SWFText_addString(SWFText text, const char* string, int* advance);
SWFText           460 src/ming.h     void SWFText_addUTF8String(SWFText text, const char* string, int* advance);
SWFText           461 src/ming.h     void SWFText_addWideString(SWFText text, const unsigned short* string,
SWFText           464 src/ming.h     void SWFText_setSpacing(SWFText text, float spacing);
SWFText           466 src/ming.h     float SWFText_getStringWidth(SWFText text, const char* string);
SWFText           467 src/ming.h     float SWFText_getUTF8StringWidth(SWFText text, const char* string);
SWFText           468 src/ming.h     float SWFText_getWideStringWidth(SWFText text, const unsigned short* string);
SWFText           473 src/ming.h     float SWFText_getAscent(SWFText text);
SWFText           474 src/ming.h     float SWFText_getDescent(SWFText text);
SWFText           475 src/ming.h     float SWFText_getLeading(SWFText text);
SWFText           427 src/movie.c    		SWFMovie_resolveTextFonts(movie, (SWFText)character);
SWFText           533 src/movie.c    		SWFMovie_resolveTextFonts(movie, (SWFText)block);
SWFText           586 src/movie.c    		SWFMovie_resolveTextFonts(movie, (SWFText)block);
SWFText             8 test/Font/test01-cxx.C 		SWFText *text = new SWFText(1);
SWFText             9 test/Font/test01.c 	SWFText text = newSWFText();
SWFText            15 test/Font/test01.php $character1 = new SWFText(1);
SWFText             8 test/Font/test02-cxx.C 		SWFText *text = new SWFText(1);
SWFText             9 test/Font/test02.c 	SWFText text = newSWFText();
SWFText            17 test/Font/test02.php $character1 = new SWFText(1);
SWFText             8 test/Font/test03-cxx.C 		SWFText *text = new SWFText(1);
SWFText             9 test/Font/test03.c 	SWFText text = newSWFText();
SWFText            17 test/Font/test03.php $character1 = new SWFText(1);
SWFText            12 test/Font/test04-cxx.C 		SWFText *text = new SWFText(1);
SWFText            15 test/Font/test04.c 	SWFText text = newSWFText();
SWFText            12 test/Font/test04.php $t = new SWFText(1);
SWFText            12 test/Font/test05-cxx.C 		SWFText *text = new SWFText(1);
SWFText            15 test/Font/test05.c 	SWFText text = newSWFText();
SWFText            12 test/Font/test05.php $t = new SWFText(1);
SWFText             8 test/Movie/assignSymbol/test01-cxx.C 		SWFText *text = new SWFText(1);
SWFText             9 test/Movie/assignSymbol/test01.c 	SWFText text = newSWFText();
SWFText            15 test/Movie/assignSymbol/test01.php $character1 = new SWFText(1);
SWFText            11 test/Text/test01-cxx.C 		SWFText *text = new SWFText(2);
SWFText            11 test/Text/test01.c 	SWFText text = newSWFText2();
SWFText            15 test/Text/test01.php $character1 = new SWFText(2);
SWFText            11 test/Text/test02-cxx.C 		SWFText *text = new SWFText(2);
SWFText            11 test/Text/test02.c 	SWFText text = newSWFText2();
SWFText            16 test/Text/test02.php $character1 = new SWFText(2);
SWFText            11 test/Text/test03-cxx.C 		SWFText *text = new SWFText(2);
SWFText            11 test/Text/test03.c 	SWFText text = newSWFText2();
SWFText            13 test/Text/test03.php $t = new SWFText(2);