SWFFONT 53 lib/devices/swf.c SWFFONT*font;
SWFFONT 75 lib/devices/swf.c SWFFONT *swffont;
SWFFONT 197 lib/devices/swf.c SWFFONT *swffont;
SWFFONT 617 lib/devices/swf.c SWFFONT font;
SWFFONT 623 lib/devices/swf.c SWFFONT*lastfont;
SWFFONT 712 lib/devices/swf.c SWFFONT*newfont=0;
SWFFONT 785 lib/devices/swf.c static charbuffer_t*charbuffer_append(charbuffer_t*buf, SWFFONT*font, int charid, int x,int y, int size, RGBA color, MATRIX*m)
SWFFONT 2807 lib/devices/swf.c static SWFFONT* gfxfont_to_swffont(gfxfont_t*font, const char* id, int version)
SWFFONT 2809 lib/devices/swf.c SWFFONT*swffont = (SWFFONT*)rfx_calloc(sizeof(SWFFONT));
SWFFONT 130 lib/modules/swfalignzones.c static void draw_char(SWFFONT * f, int nr, float*row, float*column, SRECT b)
SWFFONT 163 lib/modules/swfalignzones.c static ALIGNZONE detect_for_char(SWFFONT * f, int nr, float*row, float*column, SRECT font_bbox, SRECT char_bbox)
SWFFONT 192 lib/modules/swfalignzones.c void swf_FontCreateAlignZones(SWFFONT * f)
SWFFONT 274 lib/modules/swfalignzones.c SWFFONT*font = 0;
SWFFONT 287 lib/modules/swfalignzones.c void swf_FontSetAlignZones(TAG*t, SWFFONT *f)
SWFFONT 78 lib/modules/swfdump.c void swf_DumpFont(SWFFONT * font)
SWFFONT 119 lib/modules/swffont.c SWFFONT* swf_LoadTrueTypeFont(const char*filename, char flashtype)
SWFFONT 126 lib/modules/swffont.c SWFFONT* font;
SWFFONT 153 lib/modules/swffont.c font = (SWFFONT*)rfx_calloc(sizeof(SWFFONT));
SWFFONT 383 lib/modules/swffont.c SWFFONT* swf_LoadTrueTypeFont(const char*filename, char flashtype)
SWFFONT 399 lib/modules/swffont.c SWFFONT* swf_LoadT1Font(const char*filename)
SWFFONT 401 lib/modules/swffont.c SWFFONT * font;
SWFFONT 437 lib/modules/swffont.c font = (SWFFONT*)rfx_calloc(sizeof(SWFFONT));
SWFFONT 549 lib/modules/swffont.c SWFFONT* swf_LoadT1Font(const char*filename)
SWFFONT 557 lib/modules/swffont.c SWFFONT* swf_DummyFont()
SWFFONT 559 lib/modules/swffont.c SWFFONT*font = (SWFFONT*)rfx_calloc(sizeof(SWFFONT));
SWFFONT 581 lib/modules/swffont.c SWFFONT* swf_LoadFont(const char*filename, char flashtype)
SWFFONT 590 lib/modules/swffont.c SWFFONT*font = swf_ReadFont(filename);
SWFFONT 1288 lib/modules/swfrender.c SWFFONT*swffont;
SWFFONT 94 lib/modules/swftext.c int swf_FontIsItalic(SWFFONT * f)
SWFFONT 99 lib/modules/swftext.c int swf_FontIsBold(SWFFONT * f)
SWFFONT 141 lib/modules/swftext.c int swf_FontExtract_DefineFont(int id, SWFFONT * f, TAG * t)
SWFFONT 168 lib/modules/swftext.c int swf_FontExtract_DefineFontInfo(int id, SWFFONT * f, TAG * t)
SWFFONT 230 lib/modules/swftext.c int swf_FontExtract_GlyphNames(int id, SWFFONT * f, TAG * tag)
SWFFONT 249 lib/modules/swftext.c int swf_FontExtract_DefineFont2(int id, SWFFONT * font, TAG * tag)
SWFFONT 382 lib/modules/swftext.c int swf_FontExtract_DefineFontAlignZones(int id, SWFFONT * font, TAG * tag)
SWFFONT 436 lib/modules/swftext.c swf_FontExtract_DefineTextCallback(int id, SWFFONT * f, TAG * t, int jobs,
SWFFONT 530 lib/modules/swftext.c int swf_FontExtract_DefineText(int id, SWFFONT * f, TAG * t, int jobs)
SWFFONT 536 lib/modules/swftext.c SWFFONT*font;
SWFFONT 571 lib/modules/swftext.c void swf_FontUpdateUsage(SWFFONT*f, TAG* tag)
SWFFONT 581 lib/modules/swftext.c int swf_FontExtract(SWF * swf, int id, SWFFONT * *font)
SWFFONT 584 lib/modules/swftext.c SWFFONT *f;
SWFFONT 589 lib/modules/swftext.c f = (SWFFONT *) rfx_calloc(sizeof(SWFFONT));
SWFFONT 639 lib/modules/swftext.c int swf_FontSetID(SWFFONT * f, U16 id)
SWFFONT 661 lib/modules/swftext.c static void font_freeglyphnames(SWFFONT*f)
SWFFONT 678 lib/modules/swftext.c static void font_freeusage(SWFFONT*f)
SWFFONT 693 lib/modules/swftext.c static void font_freelayout(SWFFONT*f)
SWFFONT 700 lib/modules/swftext.c static void font_freename(SWFFONT*f)
SWFFONT 708 lib/modules/swftext.c int swf_FontReduce_old(SWFFONT * f)
SWFFONT 751 lib/modules/swftext.c int swf_FontReduce_swfc(SWFFONT * f)
SWFFONT 799 lib/modules/swftext.c int swf_FontReduce(SWFFONT * f)
SWFFONT 842 lib/modules/swftext.c static SWFFONT* font_to_sort;
SWFFONT 850 lib/modules/swftext.c void swf_FontSort(SWFFONT * font)
SWFFONT 911 lib/modules/swftext.c void swf_FontPrepareForEditText(SWFFONT * font)
SWFFONT 918 lib/modules/swftext.c int swf_FontInitUsage(SWFFONT * f)
SWFFONT 932 lib/modules/swftext.c void swf_FontClearUsage(SWFFONT * f)
SWFFONT 940 lib/modules/swftext.c int swf_FontUse(SWFFONT * f, U8 * s)
SWFFONT 952 lib/modules/swftext.c int swf_FontUseUTF8(SWFFONT * f, const U8 * s, U16 size)
SWFFONT 966 lib/modules/swftext.c int swf_FontUseAll(SWFFONT* f)
SWFFONT 998 lib/modules/swftext.c int swf_FontUseGetPair(SWFFONT * f, int char1, int char2)
SWFFONT 1018 lib/modules/swftext.c void swf_FontUsePair(SWFFONT * f, int char1, int char2)
SWFFONT 1052 lib/modules/swftext.c int swf_FontUseGlyph(SWFFONT * f, int glyph, U16 size)
SWFFONT 1066 lib/modules/swftext.c int swf_FontSetDefine(TAG * t, SWFFONT * f)
SWFFONT 1100 lib/modules/swftext.c static inline int fontSize(SWFFONT * font)
SWFFONT 1115 lib/modules/swftext.c int swf_FontSetDefine2(TAG * tag, SWFFONT * f)
SWFFONT 1233 lib/modules/swftext.c void swf_FontAddLayout(SWFFONT * f, int ascent, int descent, int leading)
SWFFONT 1244 lib/modules/swftext.c int swf_FontSetInfo(TAG * t, SWFFONT * f)
SWFFONT 1285 lib/modules/swftext.c int swf_TextPrintDefineText(TAG * t, SWFFONT * f)
SWFFONT 1295 lib/modules/swftext.c static void font_freealignzones(SWFFONT * f)
SWFFONT 1302 lib/modules/swftext.c void swf_FontFree(SWFFONT * f)
SWFFONT 1342 lib/modules/swftext.c int swf_TextSetInfoRecord(TAG * t, SWFFONT * font, U16 size, RGBA * color, int x, int y)
SWFFONT 1384 lib/modules/swftext.c static int swf_TextCountBits2(SWFFONT * font, U8 * s, int scale, U8 * gbits, U8 * abits, char *encoding)
SWFFONT 1422 lib/modules/swftext.c static int swf_TextSetCharRecord2(TAG * t, SWFFONT * font, U8 * s, int scale, U8 gbits, U8 abits, char *encoding)
SWFFONT 1470 lib/modules/swftext.c int swf_TextCountBits(SWFFONT * font, U8 * s, int scale, U8 * gbits, U8 * abits)
SWFFONT 1475 lib/modules/swftext.c int swf_TextSetCharRecord(TAG * t, SWFFONT * font, U8 * s, int scale, U8 gbits, U8 abits)
SWFFONT 1480 lib/modules/swftext.c int swf_TextCountBitsUTF8(SWFFONT * font, U8 * s, int scale, U8 * gbits, U8 * abits)
SWFFONT 1485 lib/modules/swftext.c int swf_TextSetCharRecordUTF8(TAG * t, SWFFONT * font, U8 * s, int scale, U8 gbits, U8 abits)
SWFFONT 1490 lib/modules/swftext.c U32 swf_TextGetWidth(SWFFONT * font, U8 * s, int scale)
SWFFONT 1509 lib/modules/swftext.c SRECT swf_TextCalculateBBoxUTF8(SWFFONT * font, U8 * s, int scale)
SWFFONT 1542 lib/modules/swftext.c SWFFONT *swf_ReadFont(const char *filename)
SWFFONT 1555 lib/modules/swftext.c SWFFONT *font;
SWFFONT 1605 lib/modules/swftext.c SRECT swf_SetDefineText(TAG * tag, SWFFONT * font, RGBA * rgb, const char *text, int scale)
SWFFONT 1686 lib/modules/swftext.c void swf_FontCreateLayout(SWFFONT * f)
SWFFONT 1729 lib/modules/swftext.c void swf_DrawText(drawer_t * draw, SWFFONT * font, int size, const char *text)
SWFFONT 1772 lib/modules/swftext.c void swf_WriteFont_AS3(SWFFONT * font, char *filename)
SWFFONT 1806 lib/modules/swftext.c void swf_WriteFont(SWFFONT * font, char *filename)
SWFFONT 14 lib/python/tags.c SWFFONT* font;
SWFFONT 47 lib/python/tags.c SWFFONT* font;
SWFFONT 65 lib/python/tags.c static SWFFONT* font_getSWFFONT(PyObject*self)
SWFFONT 463 lib/python/tags.c SWFFONT* swffont;
SWFFONT 346 lib/readers/swf.c SWFFONT*swffont = 0;
SWFFONT 630 lib/rfxswf.h int swf_FontExtract(SWF * swf,int id,SWFFONT ** f);
SWFFONT 633 lib/rfxswf.h int swf_FontExtract_DefineFont2(int id, SWFFONT * font, TAG * tag);
SWFFONT 634 lib/rfxswf.h int swf_FontExtract_DefineFontInfo(int id, SWFFONT * f, TAG * t);
SWFFONT 635 lib/rfxswf.h int swf_FontExtract_DefineFont(int id, SWFFONT * f, TAG * t);
SWFFONT 636 lib/rfxswf.h int swf_FontExtract_GlyphNames(int id, SWFFONT * f, TAG * tag);
SWFFONT 637 lib/rfxswf.h int swf_FontExtract_DefineFontAlignZones(int id, SWFFONT * font, TAG * tag);
SWFFONT 640 lib/rfxswf.h int swf_FontIsItalic(SWFFONT * f);
SWFFONT 641 lib/rfxswf.h int swf_FontIsBold(SWFFONT * f);
SWFFONT 643 lib/rfxswf.h int swf_FontSetID(SWFFONT * f,U16 id);
SWFFONT 644 lib/rfxswf.h int swf_FontReduce(SWFFONT * f);
SWFFONT 645 lib/rfxswf.h int swf_FontReduce_swfc(SWFFONT * f);
SWFFONT 647 lib/rfxswf.h int swf_FontInitUsage(SWFFONT * f);
SWFFONT 648 lib/rfxswf.h int swf_FontUseGlyph(SWFFONT * f, int glyph, U16 size);
SWFFONT 649 lib/rfxswf.h void swf_FontUsePair(SWFFONT * f, int char1, int char2);
SWFFONT 650 lib/rfxswf.h int swf_FontUseGetPair(SWFFONT * f, int char1, int char2);
SWFFONT 651 lib/rfxswf.h int swf_FontUseAll(SWFFONT* f);
SWFFONT 652 lib/rfxswf.h int swf_FontUseUTF8(SWFFONT * f, const U8 * s, U16 size);
SWFFONT 653 lib/rfxswf.h int swf_FontUse(SWFFONT* f,U8 * s);
SWFFONT 654 lib/rfxswf.h void swf_FontSort(SWFFONT * font);
SWFFONT 656 lib/rfxswf.h int swf_FontSetDefine(TAG * t,SWFFONT * f);
SWFFONT 657 lib/rfxswf.h int swf_FontSetDefine2(TAG * t,SWFFONT * f);
SWFFONT 658 lib/rfxswf.h int swf_FontSetInfo(TAG * t,SWFFONT * f);
SWFFONT 659 lib/rfxswf.h void swf_FontSetAlignZones(TAG*t, SWFFONT *f);
SWFFONT 661 lib/rfxswf.h void swf_FontCreateLayout(SWFFONT*f);
SWFFONT 662 lib/rfxswf.h void swf_FontCreateAlignZones(SWFFONT * f);
SWFFONT 663 lib/rfxswf.h void swf_FontAddLayout(SWFFONT * f, int ascent, int descent, int leading);
SWFFONT 668 lib/rfxswf.h void swf_WriteFont(SWFFONT* font, char* filename);
SWFFONT 669 lib/rfxswf.h SWFFONT* swf_ReadFont(const char* filename);
SWFFONT 671 lib/rfxswf.h void swf_FontFree(SWFFONT * f);
SWFFONT 673 lib/rfxswf.h U32 swf_TextGetWidth(SWFFONT * font,U8 * s,int scale);
SWFFONT 674 lib/rfxswf.h int swf_TextCountBits(SWFFONT * font,U8 * s,int scale,U8 * gbits,U8 * abits);
SWFFONT 677 lib/rfxswf.h int swf_TextSetInfoRecord(TAG * t,SWFFONT * font,U16 size,RGBA * color,int dx,int dy);
SWFFONT 678 lib/rfxswf.h int swf_TextSetCharRecord(TAG * t,SWFFONT * font,U8 * s,int scale,U8 gbits,U8 abits);
SWFFONT 680 lib/rfxswf.h int swf_TextPrintDefineText(TAG * t,SWFFONT * f);
SWFFONT 683 lib/rfxswf.h void swf_FontPrepareForEditText(SWFFONT * f);
SWFFONT 689 lib/rfxswf.h SRECT swf_SetDefineText(TAG*tag, SWFFONT*font, RGBA*rgb, const char*text, int scale);
SWFFONT 691 lib/rfxswf.h void swf_DrawText(drawer_t*draw, SWFFONT*font, int size, const char*text);
SWFFONT 695 lib/rfxswf.h SWFFONT* swf_LoadTrueTypeFont(const char*filename, char flashtype);
SWFFONT 696 lib/rfxswf.h SWFFONT* swf_LoadT1Font(const char*filename);
SWFFONT 697 lib/rfxswf.h SWFFONT* swf_LoadFont(const char*filename, char flashtype);
SWFFONT 709 lib/rfxswf.h void swf_DumpFont(SWFFONT * font);
SWFFONT 104 src/font2swf.c SWFFONT * font;
SWFFONT 217 src/swfbbox.c static SWFFONT**fonts;
SWFFONT 362 src/swfbbox.c SWFFONT*font = 0;
SWFFONT 459 src/swfbbox.c fonts = (SWFFONT**)malloc(fontnum*sizeof(SWFFONT*));
SWFFONT 460 src/swfbbox.c memset(fonts, 0, fontnum*sizeof(SWFFONT*));
SWFFONT 317 src/swfc.c swf_FontFree((SWFFONT*)f);
SWFFONT 1333 src/swfc.c SWFFONT*font;
SWFFONT 1369 src/swfc.c SWFFONT*font;
SWFFONT 1430 src/swfc.c SWFFONT*font = 0;
SWFFONT 1597 src/swfc.c SWFFONT* font = swf_LoadFont(filename, flashtype);
SWFFONT 1600 src/swfc.c font = (SWFFONT*)malloc(sizeof(SWFFONT));
SWFFONT 1601 src/swfc.c memset(font, 0, sizeof(SWFFONT));
SWFFONT 1623 src/swfc.c SWFFONT* font;
SWFFONT 4493 src/swfc.c SWFFONT* font = dict_lookup(&fonts, lu(&args, "font"));
SWFFONT 299 src/swfdump.c SWFFONT* font = malloc(sizeof(SWFFONT));
SWFFONT 300 src/swfdump.c memset(font, 0, sizeof(SWFFONT));
SWFFONT 383 src/swfdump.c static SWFFONT**fonts;
SWFFONT 1011 src/swfdump.c SWFFONT* font = 0;
SWFFONT 1254 src/swfdump.c fonts = (SWFFONT**)malloc(fontnum*sizeof(SWFFONT*));
SWFFONT 618 src/swfextract.c SWFFONT* f=0;
SWFFONT 100 src/swfstrings.c static SWFFONT**fonts = 0;
SWFFONT 115 src/swfstrings.c SWFFONT*font = 0;
SWFFONT 179 src/swfstrings.c { SWFFONT* font;
SWFFONT 215 src/swfstrings.c fonts = (SWFFONT**)malloc(fontnum*sizeof(SWFFONT*));