SWFFontCharacter 299 mingpp.h class SWFFontCharacter : public SWFCharacter
SWFFontCharacter 315 mingpp.h SWFFontCharacter(c_SWFFontCharacter fontcharacter)
SWFFontCharacter 321 mingpp.h virtual ~SWFFontCharacter()
SWFFontCharacter 324 mingpp.h SWF_DECLAREONLY(SWFFontCharacter);
SWFFontCharacter 325 mingpp.h SWFFontCharacter();
SWFFontCharacter 1059 mingpp.h SWFFontCharacter *importFont(const char *filename, const char *name)
SWFFontCharacter 1060 mingpp.h { return new SWFFontCharacter(SWFMovie_importFont(this->movie, filename, name)); }
SWFFontCharacter 1062 mingpp.h SWFFontCharacter *addFont(SWFFont *font)
SWFFontCharacter 1063 mingpp.h { return new SWFFontCharacter(SWFMovie_addFont(this->movie, font->font)); }
SWFFontCharacter 36 perl_ext/perl_swf.h typedef SWFFontCharacter SWF__FontCharacter;
SWFFontCharacter 75 php_ext/ming.c static SWFFontCharacter getFontCharacter(zval *id TSRMLS_DC);
SWFFontCharacter 2249 php_ext/ming.c SWFFontCharacter getFontCharacter(zval *id TSRMLS_DC)
SWFFontCharacter 2256 php_ext/ming.c return (SWFFontCharacter)font;
SWFFontCharacter 4352 php_ext/ming.c SWFFontCharacter res;
SWFFontCharacter 4380 php_ext/ming.c SWFFontCharacter res;
SWFFontCharacter 6413 py_ext/ming_wrap.c SWFFontCharacter arg1 = (SWFFontCharacter) 0 ;
SWFFontCharacter 6444 py_ext/ming_wrap.c SWFFontCharacter arg1 = (SWFFontCharacter) 0 ;
SWFFontCharacter 13278 py_ext/ming_wrap.c SWFFontCharacter result;
SWFFontCharacter 13305 py_ext/ming_wrap.c result = (SWFFontCharacter)SWFMovie_importFont(arg1,(char const *)arg2,(char const *)arg3);
SWFFontCharacter 13321 py_ext/ming_wrap.c SWFFontCharacter result;
SWFFontCharacter 13336 py_ext/ming_wrap.c result = (SWFFontCharacter)SWFMovie_addFont(arg1,arg2);
SWFFontCharacter 115 src/blocks/font.c SWFFontCharacter inst = (SWFFontCharacter)block;
SWFFontCharacter 196 src/blocks/font.c SWFFontCharacter inst = (SWFFontCharacter)block;
SWFFontCharacter 423 src/blocks/font.c SWFFontCharacter
SWFFontCharacter 426 src/blocks/font.c SWFFontCharacter inst;
SWFFontCharacter 428 src/blocks/font.c inst = (SWFFontCharacter) malloc(sizeof(struct SWFFontCharacter_s));
SWFFontCharacter 451 src/blocks/font.c SWFFontCharacter
SWFFontCharacter 453 src/blocks/font.c { SWFFontCharacter ret = (SWFFontCharacter) malloc(sizeof (struct SWFFontCharacter_s));
SWFFontCharacter 141 src/blocks/font.h SWFFontCharacter newSWFFontCharacter(SWFFont font);
SWFFontCharacter 143 src/blocks/font.h SWFFontCharacter newSWFDummyFontCharacter();
SWFFontCharacter 31 src/blocks/fontinfo.c SWFFontCharacter font;
SWFFontCharacter 39 src/blocks/fontinfo.c SWFFontCharacter font = info->font;
SWFFontCharacter 64 src/blocks/text.c SWFFontCharacter fontchar;
SWFFontCharacter 646 src/blocks/text.c SWFFontCharacter fontchar = textRecord->font.fontchar;
SWFFontCharacter 725 src/blocks/text.c SWFFontCharacter fontchar = NULL;
SWFFontCharacter 47 src/blocks/textfield.c SWFFontCharacter fontchar;
SWFFontCharacter 295 src/blocks/textfield.c SWFFontCharacter fc = (SWFFontCharacter)font;
SWFFontCharacter 489 src/ming.h void SWFFontCharacter_addChars(SWFFontCharacter font, const char *string);
SWFFontCharacter 490 src/ming.h void SWFFontCharacter_addUTF8Chars(SWFFontCharacter font, const char *string);
SWFFontCharacter 491 src/ming.h void SWFFontCharacter_addAllChars(SWFFontCharacter);
SWFFontCharacter 1033 src/ming.h SWFFontCharacter SWFMovie_addFont(SWFMovie movie, SWFFont font);
SWFFontCharacter 1034 src/ming.h SWFFontCharacter SWFMovie_importFont(SWFMovie movie, const char *filename, const char *name);
SWFFontCharacter 99 src/movie.c SWFFontCharacter* fonts;
SWFFontCharacter 321 src/movie.c SWFFontCharacter
SWFFontCharacter 324 src/movie.c SWFFontCharacter fontchar;
SWFFontCharacter 332 src/movie.c movie->fonts = (SWFFontCharacter*)realloc(movie->fonts,
SWFFontCharacter 333 src/movie.c sizeof(SWFFontCharacter) * (movie->nFonts + 1));
SWFFontCharacter 347 src/movie.c SWFFontCharacter fontchar;
SWFFontCharacter 366 src/movie.c SWFFontCharacter fontchar;
SWFFontCharacter 967 src/movie.c SWFFontCharacter
SWFFontCharacter 970 src/movie.c SWFFontCharacter res;