Searched refs:matrix (Results 1 - 25 of 154) sorted by relevance

1234567

/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/include/cloog/
H A Dcloog.h46 #include <cloog/matrix.h>
H A Ddomain.h119 CloogMatrix *matrix, int nb_par);
121 CloogMatrix *matrix, int nb_scat, int nb_par);
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/gdiplus/
H A Dgdiplusmatrix.h91 BOOL Equals(const Matrix *matrix) const
96 matrix ? matrix->nativeMatrix : NULL, &result));
128 Status Multiply(const Matrix *matrix, argument
133 matrix ? matrix->nativeMatrix : NULL, order));
223 Matrix(GpMatrix *matrix, Status status): argument
224 nativeMatrix(matrix), lastStatus(status) {}
H A Dgdiplusbrush.h291 Status GetTransform(Matrix *matrix) const
295 matrix ? matrix->nativeMatrix : NULL));
304 Status MultiplyTransform(const Matrix *matrix, argument
309 matrix ? matrix->nativeMatrix : NULL, order));
378 Status SetTransform(const Matrix *matrix) argument
382 matrix ? matrix->nativeMatrix : NULL));
545 Status GetTransfrom(Matrix *matrix) cons
558 MultiplyTransform(const Matrix *matrix, MatrixOrder order = MatrixOrderPrepend) argument
582 SetTransform(const Matrix *matrix) argument
[all...]
H A Dgdipluspen.h192 Status GetTransform(Matrix *matrix) const
196 matrix ? matrix->nativeMatrix : NULL));
204 Status MultiplyTransform(const Matrix *matrix, argument
209 matrix ? matrix->nativeMatrix : NULL, order));
305 Status SetTransform(const Matrix *matrix) argument
309 matrix ? matrix->nativeMatrix : NULL));
H A Dgdipluspath.h367 Status Flatten(const Matrix *matrix = NULL,
371 matrix ? matrix->nativeMatrix : NULL,
374 Status GetBounds(RectF *bounds, const Matrix *matrix = NULL,
379 matrix ? matrix->nativeMatrix : NULL,
382 Status GetBounds(Rect *bounds, const Matrix *matrix = NULL,
387 matrix ? matrix->nativeMatrix : NULL,
459 Status Outline(const Matrix *matrix
489 Transform(const Matrix *matrix) argument
827 MultiplyTransform(const Matrix *matrix, MatrixOrder order = MatrixOrderPrepend) argument
938 SetTransform(const Matrix *matrix) argument
[all...]
H A Dgdiplusimpl.h1267 __inline__ Status Region::GetRegionScans(const Matrix *matrix, argument
1272 matrix ? matrix->nativeMatrix : NULL));
1275 __inline__ Status Region::GetRegionScans(const Matrix *matrix, argument
1280 matrix ? matrix->nativeMatrix : NULL));
1283 __inline__ UINT Region::GetRegionScansCount(const Matrix *matrix) const
1288 matrix ? matrix->nativeMatrix : NULL));
1424 __inline__ Status Region::Transform(const Matrix *matrix) argument
[all...]
H A Dgdiplusgraphics.h285 const Matrix *matrix)
292 matrix ? matrix->nativeMatrix : NULL));
484 //Status DrawImage(Image *image, RectF *sourceRect, Matrix *matrix,
492 // matrix ? matrix->nativeMatrix : NULL,
1138 Status GetTransform(Matrix *matrix) const
1142 matrix ? matrix->nativeMatrix : NULL));
1273 const Matrix *matrix, Rect
282 DrawDriverString(const UINT16 *text, INT length, const Font *font, const Brush *brush, const PointF *positions, INT flags, const Matrix *matrix) argument
1271 MeasureDriverString(const UINT16 *text, INT length, const Font *font, const PointF *positions, INT flags, const Matrix *matrix, RectF *boundingBox) const argument
1345 MultiplyTransform(const Matrix *matrix, MatrixOrder order = MatrixOrderPrepend) argument
1487 SetTransform(const Matrix *matrix) argument
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
H A Dgdiplusmatrix.h91 BOOL Equals(const Matrix *matrix) const
96 matrix ? matrix->nativeMatrix : NULL, &result));
128 Status Multiply(const Matrix *matrix, argument
133 matrix ? matrix->nativeMatrix : NULL, order));
223 Matrix(GpMatrix *matrix, Status status): argument
224 nativeMatrix(matrix), lastStatus(status) {}
H A Dgdiplusbrush.h291 Status GetTransform(Matrix *matrix) const
295 matrix ? matrix->nativeMatrix : NULL));
304 Status MultiplyTransform(const Matrix *matrix, argument
309 matrix ? matrix->nativeMatrix : NULL, order));
378 Status SetTransform(const Matrix *matrix) argument
382 matrix ? matrix->nativeMatrix : NULL));
545 Status GetTransfrom(Matrix *matrix) cons
558 MultiplyTransform(const Matrix *matrix, MatrixOrder order = MatrixOrderPrepend) argument
582 SetTransform(const Matrix *matrix) argument
[all...]
H A Dgdipluspen.h192 Status GetTransform(Matrix *matrix) const
196 matrix ? matrix->nativeMatrix : NULL));
204 Status MultiplyTransform(const Matrix *matrix, argument
209 matrix ? matrix->nativeMatrix : NULL, order));
305 Status SetTransform(const Matrix *matrix) argument
309 matrix ? matrix->nativeMatrix : NULL));
H A Dgdipluspath.h367 Status Flatten(const Matrix *matrix = NULL,
371 matrix ? matrix->nativeMatrix : NULL,
374 Status GetBounds(RectF *bounds, const Matrix *matrix = NULL,
379 matrix ? matrix->nativeMatrix : NULL,
382 Status GetBounds(Rect *bounds, const Matrix *matrix = NULL,
387 matrix ? matrix->nativeMatrix : NULL,
459 Status Outline(const Matrix *matrix
489 Transform(const Matrix *matrix) argument
827 MultiplyTransform(const Matrix *matrix, MatrixOrder order = MatrixOrderPrepend) argument
938 SetTransform(const Matrix *matrix) argument
[all...]
H A Dgdiplusimpl.h1267 __inline__ Status Region::GetRegionScans(const Matrix *matrix, argument
1272 matrix ? matrix->nativeMatrix : NULL));
1275 __inline__ Status Region::GetRegionScans(const Matrix *matrix, argument
1280 matrix ? matrix->nativeMatrix : NULL));
1283 __inline__ UINT Region::GetRegionScansCount(const Matrix *matrix) const
1288 matrix ? matrix->nativeMatrix : NULL));
1424 __inline__ Status Region::Transform(const Matrix *matrix) argument
[all...]
/prebuilts/misc/darwin-x86_64/freetype/include/freetype2/
H A Dftglyph.h275 /* matrix :: A pointer to a 2x2 matrix to apply. */
284 /* The 2x2 transformation matrix is also applied to the glyph's */
289 FT_Matrix* matrix,
558 /* Perform the matrix operation `b = a*b'. */
561 /* a :: A pointer to matrix `a'. */
564 /* b :: A pointer to matrix `b'. */
580 /* Invert a 2x2 matrix. Return an error if it can't be inverted. */
583 /* matrix :: A pointer to the target matrix
590 FT_Matrix_Invert( FT_Matrix* matrix ); variable
[all...]
H A Dftrender.h50 const FT_Matrix* matrix,
96 const FT_Matrix* matrix,
H A Dftoutln.h303 /* Apply a simple 2x2 matrix to all of an outline's points. Useful */
310 /* matrix :: A pointer to the transformation matrix. */
318 const FT_Matrix* matrix );
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Dd3dx9effect.h144 STDMETHOD(SetMatrix)(THIS_ D3DXHANDLE parameter, const D3DXMATRIX *matrix) PURE;
145 STDMETHOD(GetMatrix)(THIS_ D3DXHANDLE parameter, D3DXMATRIX* matrix) PURE;
146 STDMETHOD(SetMatrixArray)(THIS_ D3DXHANDLE parameter, const D3DXMATRIX *matrix, UINT count) PURE;
147 STDMETHOD(GetMatrixArray)(THIS_ D3DXHANDLE parameter, D3DXMATRIX* matrix, UINT count) PURE;
148 STDMETHOD(SetMatrixPointerArray)(THIS_ D3DXHANDLE parameter, const D3DXMATRIX **matrix, UINT count) PURE;
149 STDMETHOD(GetMatrixPointerArray)(THIS_ D3DXHANDLE parameter, D3DXMATRIX** matrix, UINT count) PURE;
150 STDMETHOD(SetMatrixTranspose)(THIS_ D3DXHANDLE parameter, const D3DXMATRIX *matrix) PURE;
151 STDMETHOD(GetMatrixTranspose)(THIS_ D3DXHANDLE parameter, D3DXMATRIX* matrix) PURE;
152 STDMETHOD(SetMatrixTransposeArray)(THIS_ D3DXHANDLE parameter, const D3DXMATRIX *matrix, UINT count) PURE;
153 STDMETHOD(GetMatrixTransposeArray)(THIS_ D3DXHANDLE parameter, D3DXMATRIX* matrix, UIN
[all...]
H A Dd2d1helper.h445 D2D1FORCEINLINE Matrix3x2F operator*(const Matrix3x2F &matrix) const {
447 r.SetProduct(*this, matrix);
456 D2D1FORCEINLINE D2D1_POINT_2F operator*(const D2D1_POINT_2F &point, const D2D1_MATRIX_3X2_F &matrix) { argument
457 return Matrix3x2F::ReinterpretBaseType(&matrix)->TransformPoint(point);
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Dd3dx9effect.h144 STDMETHOD(SetMatrix)(THIS_ D3DXHANDLE parameter, const D3DXMATRIX *matrix) PURE;
145 STDMETHOD(GetMatrix)(THIS_ D3DXHANDLE parameter, D3DXMATRIX* matrix) PURE;
146 STDMETHOD(SetMatrixArray)(THIS_ D3DXHANDLE parameter, const D3DXMATRIX *matrix, UINT count) PURE;
147 STDMETHOD(GetMatrixArray)(THIS_ D3DXHANDLE parameter, D3DXMATRIX* matrix, UINT count) PURE;
148 STDMETHOD(SetMatrixPointerArray)(THIS_ D3DXHANDLE parameter, const D3DXMATRIX **matrix, UINT count) PURE;
149 STDMETHOD(GetMatrixPointerArray)(THIS_ D3DXHANDLE parameter, D3DXMATRIX** matrix, UINT count) PURE;
150 STDMETHOD(SetMatrixTranspose)(THIS_ D3DXHANDLE parameter, const D3DXMATRIX *matrix) PURE;
151 STDMETHOD(GetMatrixTranspose)(THIS_ D3DXHANDLE parameter, D3DXMATRIX* matrix) PURE;
152 STDMETHOD(SetMatrixTransposeArray)(THIS_ D3DXHANDLE parameter, const D3DXMATRIX *matrix, UINT count) PURE;
153 STDMETHOD(GetMatrixTransposeArray)(THIS_ D3DXHANDLE parameter, D3DXMATRIX* matrix, UIN
[all...]
H A Dd2d1helper.h445 D2D1FORCEINLINE Matrix3x2F operator*(const Matrix3x2F &matrix) const {
447 r.SetProduct(*this, matrix);
456 D2D1FORCEINLINE D2D1_POINT_2F operator*(const D2D1_POINT_2F &point, const D2D1_MATRIX_3X2_F &matrix) { argument
457 return Matrix3x2F::ReinterpretBaseType(&matrix)->TransformPoint(point);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/alsa/sound/
H A Dhdsp.h99 unsigned short matrix[HDSP_MATRIX_MIXER_SIZE]; member in struct:_snd_hdsp_mixer
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/sound/
H A Dhdsp.h89 unsigned short matrix[HDSP_MATRIX_MIXER_SIZE]; member in struct:hdsp_mixer
/prebuilts/ndk/current/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
H A Dglslang_tab.cpp5713 parseContext.doubleCheck((yyvsp[0].lex).loc, "double matrix");
5724 parseContext.doubleCheck((yyvsp[0].lex).loc, "double matrix");
5735 parseContext.doubleCheck((yyvsp[0].lex).loc, "double matrix");
5746 parseContext.doubleCheck((yyvsp[0].lex).loc, "double matrix");
5757 parseContext.doubleCheck((yyvsp[0].lex).loc, "double matrix");
5768 parseContext.doubleCheck((yyvsp[0].lex).loc, "double matrix");
5779 parseContext.doubleCheck((yyvsp[0].lex).loc, "double matrix");
5790 parseContext.doubleCheck((yyvsp[0].lex).loc, "double matrix");
5801 parseContext.doubleCheck((yyvsp[0].lex).loc, "double matrix");
5812 parseContext.doubleCheck((yyvsp[0].lex).loc, "double matrix");
[all...]
/prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
H A Dglslang_tab.cpp5713 parseContext.doubleCheck((yyvsp[0].lex).loc, "double matrix");
5724 parseContext.doubleCheck((yyvsp[0].lex).loc, "double matrix");
5735 parseContext.doubleCheck((yyvsp[0].lex).loc, "double matrix");
5746 parseContext.doubleCheck((yyvsp[0].lex).loc, "double matrix");
5757 parseContext.doubleCheck((yyvsp[0].lex).loc, "double matrix");
5768 parseContext.doubleCheck((yyvsp[0].lex).loc, "double matrix");
5779 parseContext.doubleCheck((yyvsp[0].lex).loc, "double matrix");
5790 parseContext.doubleCheck((yyvsp[0].lex).loc, "double matrix");
5801 parseContext.doubleCheck((yyvsp[0].lex).loc, "double matrix");
5812 parseContext.doubleCheck((yyvsp[0].lex).loc, "double matrix");
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
H A Domap3isp.h528 * @matrix: Blending values(S12Q8 format)
535 __u16 matrix[OMAP3ISP_RGB_MAX][OMAP3ISP_RGB_MAX]; member in struct:omap3isp_prev_rgbtorgb
541 * @matrix: Color space conversion coefficients(S10Q8)
548 __u16 matrix[OMAP3ISP_RGB_MAX][OMAP3ISP_RGB_MAX]; member in struct:omap3isp_prev_csc

Completed in 251 milliseconds

1234567