Home
last modified time | relevance | path

Searched refs:SWFMatrix (Results 1 – 25 of 207) sorted by relevance

123456789

/dports/graphics/ming/libming-ming-0_4_8/ch/include/blocks/
H A Dmatrix.h38 SWFMatrix SWFMatrix_dup(SWFMatrix matrix);
40 void destroySWFMatrix(SWFMatrix matrix);
44 SWFMatrix newSWFRotateMatrix(float degrees);
46 int SWFMatrix_numBits(SWFMatrix matrix);
50 void SWFMatrix_clearTranslate(SWFMatrix m);
52 void SWFMatrix_clearTransform(SWFMatrix m);
58 void SWFMatrix_leftMultiply(SWFMatrix ma, SWFMatrix mb);
60 void SWFMatrix_multiply(SWFMatrix a, SWFMatrix b);
62 void SWFMatrix_rotate(SWFMatrix matrix, float radians);
64 void SWFMatrix_scale(SWFMatrix matrix, float factor);
[all …]
/dports/graphics/p5-ming/libming-ming-0_4_8/ch/include/blocks/
H A Dmatrix.h38 SWFMatrix SWFMatrix_dup(SWFMatrix matrix);
40 void destroySWFMatrix(SWFMatrix matrix);
44 SWFMatrix newSWFRotateMatrix(float degrees);
46 int SWFMatrix_numBits(SWFMatrix matrix);
50 void SWFMatrix_clearTranslate(SWFMatrix m);
52 void SWFMatrix_clearTransform(SWFMatrix m);
58 void SWFMatrix_leftMultiply(SWFMatrix ma, SWFMatrix mb);
60 void SWFMatrix_multiply(SWFMatrix a, SWFMatrix b);
62 void SWFMatrix_rotate(SWFMatrix matrix, float radians);
64 void SWFMatrix_scale(SWFMatrix matrix, float factor);
[all …]
/dports/graphics/py-ming/libming-ming-0_4_8/ch/include/blocks/
H A Dmatrix.h38 SWFMatrix SWFMatrix_dup(SWFMatrix matrix);
40 void destroySWFMatrix(SWFMatrix matrix);
44 SWFMatrix newSWFRotateMatrix(float degrees);
46 int SWFMatrix_numBits(SWFMatrix matrix);
50 void SWFMatrix_clearTranslate(SWFMatrix m);
52 void SWFMatrix_clearTransform(SWFMatrix m);
58 void SWFMatrix_leftMultiply(SWFMatrix ma, SWFMatrix mb);
60 void SWFMatrix_multiply(SWFMatrix a, SWFMatrix b);
62 void SWFMatrix_rotate(SWFMatrix matrix, float radians);
64 void SWFMatrix_scale(SWFMatrix matrix, float factor);
[all …]
/dports/science/wxmacmolplt/wxmacmolplt-7.7-43-g9a46f7a/src/ming-src/blocks/
H A Dmatrix.h48 SWFMatrix SWFMatrix_dup(SWFMatrix matrix);
50 void destroySWFMatrix(SWFMatrix matrix);
54 SWFMatrix newSWFRotateMatrix(double degrees);
58 void SWFMatrix_clearTransform(SWFMatrix m);
60 void SWFMatrix_clearTranslate(SWFMatrix m);
62 void SWFMatrix_leftMultiply(SWFMatrix ma, SWFMatrix mb);
64 void SWFMatrix_moveTo(SWFMatrix matrix, int x, int y);
66 void SWFMatrix_multiply(SWFMatrix a, SWFMatrix b);
68 int SWFMatrix_numBits(SWFMatrix matrix);
70 void SWFMatrix_rotate(SWFMatrix matrix, double radians);
[all …]
H A Dmatrix.c39 SWFMatrix
42 SWFMatrix m = (SWFMatrix)malloc(sizeof(struct SWFMatrix_s)); in newSWFMatrix()
72 SWFMatrix_getScaleX(SWFMatrix m) in SWFMatrix_getScaleX()
79 SWFMatrix_getRotate0(SWFMatrix m) in SWFMatrix_getRotate0()
93 SWFMatrix_getScaleY(SWFMatrix m) in SWFMatrix_getScaleY()
131 SWFMatrix
132 SWFMatrix_dup(SWFMatrix matrix) in SWFMatrix_dup()
134 SWFMatrix m = (SWFMatrix)malloc(sizeof(struct SWFMatrix_s)); in SWFMatrix_dup()
265 void SWFMatrix_multiply(SWFMatrix ma, SWFMatrix mb) in SWFMatrix_multiply()
284 SWFMatrix_leftMultiply(SWFMatrix ma, SWFMatrix mb) in SWFMatrix_leftMultiply()
[all …]
H A Dswf.h172 typedef struct SWFMatrix_s *SWFMatrix;
175 void destroySWFMatrix(SWFMatrix matrix);
177 SWFMatrix SWFMatrix_set(SWFMatrix m,
182 float SWFMatrix_getScaleX(SWFMatrix m);
183 float SWFMatrix_getRotate0(SWFMatrix m);
184 float SWFMatrix_getRotate1(SWFMatrix m);
185 float SWFMatrix_getScaleY(SWFMatrix m);
186 int SWFMatrix_getTranslateX(SWFMatrix m);
187 int SWFMatrix_getTranslateY(SWFMatrix m);
469 SWFMatrix matrix);
[all …]
/dports/graphics/ming/libming-ming-0_4_8/src/blocks/
H A Dmatrix.h48 SWFMatrix SWFMatrix_dup(SWFMatrix matrix);
50 void destroySWFMatrix(SWFMatrix matrix);
54 SWFMatrix newSWFRotateMatrix(double degrees);
58 void SWFMatrix_clearTransform(SWFMatrix m);
60 void SWFMatrix_clearTranslate(SWFMatrix m);
62 void SWFMatrix_leftMultiply(SWFMatrix ma, SWFMatrix mb);
64 void SWFMatrix_moveTo(SWFMatrix matrix, int x, int y);
66 void SWFMatrix_multiply(SWFMatrix a, SWFMatrix b);
68 int SWFMatrix_numBits(SWFMatrix matrix);
70 void SWFMatrix_rotate(SWFMatrix matrix, double radians);
[all …]
H A Dmatrix.c39 SWFMatrix
42 SWFMatrix m = (SWFMatrix)malloc(sizeof(struct SWFMatrix_s)); in newSWFMatrix()
72 SWFMatrix_getScaleX(SWFMatrix m) in SWFMatrix_getScaleX()
79 SWFMatrix_getRotate0(SWFMatrix m) in SWFMatrix_getRotate0()
93 SWFMatrix_getScaleY(SWFMatrix m) in SWFMatrix_getScaleY()
131 SWFMatrix
132 SWFMatrix_dup(SWFMatrix matrix) in SWFMatrix_dup()
134 SWFMatrix m = (SWFMatrix)malloc(sizeof(struct SWFMatrix_s)); in SWFMatrix_dup()
265 void SWFMatrix_multiply(SWFMatrix ma, SWFMatrix mb) in SWFMatrix_multiply()
284 SWFMatrix_leftMultiply(SWFMatrix ma, SWFMatrix mb) in SWFMatrix_leftMultiply()
[all …]
H A Dswf.h172 typedef struct SWFMatrix_s *SWFMatrix;
175 void destroySWFMatrix(SWFMatrix matrix);
177 SWFMatrix SWFMatrix_set(SWFMatrix m,
182 float SWFMatrix_getScaleX(SWFMatrix m);
183 float SWFMatrix_getRotate0(SWFMatrix m);
184 float SWFMatrix_getRotate1(SWFMatrix m);
185 float SWFMatrix_getScaleY(SWFMatrix m);
186 int SWFMatrix_getTranslateX(SWFMatrix m);
187 int SWFMatrix_getTranslateY(SWFMatrix m);
469 SWFMatrix matrix);
[all …]
/dports/graphics/p5-ming/libming-ming-0_4_8/src/blocks/
H A Dmatrix.h48 SWFMatrix SWFMatrix_dup(SWFMatrix matrix);
50 void destroySWFMatrix(SWFMatrix matrix);
54 SWFMatrix newSWFRotateMatrix(double degrees);
58 void SWFMatrix_clearTransform(SWFMatrix m);
60 void SWFMatrix_clearTranslate(SWFMatrix m);
62 void SWFMatrix_leftMultiply(SWFMatrix ma, SWFMatrix mb);
64 void SWFMatrix_moveTo(SWFMatrix matrix, int x, int y);
66 void SWFMatrix_multiply(SWFMatrix a, SWFMatrix b);
68 int SWFMatrix_numBits(SWFMatrix matrix);
70 void SWFMatrix_rotate(SWFMatrix matrix, double radians);
[all …]
H A Dmatrix.c39 SWFMatrix
42 SWFMatrix m = (SWFMatrix)malloc(sizeof(struct SWFMatrix_s)); in newSWFMatrix()
72 SWFMatrix_getScaleX(SWFMatrix m) in SWFMatrix_getScaleX()
79 SWFMatrix_getRotate0(SWFMatrix m) in SWFMatrix_getRotate0()
93 SWFMatrix_getScaleY(SWFMatrix m) in SWFMatrix_getScaleY()
131 SWFMatrix
132 SWFMatrix_dup(SWFMatrix matrix) in SWFMatrix_dup()
134 SWFMatrix m = (SWFMatrix)malloc(sizeof(struct SWFMatrix_s)); in SWFMatrix_dup()
265 void SWFMatrix_multiply(SWFMatrix ma, SWFMatrix mb) in SWFMatrix_multiply()
284 SWFMatrix_leftMultiply(SWFMatrix ma, SWFMatrix mb) in SWFMatrix_leftMultiply()
[all …]
H A Dswf.h172 typedef struct SWFMatrix_s *SWFMatrix;
175 void destroySWFMatrix(SWFMatrix matrix);
177 SWFMatrix SWFMatrix_set(SWFMatrix m,
182 float SWFMatrix_getScaleX(SWFMatrix m);
183 float SWFMatrix_getRotate0(SWFMatrix m);
184 float SWFMatrix_getRotate1(SWFMatrix m);
185 float SWFMatrix_getScaleY(SWFMatrix m);
186 int SWFMatrix_getTranslateX(SWFMatrix m);
187 int SWFMatrix_getTranslateY(SWFMatrix m);
469 SWFMatrix matrix);
[all …]
/dports/graphics/py-ming/libming-ming-0_4_8/src/blocks/
H A Dmatrix.h48 SWFMatrix SWFMatrix_dup(SWFMatrix matrix);
50 void destroySWFMatrix(SWFMatrix matrix);
54 SWFMatrix newSWFRotateMatrix(double degrees);
58 void SWFMatrix_clearTransform(SWFMatrix m);
60 void SWFMatrix_clearTranslate(SWFMatrix m);
62 void SWFMatrix_leftMultiply(SWFMatrix ma, SWFMatrix mb);
64 void SWFMatrix_moveTo(SWFMatrix matrix, int x, int y);
66 void SWFMatrix_multiply(SWFMatrix a, SWFMatrix b);
68 int SWFMatrix_numBits(SWFMatrix matrix);
70 void SWFMatrix_rotate(SWFMatrix matrix, double radians);
[all …]
H A Dmatrix.c39 SWFMatrix
42 SWFMatrix m = (SWFMatrix)malloc(sizeof(struct SWFMatrix_s)); in newSWFMatrix()
72 SWFMatrix_getScaleX(SWFMatrix m) in SWFMatrix_getScaleX()
79 SWFMatrix_getRotate0(SWFMatrix m) in SWFMatrix_getRotate0()
93 SWFMatrix_getScaleY(SWFMatrix m) in SWFMatrix_getScaleY()
131 SWFMatrix
132 SWFMatrix_dup(SWFMatrix matrix) in SWFMatrix_dup()
134 SWFMatrix m = (SWFMatrix)malloc(sizeof(struct SWFMatrix_s)); in SWFMatrix_dup()
265 void SWFMatrix_multiply(SWFMatrix ma, SWFMatrix mb) in SWFMatrix_multiply()
284 SWFMatrix_leftMultiply(SWFMatrix ma, SWFMatrix mb) in SWFMatrix_leftMultiply()
[all …]
H A Dswf.h172 typedef struct SWFMatrix_s *SWFMatrix;
175 void destroySWFMatrix(SWFMatrix matrix);
177 SWFMatrix SWFMatrix_set(SWFMatrix m,
182 float SWFMatrix_getScaleX(SWFMatrix m);
183 float SWFMatrix_getRotate0(SWFMatrix m);
184 float SWFMatrix_getRotate1(SWFMatrix m);
185 float SWFMatrix_getScaleY(SWFMatrix m);
186 int SWFMatrix_getTranslateX(SWFMatrix m);
187 int SWFMatrix_getTranslateY(SWFMatrix m);
469 SWFMatrix matrix);
[all …]
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/libcore/
H A DSWFMatrix.cpp67 rotationX(const SWFMatrix& m) in rotationX()
75 rotationY(const SWFMatrix& m) in rotationY()
141 SWFMatrix::set_identity() in set_identity()
148 SWFMatrix::concatenate(const SWFMatrix& m) in concatenate()
150 SWFMatrix t; in concatenate()
184 SWFMatrix::set_lerp(const SWFMatrix& m1, const SWFMatrix& m2, float t) in set_lerp()
287 SWFMatrix&
288 SWFMatrix::invert() in invert()
314 SWFMatrix::get_x_scale() const in get_x_scale()
322 SWFMatrix::get_y_scale() const in get_y_scale()
[all …]
H A DSWFMatrix.h53 class DSOEXPORT SWFMatrix
58 constexpr SWFMatrix() in SWFMatrix() function
69 SWFMatrix(int a, int b, int c, int d, int x, int y) in SWFMatrix() function
110 void concatenate(const SWFMatrix& m);
125 void set_lerp(const SWFMatrix& m1, const SWFMatrix& m2, float t);
179 SWFMatrix& invert();
201 friend bool operator==(const SWFMatrix& a, const SWFMatrix& b);
230 operator==(const SWFMatrix& a, const SWFMatrix& b)
241 DSOTEXPORT std::ostream& operator<<(std::ostream& o, const SWFMatrix& m);
H A DFillStyle.h93 BitmapFill(Type t, const CachedBitmap* bi, SWFMatrix m,
98 SWFMatrix m);
130 const SWFMatrix& matrix() const { in matrix()
140 SWFMatrix _matrix;
184 GradientFill(Type t, const SWFMatrix& m,
191 const SWFMatrix& matrix() const { in matrix()
240 SWFMatrix _matrix;
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/librender/openvg/
H A DOpenVGRenderer.h99 const SWFMatrix& mat);
100 void drawVideoFrame(image::GnashImage* frame, const SWFMatrix *m,
104 const SWFMatrix& mat, bool masked);
109 const SWFMatrix& mat);
133 static void printVGMatrix(const SWFMatrix &mat);
150 void apply_fill_style(const FillStyle& style, const SWFMatrix& /* mat */,
153 const SWFMatrix& mat);
154 void draw_outlines(const PathVec& path_vec, const SWFMatrix& mat,
162 void draw_subshape(const PathVec& path_vec, const SWFMatrix& mat,
167 void draw_submask(const PathVec& path_vec, const SWFMatrix& mat,
[all …]
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/librender/agg/
H A DRenderer_agg_style.h61 const SWFMatrix& mat, const SWFCxForm& cx,
69 const SWFMatrix& mat, const SWFCxForm& cx);
74 const SWFMatrix& mat, const SWFCxForm& cx);
244 GradientStyle(const GradientFill& fs, const SWFMatrix& mat,
368 const SWFMatrix& mat, SWFCxForm cx) in BitmapStyle()
536 addBitmap(const agg_bitmap_info* bi, const SWFMatrix& mat, in addBitmap()
594 AddStyles(SWFMatrix stage, SWFMatrix fill, const SWFCxForm& c, in AddStyles()
606 SWFMatrix m = f.matrix(); in operator()
622 SWFMatrix m = f.matrix(); in operator()
670 const SWFMatrix _stageMatrix;
[all …]
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/librender/cairo/
H A DRenderer_cairo.h78 const SWFMatrix& mat);
82 const SWFMatrix& mat, bool masked);
93 const SWFMatrix& mat);
98 const SWFMatrix& mat);
103 const SWFMatrix& mat, const SWFCxForm& cx,
111 void apply_matrix_to_paths(std::vector<Path>& paths, const SWFMatrix& mat);
116 const SWFMatrix& mat);
/dports/graphics/ming/libming-ming-0_4_8/java_ext/
H A DSWFMatrix.java26 public class SWFMatrix { class
28 public SWFMatrix () in SWFMatrix() method in SWFMatrix
111 public static SWFMatrix identity() in identity()
135 protected static SWFMatrix identity;
138 identity = new SWFMatrix();
H A DSWFObject.java79 public void setMatrix (SWFMatrix matrix) in setMatrix()
84 public SWFMatrix getMatrix () in getMatrix()
87 return SWFMatrix.identity(); in getMatrix()
165 protected SWFMatrix matrix;
/dports/graphics/p5-ming/libming-ming-0_4_8/java_ext/
H A DSWFMatrix.java26 public class SWFMatrix { class
28 public SWFMatrix () in SWFMatrix() method in SWFMatrix
111 public static SWFMatrix identity() in identity()
135 protected static SWFMatrix identity;
138 identity = new SWFMatrix();
/dports/graphics/py-ming/libming-ming-0_4_8/java_ext/
H A DSWFMatrix.java26 public class SWFMatrix { class
28 public SWFMatrix () in SWFMatrix() method in SWFMatrix
111 public static SWFMatrix identity() in identity()
135 protected static SWFMatrix identity;
138 identity = new SWFMatrix();

123456789