Home
last modified time | relevance | path

Searched refs:SWFBrowserFont (Results 1 – 25 of 69) sorted by last modified time

123

/dports/graphics/py-ming/libming-ming-0_4_8/py_ext/
H A Dming.py752 class SWFBrowserFont(SWFBase): class
/dports/graphics/pear-Horde_Image/Horde_Image-2.6.1/lib/Horde/Image/
H A DSwf.php161 $text->setFont(new SWFBrowserFont($this->getFont($font)));
/dports/graphics/ming/libming-ming-0_4_8/
H A DNEWS120 * removed new SWFFont(...) usage with browserfonts in script languages. Use SWFBrowserFont class.
H A Dming.i72 *SWFFont, *SWFText, *SWFTextField, *SWFVideoStream, *SWFBrowserFont, typedef
351 SWFBrowserFont newSWFBrowserFont(const char *name);
352 void destroySWFBrowserFont(SWFBrowserFont browserFont);
H A Dmingpp.h55 #define SWFBrowserFont c_SWFBrowserFont macro
98 #undef SWFBrowserFont
870 class SWFBrowserFont : public SWFBlock
875 SWFBrowserFont(char *name) in SWFBrowserFont() function
885 virtual ~SWFBrowserFont() in ~SWFBrowserFont()
888 SWF_DECLAREONLY(SWFBrowserFont);
/dports/graphics/ming/libming-ming-0_4_8/perl_ext/
H A DBrowserFont.xs40 destroySWFBrowserFont((SWFBrowserFont)block);
H A Dperl_swf.h46 typedef SWFBrowserFont SWF__BrowserFont;
/dports/graphics/ming/libming-ming-0_4_8/py_ext/
H A Dming_wrap.c6590 SWFBrowserFont result; in _wrap_newSWFBrowserFont()
6598 result = (SWFBrowserFont)newSWFBrowserFont((char const *)arg1); in _wrap_newSWFBrowserFont()
6610 SWFBrowserFont arg1 = (SWFBrowserFont) 0 ; in _wrap_destroySWFBrowserFont()
H A Dming.py752 class SWFBrowserFont(SWFBase): class
/dports/graphics/ming/libming-ming-0_4_8/src/blocks/
H A Dtextfield.c48 SWFBrowserFont browserFont;
113 SWFOutput out = SWFBrowserFont_getOutput((SWFBrowserFont)block); in writeSWFTextFieldToMethod()
288 field->font.browserFont = (SWFBrowserFont)font; in SWFTextField_setFont()
H A Dswf.h234 typedef struct SWFBrowserFont_s *SWFBrowserFont;
236 SWFBrowserFont newSWFBrowserFont(char *name);
H A Dbrowserfont.c45 SWFOutput out = ((SWFBrowserFont)block)->out; in writeSWFBrowserFontToMethod()
51 finishBrowserFont(SWFBrowserFont font) in finishBrowserFont()
81 SWFBrowserFont font = (SWFBrowserFont)block; in completeSWFBrowserFont()
93 destroySWFBrowserFont(SWFBrowserFont font) in destroySWFBrowserFont()
105 SWFBrowserFont
108 SWFBrowserFont font = (SWFBrowserFont) malloc(sizeof(struct SWFBrowserFont_s)); in newSWFBrowserFont()
125 SWFBrowserFont_getOutput(SWFBrowserFont font) in SWFBrowserFont_getOutput()
H A Dbrowserfont.h35 SWFOutput SWFBrowserFont_getOutput(SWFBrowserFont font);
/dports/graphics/ming/libming-ming-0_4_8/php_ext/
H A Dming.c582 static SWFBrowserFont getBrowserFont(zval *id TSRMLS_DC) in SWFgetProperty()
591 return (SWFBrowserFont)bf; in SWFgetProperty()
604 SWFBrowserFont font; in SWFgetProperty()
631 destroySWFBrowserFont((SWFBrowserFont)resource->ptr); in SWFgetProperty()
/dports/graphics/ming/libming-ming-0_4_8/src/
H A Dming.h.in73 typedef struct SWFBrowserFont_s *SWFBrowserFont; typedef
485 /***** SWFBrowserFont *****/
487 SWFBrowserFont newSWFBrowserFont(const char *name);
488 void destroySWFBrowserFont(SWFBrowserFont browserFont);
/dports/graphics/ming/libming-ming-0_4_8/ch/include/blocks/
H A Dswf.h228 typedef struct SWFBrowserFont_s *SWFBrowserFont; typedef
230 SWFBrowserFont newSWFBrowserFont(char *name);
H A Dbrowserfont.h37 SWFOutput SWFBrowserFont_getOutput(SWFBrowserFont font);
/dports/graphics/ming/libming-ming-0_4_8/java_ext/native/
H A DSWFNative.cc624 destroySWFBrowserFont ((SWFBrowserFont)handle); in Java_SWFFont_nDestroyBrowserFont()
/dports/graphics/ming/libming-ming-0_4_8/test/BrowserFont/
H A Dtest01.php8 $font = new SWFBrowserFont("_sans");
H A Dtest01-cxx.C10 SWFBrowserFont *font = new SWFBrowserFont("_sans"); in main()
H A Dtest01.c9 SWFBrowserFont font = newSWFBrowserFont("_sans"); in main()
H A Dtest01.py6 font = SWFBrowserFont("_sans")
/dports/graphics/p5-ming/libming-ming-0_4_8/ch/include/blocks/
H A Dbrowserfont.h37 SWFOutput SWFBrowserFont_getOutput(SWFBrowserFont font);
/dports/graphics/p5-ming/libming-ming-0_4_8/perl_ext/
H A DBrowserFont.xs40 destroySWFBrowserFont((SWFBrowserFont)block);
/dports/graphics/p5-ming/libming-ming-0_4_8/php_ext/
H A Dming.c582 static SWFBrowserFont getBrowserFont(zval *id TSRMLS_DC)
591 return (SWFBrowserFont)bf;
604 SWFBrowserFont font;
631 destroySWFBrowserFont((SWFBrowserFont)resource->ptr);

123