Home
last modified time | relevance | path

Searched refs:SWFText (Results 1 – 25 of 214) sorted by relevance

123456789

/dports/science/wxmacmolplt/wxmacmolplt-7.7-43-g9a46f7a/src/ming-src/blocks/
H A Dtext.h44 void SWFOutput_writeText(SWFOutput out, SWFText text);
48 void SWFText_setScaledHeight(SWFText text, int height);
50 void SWFText_scaledMoveTo(SWFText text, int x, int y);
52 void SWFText_setScaledSpacing(SWFText text, int spacing);
54 int SWFText_getScaledStringWidth(SWFText text, const char *string);
56 int SWFText_getScaledUTF8StringWidth(SWFText text, const char *string);
60 short SWFText_getScaledAscent(SWFText text);
62 short SWFText_getScaledDescent(SWFText text);
64 short SWFText_getScaledLeading(SWFText text);
66 void SWFText_resolveCodes(SWFText text);
[all …]
H A Dtext.c93 SWFText text = (SWFText)block;
124 SWFText text = (SWFText)block;
141 destroySWFText(SWFText text)
165 SWFText
170 SWFText text = (SWFText)malloc(sizeof(struct SWFText_s));
220 SWFText
223 SWFText text = newSWFText();
235 SWFText_addTextRecord(SWFText text)
312 SWFText_getInitialRecord(SWFText text)
423 SWFText_getScaledAscent(SWFText text)
[all …]
H A Dswf.h206 typedef struct SWFText_s *SWFText;
208 SWFText newSWFText();
209 SWFText newSWFText2();
212 void SWFText_setFont(SWFText text, SWFBlock font);
213 void SWFText_setScaledHeight(SWFText text, int height);
214 void SWFText_scaledMoveTo(SWFText text, int x, int y);
218 void SWFText_setSpacing(SWFText text, float spacing);
220 int SWFText_getScaledStringWidth(SWFText text, const char *string);
223 short SWFText_getScaledAscent(SWFText text);
224 short SWFText_getScaledDescent(SWFText text);
[all …]
/dports/graphics/ming/libming-ming-0_4_8/ch/include/blocks/
H A Dtext.h44 void SWFOutput_writeText(SWFOutput out, SWFText text);
48 void SWFText_setScaledHeight(SWFText text, int height);
50 void SWFText_scaledMoveTo(SWFText text, int x, int y);
52 void SWFText_setScaledSpacing(SWFText text, int spacing);
54 int SWFText_getScaledStringWidth(SWFText text, const char *string);
56 int SWFText_getScaledUTF8StringWidth(SWFText text, const char *string);
60 short SWFText_getScaledAscent(SWFText text);
62 short SWFText_getScaledDescent(SWFText text);
64 short SWFText_getScaledLeading(SWFText text);
66 void SWFText_resolveCodes(SWFText text);
[all …]
H A Dswf.h200 typedef struct SWFText_s *SWFText; typedef
202 SWFText newSWFText();
203 SWFText newSWFText2();
206 void SWFText_setFont(SWFText text, SWFBlock font);
207 void SWFText_setScaledHeight(SWFText text, int height);
208 void SWFText_scaledMoveTo(SWFText text, int x, int y);
212 void SWFText_setSpacing(SWFText text, float spacing);
214 int SWFText_getScaledStringWidth(SWFText text, const char *string);
217 short SWFText_getScaledAscent(SWFText text);
218 short SWFText_getScaledDescent(SWFText text);
[all …]
/dports/graphics/ming/libming-ming-0_4_8/src/blocks/
H A Dtext.h44 void SWFOutput_writeText(SWFOutput out, SWFText text);
48 void SWFText_setScaledHeight(SWFText text, int height);
50 void SWFText_scaledMoveTo(SWFText text, int x, int y);
52 void SWFText_setScaledSpacing(SWFText text, int spacing);
54 int SWFText_getScaledStringWidth(SWFText text, const char *string);
56 int SWFText_getScaledUTF8StringWidth(SWFText text, const char *string);
60 short SWFText_getScaledAscent(SWFText text);
62 short SWFText_getScaledDescent(SWFText text);
64 short SWFText_getScaledLeading(SWFText text);
66 void SWFText_resolveCodes(SWFText text);
[all …]
H A Dtext.c93 SWFText text = (SWFText)block; in writeSWFTextToMethod()
124 SWFText text = (SWFText)block; in completeSWFText()
141 destroySWFText(SWFText text) in destroySWFText()
165 SWFText
170 SWFText text = (SWFText)malloc(sizeof(struct SWFText_s)); in newSWFText()
220 SWFText
223 SWFText text = newSWFText(); in newSWFText2()
235 SWFText_addTextRecord(SWFText text) in SWFText_addTextRecord()
312 SWFText_getInitialRecord(SWFText text) in SWFText_getInitialRecord()
423 SWFText_getScaledAscent(SWFText text) in SWFText_getScaledAscent()
[all …]
H A Dswf.h206 typedef struct SWFText_s *SWFText;
208 SWFText newSWFText();
209 SWFText newSWFText2();
212 void SWFText_setFont(SWFText text, SWFBlock font);
213 void SWFText_setScaledHeight(SWFText text, int height);
214 void SWFText_scaledMoveTo(SWFText text, int x, int y);
218 void SWFText_setSpacing(SWFText text, float spacing);
220 int SWFText_getScaledStringWidth(SWFText text, const char *string);
223 short SWFText_getScaledAscent(SWFText text);
224 short SWFText_getScaledDescent(SWFText text);
[all …]
/dports/graphics/p5-ming/libming-ming-0_4_8/src/blocks/
H A Dtext.h44 void SWFOutput_writeText(SWFOutput out, SWFText text);
48 void SWFText_setScaledHeight(SWFText text, int height);
50 void SWFText_scaledMoveTo(SWFText text, int x, int y);
52 void SWFText_setScaledSpacing(SWFText text, int spacing);
54 int SWFText_getScaledStringWidth(SWFText text, const char *string);
56 int SWFText_getScaledUTF8StringWidth(SWFText text, const char *string);
60 short SWFText_getScaledAscent(SWFText text);
62 short SWFText_getScaledDescent(SWFText text);
64 short SWFText_getScaledLeading(SWFText text);
66 void SWFText_resolveCodes(SWFText text);
[all …]
H A Dtext.c93 SWFText text = (SWFText)block; in writeSWFTextToMethod()
124 SWFText text = (SWFText)block; in completeSWFText()
141 destroySWFText(SWFText text) in destroySWFText()
165 SWFText
170 SWFText text = (SWFText)malloc(sizeof(struct SWFText_s)); in newSWFText()
220 SWFText
223 SWFText text = newSWFText(); in newSWFText2()
235 SWFText_addTextRecord(SWFText text) in SWFText_addTextRecord()
312 SWFText_getInitialRecord(SWFText text) in SWFText_getInitialRecord()
423 SWFText_getScaledAscent(SWFText text) in SWFText_getScaledAscent()
[all …]
H A Dswf.h206 typedef struct SWFText_s *SWFText;
208 SWFText newSWFText();
209 SWFText newSWFText2();
212 void SWFText_setFont(SWFText text, SWFBlock font);
213 void SWFText_setScaledHeight(SWFText text, int height);
214 void SWFText_scaledMoveTo(SWFText text, int x, int y);
218 void SWFText_setSpacing(SWFText text, float spacing);
220 int SWFText_getScaledStringWidth(SWFText text, const char *string);
223 short SWFText_getScaledAscent(SWFText text);
224 short SWFText_getScaledDescent(SWFText text);
[all …]
/dports/graphics/p5-ming/libming-ming-0_4_8/ch/include/blocks/
H A Dtext.h44 void SWFOutput_writeText(SWFOutput out, SWFText text);
48 void SWFText_setScaledHeight(SWFText text, int height);
50 void SWFText_scaledMoveTo(SWFText text, int x, int y);
52 void SWFText_setScaledSpacing(SWFText text, int spacing);
54 int SWFText_getScaledStringWidth(SWFText text, const char *string);
56 int SWFText_getScaledUTF8StringWidth(SWFText text, const char *string);
60 short SWFText_getScaledAscent(SWFText text);
62 short SWFText_getScaledDescent(SWFText text);
64 short SWFText_getScaledLeading(SWFText text);
66 void SWFText_resolveCodes(SWFText text);
[all …]
H A Dswf.h200 typedef struct SWFText_s *SWFText;
202 SWFText newSWFText();
203 SWFText newSWFText2();
206 void SWFText_setFont(SWFText text, SWFBlock font);
207 void SWFText_setScaledHeight(SWFText text, int height);
208 void SWFText_scaledMoveTo(SWFText text, int x, int y);
212 void SWFText_setSpacing(SWFText text, float spacing);
214 int SWFText_getScaledStringWidth(SWFText text, const char *string);
217 short SWFText_getScaledAscent(SWFText text);
218 short SWFText_getScaledDescent(SWFText text);
[all …]
/dports/graphics/py-ming/libming-ming-0_4_8/src/blocks/
H A Dtext.h44 void SWFOutput_writeText(SWFOutput out, SWFText text);
48 void SWFText_setScaledHeight(SWFText text, int height);
50 void SWFText_scaledMoveTo(SWFText text, int x, int y);
52 void SWFText_setScaledSpacing(SWFText text, int spacing);
54 int SWFText_getScaledStringWidth(SWFText text, const char *string);
56 int SWFText_getScaledUTF8StringWidth(SWFText text, const char *string);
60 short SWFText_getScaledAscent(SWFText text);
62 short SWFText_getScaledDescent(SWFText text);
64 short SWFText_getScaledLeading(SWFText text);
66 void SWFText_resolveCodes(SWFText text);
[all …]
H A Dtext.c93 SWFText text = (SWFText)block; in writeSWFTextToMethod()
124 SWFText text = (SWFText)block; in completeSWFText()
141 destroySWFText(SWFText text) in destroySWFText()
165 SWFText
170 SWFText text = (SWFText)malloc(sizeof(struct SWFText_s)); in newSWFText()
220 SWFText
223 SWFText text = newSWFText(); in newSWFText2()
235 SWFText_addTextRecord(SWFText text) in SWFText_addTextRecord()
312 SWFText_getInitialRecord(SWFText text) in SWFText_getInitialRecord()
423 SWFText_getScaledAscent(SWFText text) in SWFText_getScaledAscent()
[all …]
H A Dswf.h206 typedef struct SWFText_s *SWFText;
208 SWFText newSWFText();
209 SWFText newSWFText2();
212 void SWFText_setFont(SWFText text, SWFBlock font);
213 void SWFText_setScaledHeight(SWFText text, int height);
214 void SWFText_scaledMoveTo(SWFText text, int x, int y);
218 void SWFText_setSpacing(SWFText text, float spacing);
220 int SWFText_getScaledStringWidth(SWFText text, const char *string);
223 short SWFText_getScaledAscent(SWFText text);
224 short SWFText_getScaledDescent(SWFText text);
[all …]
/dports/graphics/py-ming/libming-ming-0_4_8/ch/include/blocks/
H A Dtext.h44 void SWFOutput_writeText(SWFOutput out, SWFText text);
48 void SWFText_setScaledHeight(SWFText text, int height);
50 void SWFText_scaledMoveTo(SWFText text, int x, int y);
52 void SWFText_setScaledSpacing(SWFText text, int spacing);
54 int SWFText_getScaledStringWidth(SWFText text, const char *string);
56 int SWFText_getScaledUTF8StringWidth(SWFText text, const char *string);
60 short SWFText_getScaledAscent(SWFText text);
62 short SWFText_getScaledDescent(SWFText text);
64 short SWFText_getScaledLeading(SWFText text);
66 void SWFText_resolveCodes(SWFText text);
[all …]
H A Dswf.h200 typedef struct SWFText_s *SWFText; typedef
202 SWFText newSWFText();
203 SWFText newSWFText2();
206 void SWFText_setFont(SWFText text, SWFBlock font);
207 void SWFText_setScaledHeight(SWFText text, int height);
208 void SWFText_scaledMoveTo(SWFText text, int x, int y);
212 void SWFText_setSpacing(SWFText text, float spacing);
214 int SWFText_getScaledStringWidth(SWFText text, const char *string);
217 short SWFText_getScaledAscent(SWFText text);
218 short SWFText_getScaledDescent(SWFText text);
[all …]
/dports/science/wxmacmolplt/wxmacmolplt-7.7-43-g9a46f7a/src/ming-src/
H A Dtext_util.c32 SWFText_setHeight(SWFText text, float height) in SWFText_setHeight()
39 SWFText_setSpacing(SWFText text, float spacing) in SWFText_setSpacing()
46 SWFText_moveTo(SWFText text, float x, float y) in SWFText_moveTo()
53 SWFText_getStringWidth(SWFText text, const char *string) in SWFText_getStringWidth()
60 SWFText_getUTF8StringWidth(SWFText text, const char *string) in SWFText_getUTF8StringWidth()
67 SWFText_getWideStringWidth(SWFText text, const unsigned short *string) in SWFText_getWideStringWidth()
74 SWFText_getAscent(SWFText text) in SWFText_getAscent()
81 SWFText_getDescent(SWFText text) in SWFText_getDescent()
88 SWFText_getLeading(SWFText text) in SWFText_getLeading()
/dports/graphics/ming/libming-ming-0_4_8/src/
H A Dtext_util.c32 SWFText_setHeight(SWFText text, float height) in SWFText_setHeight()
39 SWFText_setSpacing(SWFText text, float spacing) in SWFText_setSpacing()
46 SWFText_moveTo(SWFText text, float x, float y) in SWFText_moveTo()
53 SWFText_getStringWidth(SWFText text, const char *string) in SWFText_getStringWidth()
60 SWFText_getUTF8StringWidth(SWFText text, const char *string) in SWFText_getUTF8StringWidth()
67 SWFText_getWideStringWidth(SWFText text, const unsigned short *string) in SWFText_getWideStringWidth()
74 SWFText_getAscent(SWFText text) in SWFText_getAscent()
81 SWFText_getDescent(SWFText text) in SWFText_getDescent()
88 SWFText_getLeading(SWFText text) in SWFText_getLeading()
/dports/graphics/p5-ming/libming-ming-0_4_8/src/
H A Dtext_util.c32 SWFText_setHeight(SWFText text, float height)
39 SWFText_setSpacing(SWFText text, float spacing)
46 SWFText_moveTo(SWFText text, float x, float y)
53 SWFText_getStringWidth(SWFText text, const char *string)
60 SWFText_getUTF8StringWidth(SWFText text, const char *string)
67 SWFText_getWideStringWidth(SWFText text, const unsigned short *string)
74 SWFText_getAscent(SWFText text)
81 SWFText_getDescent(SWFText text)
88 SWFText_getLeading(SWFText text) in addNewTab()
/dports/graphics/py-ming/libming-ming-0_4_8/src/
H A Dtext_util.c32 SWFText_setHeight(SWFText text, float height) in SWFText_setHeight()
39 SWFText_setSpacing(SWFText text, float spacing) in SWFText_setSpacing()
46 SWFText_moveTo(SWFText text, float x, float y) in SWFText_moveTo()
53 SWFText_getStringWidth(SWFText text, const char *string) in SWFText_getStringWidth()
60 SWFText_getUTF8StringWidth(SWFText text, const char *string) in SWFText_getUTF8StringWidth()
67 SWFText_getWideStringWidth(SWFText text, const unsigned short *string) in SWFText_getWideStringWidth()
74 SWFText_getAscent(SWFText text) in SWFText_getAscent()
81 SWFText_getDescent(SWFText text) in SWFText_getDescent()
88 SWFText_getLeading(SWFText text) in SWFText_getLeading()
/dports/graphics/ming/libming-ming-0_4_8/test/Text/
H A DTestList1 test01:swf: SWFText version 2
2 test02:swf,freetype: SWFText version 2 mixing font styles
3 test03:swf: SWFText version 2 with moveTo
/dports/graphics/p5-ming/libming-ming-0_4_8/test/Text/
H A DTestList1 test01:swf: SWFText version 2
2 test02:swf,freetype: SWFText version 2 mixing font styles
3 test03:swf: SWFText version 2 with moveTo
/dports/graphics/py-ming/libming-ming-0_4_8/test/Text/
H A DTestList1 test01:swf: SWFText version 2
2 test02:swf,freetype: SWFText version 2 mixing font styles
3 test03:swf: SWFText version 2 with moveTo

123456789