Home
last modified time | relevance | path

Searched refs:GetMatrix (Results 1 – 10 of 10) sorted by relevance

/third_party/flutter/engine/flutter/flow/
Dmutators_stack_unittests.cc60 ASSERT_TRUE(iter->get()->GetMatrix() == matrix); in TEST()
105 ASSERT_TRUE(iter->get()->GetMatrix() == matrix); in TEST()
163 ASSERT_TRUE(mutator4.GetMatrix() == matrix); in TEST()
Dembedded_views.h67 const SkMatrix& GetMatrix() const { return matrix_; } in GetMatrix() function
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
DIntermNode.cpp109 angle::Matrix<float> GetMatrix(const TConstantUnion *paramArray, in GetMatrix() function
122 angle::Matrix<float> GetMatrix(const TConstantUnion *paramArray, const unsigned int size) in GetMatrix() function
2460 GetMatrix(operandArray, getType().getRows(), getType().getCols()).transpose(); in foldUnaryNonComponentWise()
2471 resultArray->setFConst(GetMatrix(operandArray, size).determinant()); in foldUnaryNonComponentWise()
2481 angle::Matrix<float> result = GetMatrix(operandArray, size).inverse(); in foldUnaryNonComponentWise()
3450 angle::Matrix<float> lhs = GetMatrix(unionArrays[0], rows, cols); in FoldAggregateBuiltIn()
3451 angle::Matrix<float> rhs = GetMatrix(unionArrays[1], rows, cols); in FoldAggregateBuiltIn()
3464 GetMatrix(unionArrays[0], static_cast<int>(numRows), 1) in FoldAggregateBuiltIn()
3465 .outerProduct(GetMatrix(unionArrays[1], 1, static_cast<int>(numCols))); in FoldAggregateBuiltIn()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DIntermNode.cpp110 angle::Matrix<float> GetMatrix(const TConstantUnion *paramArray, in GetMatrix() function
123 angle::Matrix<float> GetMatrix(const TConstantUnion *paramArray, const unsigned int size) in GetMatrix() function
2811 GetMatrix(operandArray, getType().getRows(), getType().getCols()).transpose(); in foldUnaryNonComponentWise()
2822 resultArray->setFConst(GetMatrix(operandArray, size).determinant()); in foldUnaryNonComponentWise()
2832 angle::Matrix<float> result = GetMatrix(operandArray, size).inverse(); in foldUnaryNonComponentWise()
3804 angle::Matrix<float> lhs = GetMatrix(unionArrays[0], rows, cols); in FoldAggregateBuiltIn()
3805 angle::Matrix<float> rhs = GetMatrix(unionArrays[1], rows, cols); in FoldAggregateBuiltIn()
3818 GetMatrix(unionArrays[0], static_cast<int>(numRows), 1) in FoldAggregateBuiltIn()
3819 .outerProduct(GetMatrix(unionArrays[1], 1, static_cast<int>(numCols))); in FoldAggregateBuiltIn()
/third_party/mingw-w64/mingw-w64-headers/direct-x/include/
Dd3dx9effect.h145 STDMETHOD(GetMatrix)(THIS_ D3DXHANDLE parameter, D3DXMATRIX* matrix) PURE; in DECLARE_INTERFACE_() local
255 STDMETHOD(GetMatrix)(THIS_ D3DXHANDLE parameter, D3DXMATRIX* matrix) PURE; in DECLARE_INTERFACE_() local
353 STDMETHOD(GetMatrix)(THIS_ D3DXHANDLE parameter, D3DXMATRIX* matrix) PURE; in DECLARE_INTERFACE_() local
Dd3d.h958 STDMETHOD(GetMatrix)(THIS_ D3DMATRIXHANDLE handle, D3DMATRIX *matrix) PURE; in DECLARE_INTERFACE_() local
986 #define IDirect3DDevice_GetMatrix(p,a,b) (p)->lpVtbl->GetMatrix(p,a,b)
1011 #define IDirect3DDevice_GetMatrix(p,a,b) (p)->GetMatrix(a,b)
Dd3d10effect.h377 STDMETHOD(GetMatrix)(THIS_ float *data) PURE; in DECLARE_INTERFACE_() local
/third_party/flutter/engine/flutter/shell/platform/darwin/ios/framework/Source/
DFlutterPlatformViews.mm279 CATransform3D transform = GetCATransform3DFromSkMatrix((*iter)->GetMatrix());
/third_party/mingw-w64/mingw-w64-headers/include/
Dxpsobjectmodel.idl652 HRESULT GetMatrix ([out, retval] XPS_MATRIX *matrix);
Dxpsobjectmodel.h5825 virtual HRESULT STDMETHODCALLTYPE GetMatrix(
5864 HRESULT (STDMETHODCALLTYPE *GetMatrix)(
5893 #define IXpsOMMatrixTransform_GetMatrix(This,matrix) (This)->lpVtbl->GetMatrix(This,matrix)
5916 return This->lpVtbl->GetMatrix(This,matrix);