Home
last modified time | relevance | path

Searched refs:SWFFillStyle (Results 1 – 25 of 202) sorted by relevance

123456789

/dports/science/wxmacmolplt/wxmacmolplt-7.7-43-g9a46f7a/src/ming-src/blocks/
H A Dfillstyle.h36 int SWFFillStyle_equals(SWFFillStyle fill1, SWFFillStyle fill2);
39 SWFFillStyle *fills, int nFills,
42 void SWFOutput_writeFillStyle(SWFOutput out, SWFFillStyle file, SWFBlocktype type, SWFRect bounds);
45 SWFFillStyle *fills1, int nFills1, SWFRect bounds1,
46 SWFFillStyle *fills2, int nFills2, SWFRect bounds2);
49 SWFOutput_writeMorphFillStyle(SWFOutput out, SWFFillStyle fill1, SWFRect bounds1,
50 SWFFillStyle fill2, SWFRect bounds2);
52 void SWFFillStyle_addDependency(SWFFillStyle fill, SWFCharacter c);
H A Dfillstyle.c54 void destroySWFFillStyle(SWFFillStyle fill) in destroySWFFillStyle()
67 SWFFillStyle
70 SWFFillStyle fill = (SWFFillStyle)malloc(sizeof(struct SWFFillStyle_s)); in newSWFSolidFillStyle()
87 SWFFillStyle
90 SWFFillStyle fill = (SWFFillStyle) malloc(sizeof(struct SWFFillStyle_s)); in newSWFGradientFillStyle()
117 SWFFillStyle
120 SWFFillStyle fill = (SWFFillStyle) malloc(sizeof(struct SWFFillStyle_s)); in newSWFBitmapFillStyle()
151 SWFFillStyle_getMatrix(SWFFillStyle fill) in SWFFillStyle_getMatrix()
158 SWFFillStyle_equals(SWFFillStyle fill1, SWFFillStyle fill2) in SWFFillStyle_equals()
190 SWFOutput_writeFillStyle(SWFOutput out, SWFFillStyle fill, in SWFOutput_writeFillStyle()
[all …]
H A Dswf.h295 typedef void *SWFFillStyle;
305 SWFFillStyle newSWFSolidFillStyle(byte r, byte g, byte b, byte a);
306 SWFFillStyle newSWFGradientFillStyle(SWFGradient gradient, byte radial);
307 SWFFillStyle newSWFBitmapFillStyle(SWFCharacter bitmap, byte flags);
309 SWFMatrix SWFFillStyle_getMatrix(SWFFillStyle fill);
358 SWFFillStyle SWFShape_addSolidFillStyle(SWFShape shape,
361 SWFFillStyle SWFShape_addGradientFillStyle(SWFShape shape,
364 SWFFillStyle SWFShape_addBitmapFillStyle(SWFShape shape,
367 void SWFShape_setLeftFillStyle(SWFShape shape, SWFFillStyle fill);
368 void SWFShape_setRightFillStyle(SWFShape shape, SWFFillStyle fill);
H A Dshape.c96 SWFFillStyle *fills;
275 SWFFillStyle fill; in newSWFShapeFromBitmap()
800 SWFFillStyle fill, in SWFShape_addLineStyle2filled()
927 SWFFillStyle fill, in SWFShape_setLineStyle2filled_internal()
1051 static int getFillIdx(SWFShape shape, SWFFillStyle fill) in getFillIdx()
1063 static int addFillStyle(SWFShape shape, SWFFillStyle fill) in addFillStyle()
1088 SWFFillStyle
1093 SWFFillStyle fill = newSWFSolidFillStyle(r, g, b, a); in SWFShape_addSolidFillStyle()
1113 SWFFillStyle
1126 SWFFillStyle
[all …]
/dports/graphics/ming/libming-ming-0_4_8/src/blocks/
H A Dfillstyle.h36 int SWFFillStyle_equals(SWFFillStyle fill1, SWFFillStyle fill2);
39 SWFFillStyle *fills, int nFills,
42 void SWFOutput_writeFillStyle(SWFOutput out, SWFFillStyle file, SWFBlocktype type, SWFRect bounds);
45 SWFFillStyle *fills1, int nFills1, SWFRect bounds1,
46 SWFFillStyle *fills2, int nFills2, SWFRect bounds2);
49 SWFOutput_writeMorphFillStyle(SWFOutput out, SWFFillStyle fill1, SWFRect bounds1,
50 SWFFillStyle fill2, SWFRect bounds2);
52 void SWFFillStyle_addDependency(SWFFillStyle fill, SWFCharacter c);
H A Dfillstyle.c54 void destroySWFFillStyle(SWFFillStyle fill) in destroySWFFillStyle()
67 SWFFillStyle
70 SWFFillStyle fill = (SWFFillStyle)malloc(sizeof(struct SWFFillStyle_s)); in newSWFSolidFillStyle()
87 SWFFillStyle
90 SWFFillStyle fill = (SWFFillStyle) malloc(sizeof(struct SWFFillStyle_s)); in newSWFGradientFillStyle()
117 SWFFillStyle
120 SWFFillStyle fill = (SWFFillStyle) malloc(sizeof(struct SWFFillStyle_s)); in newSWFBitmapFillStyle()
151 SWFFillStyle_getMatrix(SWFFillStyle fill) in SWFFillStyle_getMatrix()
158 SWFFillStyle_equals(SWFFillStyle fill1, SWFFillStyle fill2) in SWFFillStyle_equals()
190 SWFOutput_writeFillStyle(SWFOutput out, SWFFillStyle fill, in SWFOutput_writeFillStyle()
[all …]
H A Dswf.h295 typedef void *SWFFillStyle;
305 SWFFillStyle newSWFSolidFillStyle(byte r, byte g, byte b, byte a);
306 SWFFillStyle newSWFGradientFillStyle(SWFGradient gradient, byte radial);
307 SWFFillStyle newSWFBitmapFillStyle(SWFCharacter bitmap, byte flags);
309 SWFMatrix SWFFillStyle_getMatrix(SWFFillStyle fill);
358 SWFFillStyle SWFShape_addSolidFillStyle(SWFShape shape,
361 SWFFillStyle SWFShape_addGradientFillStyle(SWFShape shape,
364 SWFFillStyle SWFShape_addBitmapFillStyle(SWFShape shape,
367 void SWFShape_setLeftFillStyle(SWFShape shape, SWFFillStyle fill);
368 void SWFShape_setRightFillStyle(SWFShape shape, SWFFillStyle fill);
H A Dshape.c96 SWFFillStyle *fills;
275 SWFFillStyle fill; in newSWFShapeFromBitmap()
800 SWFFillStyle fill, in SWFShape_addLineStyle2filled()
927 SWFFillStyle fill, in SWFShape_setLineStyle2filled_internal()
1051 static int getFillIdx(SWFShape shape, SWFFillStyle fill) in getFillIdx()
1063 static int addFillStyle(SWFShape shape, SWFFillStyle fill) in addFillStyle()
1088 SWFFillStyle
1093 SWFFillStyle fill = newSWFSolidFillStyle(r, g, b, a); in SWFShape_addSolidFillStyle()
1113 SWFFillStyle
1126 SWFFillStyle
[all …]
/dports/graphics/p5-ming/libming-ming-0_4_8/src/blocks/
H A Dfillstyle.h36 int SWFFillStyle_equals(SWFFillStyle fill1, SWFFillStyle fill2);
39 SWFFillStyle *fills, int nFills,
42 void SWFOutput_writeFillStyle(SWFOutput out, SWFFillStyle file, SWFBlocktype type, SWFRect bounds);
45 SWFFillStyle *fills1, int nFills1, SWFRect bounds1,
46 SWFFillStyle *fills2, int nFills2, SWFRect bounds2);
49 SWFOutput_writeMorphFillStyle(SWFOutput out, SWFFillStyle fill1, SWFRect bounds1,
50 SWFFillStyle fill2, SWFRect bounds2);
52 void SWFFillStyle_addDependency(SWFFillStyle fill, SWFCharacter c);
H A Dfillstyle.c54 void destroySWFFillStyle(SWFFillStyle fill) in destroySWFFillStyle()
67 SWFFillStyle
70 SWFFillStyle fill = (SWFFillStyle)malloc(sizeof(struct SWFFillStyle_s)); in newSWFSolidFillStyle()
87 SWFFillStyle
90 SWFFillStyle fill = (SWFFillStyle) malloc(sizeof(struct SWFFillStyle_s)); in newSWFGradientFillStyle()
117 SWFFillStyle
120 SWFFillStyle fill = (SWFFillStyle) malloc(sizeof(struct SWFFillStyle_s)); in newSWFBitmapFillStyle()
151 SWFFillStyle_getMatrix(SWFFillStyle fill) in SWFFillStyle_getMatrix()
158 SWFFillStyle_equals(SWFFillStyle fill1, SWFFillStyle fill2) in SWFFillStyle_equals()
190 SWFOutput_writeFillStyle(SWFOutput out, SWFFillStyle fill, in SWFOutput_writeFillStyle()
[all …]
H A Dswf.h295 typedef void *SWFFillStyle;
305 SWFFillStyle newSWFSolidFillStyle(byte r, byte g, byte b, byte a);
306 SWFFillStyle newSWFGradientFillStyle(SWFGradient gradient, byte radial);
307 SWFFillStyle newSWFBitmapFillStyle(SWFCharacter bitmap, byte flags);
309 SWFMatrix SWFFillStyle_getMatrix(SWFFillStyle fill);
358 SWFFillStyle SWFShape_addSolidFillStyle(SWFShape shape,
361 SWFFillStyle SWFShape_addGradientFillStyle(SWFShape shape,
364 SWFFillStyle SWFShape_addBitmapFillStyle(SWFShape shape,
367 void SWFShape_setLeftFillStyle(SWFShape shape, SWFFillStyle fill);
368 void SWFShape_setRightFillStyle(SWFShape shape, SWFFillStyle fill);
H A Dshape.c96 SWFFillStyle *fills;
275 SWFFillStyle fill;
800 SWFFillStyle fill,
927 SWFFillStyle fill,
1051 static int getFillIdx(SWFShape shape, SWFFillStyle fill)
1063 static int addFillStyle(SWFShape shape, SWFFillStyle fill)
1088 SWFFillStyle
1093 SWFFillStyle fill = newSWFSolidFillStyle(r, g, b, a);
1113 SWFFillStyle
1126 SWFFillStyle
[all …]
/dports/graphics/py-ming/libming-ming-0_4_8/src/blocks/
H A Dfillstyle.h36 int SWFFillStyle_equals(SWFFillStyle fill1, SWFFillStyle fill2);
39 SWFFillStyle *fills, int nFills,
42 void SWFOutput_writeFillStyle(SWFOutput out, SWFFillStyle file, SWFBlocktype type, SWFRect bounds);
45 SWFFillStyle *fills1, int nFills1, SWFRect bounds1,
46 SWFFillStyle *fills2, int nFills2, SWFRect bounds2);
49 SWFOutput_writeMorphFillStyle(SWFOutput out, SWFFillStyle fill1, SWFRect bounds1,
50 SWFFillStyle fill2, SWFRect bounds2);
52 void SWFFillStyle_addDependency(SWFFillStyle fill, SWFCharacter c);
H A Dfillstyle.c54 void destroySWFFillStyle(SWFFillStyle fill) in destroySWFFillStyle()
67 SWFFillStyle
70 SWFFillStyle fill = (SWFFillStyle)malloc(sizeof(struct SWFFillStyle_s)); in newSWFSolidFillStyle()
87 SWFFillStyle
90 SWFFillStyle fill = (SWFFillStyle) malloc(sizeof(struct SWFFillStyle_s)); in newSWFGradientFillStyle()
117 SWFFillStyle
120 SWFFillStyle fill = (SWFFillStyle) malloc(sizeof(struct SWFFillStyle_s)); in newSWFBitmapFillStyle()
151 SWFFillStyle_getMatrix(SWFFillStyle fill) in SWFFillStyle_getMatrix()
158 SWFFillStyle_equals(SWFFillStyle fill1, SWFFillStyle fill2) in SWFFillStyle_equals()
190 SWFOutput_writeFillStyle(SWFOutput out, SWFFillStyle fill, in SWFOutput_writeFillStyle()
[all …]
H A Dswf.h295 typedef void *SWFFillStyle;
305 SWFFillStyle newSWFSolidFillStyle(byte r, byte g, byte b, byte a);
306 SWFFillStyle newSWFGradientFillStyle(SWFGradient gradient, byte radial);
307 SWFFillStyle newSWFBitmapFillStyle(SWFCharacter bitmap, byte flags);
309 SWFMatrix SWFFillStyle_getMatrix(SWFFillStyle fill);
358 SWFFillStyle SWFShape_addSolidFillStyle(SWFShape shape,
361 SWFFillStyle SWFShape_addGradientFillStyle(SWFShape shape,
364 SWFFillStyle SWFShape_addBitmapFillStyle(SWFShape shape,
367 void SWFShape_setLeftFillStyle(SWFShape shape, SWFFillStyle fill);
368 void SWFShape_setRightFillStyle(SWFShape shape, SWFFillStyle fill);
H A Dshape.c96 SWFFillStyle *fills;
275 SWFFillStyle fill; in newSWFShapeFromBitmap()
800 SWFFillStyle fill, in SWFShape_addLineStyle2filled()
927 SWFFillStyle fill, in SWFShape_setLineStyle2filled_internal()
1051 static int getFillIdx(SWFShape shape, SWFFillStyle fill) in getFillIdx()
1063 static int addFillStyle(SWFShape shape, SWFFillStyle fill) in addFillStyle()
1088 SWFFillStyle
1093 SWFFillStyle fill = newSWFSolidFillStyle(r, g, b, a); in SWFShape_addSolidFillStyle()
1113 SWFFillStyle
1126 SWFFillStyle
[all …]
/dports/graphics/ming/libming-ming-0_4_8/ch/include/blocks/
H A Dfillstyle.h34 void SWFFill_setIdx(SWFFillStyle fill, int idx);
35 int SWFFill_getIdx(SWFFillStyle fill);
37 int SWFFillStyle_equals(SWFFillStyle fill1, SWFFillStyle fill2);
40 SWFFillStyle *fills, int nFills,
44 SWFFillStyle *fills1, int nFills1,
45 SWFFillStyle *fills2, int nFills2);
H A Dswf.h289 typedef void *SWFFillStyle; typedef
299 SWFFillStyle newSWFSolidFillStyle(byte r, byte g, byte b, byte a);
300 SWFFillStyle newSWFGradientFillStyle(SWFGradient gradient, byte radial);
301 SWFFillStyle newSWFBitmapFillStyle(SWFCharacter bitmap, byte flags);
303 SWFMatrix SWFFillStyle_getMatrix(SWFFillStyle fill);
352 SWFFillStyle SWFShape_addSolidFillStyle(SWFShape shape,
355 SWFFillStyle SWFShape_addGradientFillStyle(SWFShape shape,
358 SWFFillStyle SWFShape_addBitmapFillStyle(SWFShape shape,
361 void SWFShape_setLeftFillStyle(SWFShape shape, SWFFillStyle fill);
362 void SWFShape_setRightFillStyle(SWFShape shape, SWFFillStyle fill);
/dports/graphics/p5-ming/libming-ming-0_4_8/ch/include/blocks/
H A Dfillstyle.h34 void SWFFill_setIdx(SWFFillStyle fill, int idx);
35 int SWFFill_getIdx(SWFFillStyle fill);
37 int SWFFillStyle_equals(SWFFillStyle fill1, SWFFillStyle fill2);
40 SWFFillStyle *fills, int nFills,
44 SWFFillStyle *fills1, int nFills1,
45 SWFFillStyle *fills2, int nFills2);
H A Dswf.h289 typedef void *SWFFillStyle;
299 SWFFillStyle newSWFSolidFillStyle(byte r, byte g, byte b, byte a);
300 SWFFillStyle newSWFGradientFillStyle(SWFGradient gradient, byte radial);
301 SWFFillStyle newSWFBitmapFillStyle(SWFCharacter bitmap, byte flags);
303 SWFMatrix SWFFillStyle_getMatrix(SWFFillStyle fill);
352 SWFFillStyle SWFShape_addSolidFillStyle(SWFShape shape,
355 SWFFillStyle SWFShape_addGradientFillStyle(SWFShape shape,
358 SWFFillStyle SWFShape_addBitmapFillStyle(SWFShape shape,
361 void SWFShape_setLeftFillStyle(SWFShape shape, SWFFillStyle fill);
362 void SWFShape_setRightFillStyle(SWFShape shape, SWFFillStyle fill);
/dports/graphics/py-ming/libming-ming-0_4_8/ch/include/blocks/
H A Dfillstyle.h34 void SWFFill_setIdx(SWFFillStyle fill, int idx);
35 int SWFFill_getIdx(SWFFillStyle fill);
37 int SWFFillStyle_equals(SWFFillStyle fill1, SWFFillStyle fill2);
40 SWFFillStyle *fills, int nFills,
44 SWFFillStyle *fills1, int nFills1,
45 SWFFillStyle *fills2, int nFills2);
H A Dswf.h289 typedef void *SWFFillStyle; typedef
299 SWFFillStyle newSWFSolidFillStyle(byte r, byte g, byte b, byte a);
300 SWFFillStyle newSWFGradientFillStyle(SWFGradient gradient, byte radial);
301 SWFFillStyle newSWFBitmapFillStyle(SWFCharacter bitmap, byte flags);
303 SWFMatrix SWFFillStyle_getMatrix(SWFFillStyle fill);
352 SWFFillStyle SWFShape_addSolidFillStyle(SWFShape shape,
355 SWFFillStyle SWFShape_addGradientFillStyle(SWFShape shape,
358 SWFFillStyle SWFShape_addBitmapFillStyle(SWFShape shape,
361 void SWFShape_setLeftFillStyle(SWFShape shape, SWFFillStyle fill);
362 void SWFShape_setRightFillStyle(SWFShape shape, SWFFillStyle fill);
/dports/graphics/ming/libming-ming-0_4_8/test/LineStyle/
H A Dtest03-cxx.C19 SWFFillStyle *fill = SWFFillStyle::BitmapFillStyle(bmp, in main()
21 SWFFillStyle *fill2 = SWFFillStyle::GradientFillStyle(g, in main()
/dports/graphics/p5-ming/libming-ming-0_4_8/test/LineStyle/
H A Dtest03-cxx.C19 SWFFillStyle *fill = SWFFillStyle::BitmapFillStyle(bmp, in main()
21 SWFFillStyle *fill2 = SWFFillStyle::GradientFillStyle(g, in main()
/dports/graphics/py-ming/libming-ming-0_4_8/test/LineStyle/
H A Dtest03-cxx.C19 SWFFillStyle *fill = SWFFillStyle::BitmapFillStyle(bmp, in main()
21 SWFFillStyle *fill2 = SWFFillStyle::GradientFillStyle(g, in main()

123456789